summaryrefslogtreecommitdiffstats
path: root/remote/modules/qemukvm
diff options
context:
space:
mode:
authorChristian Rößler2013-12-16 19:52:45 +0100
committerChristian Rößler2013-12-16 19:52:45 +0100
commitd16fdac3c4f389043f9f030f9233b46f44e8af05 (patch)
treea3c5ef5f85995b38b85eb2d647069b36aba46557 /remote/modules/qemukvm
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-d16fdac3c4f389043f9f030f9233b46f44e8af05.tar.gz
tm-scripts-d16fdac3c4f389043f9f030f9233b46f44e8af05.tar.xz
tm-scripts-d16fdac3c4f389043f9f030f9233b46f44e8af05.zip
[qemukvm] Added build script, conf and conf.ubuntu. Alpha, will be checked tomorrow.
Diffstat (limited to 'remote/modules/qemukvm')
-rw-r--r--remote/modules/qemukvm/qemukvm.build16
-rw-r--r--remote/modules/qemukvm/qemukvm.conf5
-rw-r--r--remote/modules/qemukvm/qemukvm.conf.ubuntu38
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=""