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 From 5e597c39a60c36fc61027052b4f703203a2366da Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 16 Dec 2013 20:03:30 +0100 Subject: [pam*] user context script: Added .thunderbird (requested via support) --- .../pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user b/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user index 579bc659..3f4bba49 100644 --- a/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user +++ b/server/modules/pam-freiburg/opt/openslx/scripts/pam_script_mount_persistent_user @@ -4,7 +4,7 @@ # Persistent home was mounted, take care of some conveinience # Dirs -for file in .vim .mozilla .config/chromium .config/htop .config/openslx; do +for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx; do if [ "x$(dirname "$file")" != "x." ]; then mkdir -p "$TEMP_HOME_DIR/$(dirname "$file")" chown -R "$PAM_USER:$PAM_GROUP" "$TEMP_HOME_DIR/${file%%/*}" -- cgit v1.2.3-55-g7522