[debian-edu-commits] debian-edu/ 01/01: add forgotten 010-mount-proc file.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Sep 15 09:33:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 715c08a7ee4e1c2938416d23ad9afdfd86fbc3b8
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Sep 15 11:32:51 2014 +0200

    add forgotten 010-mount-proc file.
---
 share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-proc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-proc b/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-proc
new file mode 100644
index 0000000..0337bb0
--- /dev/null
+++ b/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-proc
@@ -0,0 +1,7 @@
+# Make sure /proc is mounted in the chroot.
+# Workaround until #761401 (ltsp) is fixed.
+case "$MODE" in
+    after-install)
+        chroot_mount proc /proc "-t proc"
+        ;;
+esac

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list