diff options
| author | Simon Rettberg | 2013-12-16 20:26:45 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-12-16 20:26:45 +0100 |
| commit | 4bb5c41e394224f51422d03fea8bdd9284a1ee08 (patch) | |
| tree | 842d2c71c428bd505212daa152153f40c7e616dd /remote/modules | |
| parent | Some docs about coding (diff) | |
| parent | [pam*] user context script: Added .thunderbird (requested via support) (diff) | |
| download | tm-scripts-4bb5c41e394224f51422d03fea8bdd9284a1ee08.tar.gz tm-scripts-4bb5c41e394224f51422d03fea8bdd9284a1ee08.tar.xz tm-scripts-4bb5c41e394224f51422d03fea8bdd9284a1ee08.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/qemukvm/qemukvm.build | 16 | ||||
| -rw-r--r-- | remote/modules/qemukvm/qemukvm.conf | 5 | ||||
| -rw-r--r-- | remote/modules/qemukvm/qemukvm.conf.ubuntu | 38 |
3 files changed, 59 insertions, 0 deletions
diff --git a/remote/modules/qemukvm/qemukvm.build b/remote/modules/qemukvm/qemukvm.build new file mode 100644 index 00000000..6d8ad7be --- /dev/null +++ b/remote/modules/qemukvm/qemukvm.build @@ -0,0 +1,16 @@ +fetch_source() { + : +} + +build() { + COPYLIST="list_dpkg_output" + [ -e "$COPYLIST" ] && rm "$COPYLIST" + list_packet_files >> "$COPYLIST" + + + tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}" +} + +post_copy() { + : +} diff --git a/remote/modules/qemukvm/qemukvm.conf b/remote/modules/qemukvm/qemukvm.conf new file mode 100644 index 00000000..a3973fe7 --- /dev/null +++ b/remote/modules/qemukvm/qemukvm.conf @@ -0,0 +1,5 @@ +REQUIRED_BINARIES=" +" + +REQUIRED_DIRECTORIES=" +" diff --git a/remote/modules/qemukvm/qemukvm.conf.ubuntu b/remote/modules/qemukvm/qemukvm.conf.ubuntu new file mode 100644 index 00000000..e42cb63b --- /dev/null +++ b/remote/modules/qemukvm/qemukvm.conf.ubuntu @@ -0,0 +1,38 @@ +REQUIRED_INSTALLED_PACKAGES=" + qemu + qemu-kvm +" + +REQUIRED_CONTENT_PACKAGES=" + qemu + qemu-kvm + ipxe-qemu + qemu-keymaps + qemu-system + qemu-system-arm + qemu-system-common + qemu-system-mips + qemu-system-misc + qemu-system-ppc + qemu-system-sparc + qemu-system-x86 + qemu-user + qemu-utils + seabios + vgabios + cpu-checker + kvm-ipxe + libaio1 + libboost-thread1.49.0 + libfdt1 + librados2 + librbd1 + libsdl1.2debian + libseccomp1 + libspice-server1 + libxen-4.2 + libxenstore3.0 + msr-tools + sharutils +" +REQUIRED_FILES="" |
