From d16fdac3c4f389043f9f030f9233b46f44e8af05 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 16 Dec 2013 19:52:45 +0100 Subject: [qemukvm] Added build script, conf and conf.ubuntu. Alpha, will be checked tomorrow. --- remote/modules/qemukvm/qemukvm.build | 16 +++++++++++++ remote/modules/qemukvm/qemukvm.conf | 5 ++++ remote/modules/qemukvm/qemukvm.conf.ubuntu | 38 ++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 remote/modules/qemukvm/qemukvm.build create mode 100644 remote/modules/qemukvm/qemukvm.conf create mode 100644 remote/modules/qemukvm/qemukvm.conf.ubuntu 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="" -- cgit v1.2.3-55-g7522