[debian-edu-commits] r82278 - in branches/wheezy/debian-edu-config: . debian share/ltsp/plugins/ltsp-build-client/Debian-custom
pere at alioth.debian.org
pere at alioth.debian.org
Sat Aug 31 06:02:30 UTC 2013
Author: pere
Date: 2013-08-31 06:02:29 +0000 (Sat, 31 Aug 2013)
New Revision: 82278
Added:
branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-sys
Modified:
branches/wheezy/debian-edu-config/Makefile
branches/wheezy/debian-edu-config/debian/changelog
Log:
Adjust LTSP build to mount /sys in LTSP chroot during built, to
fix problem with oss-compat installation on some machine, where
modprobe snd-seq calls itself recursively.
Modified: branches/wheezy/debian-edu-config/Makefile
===================================================================
--- branches/wheezy/debian-edu-config/Makefile 2013-08-30 21:20:03 UTC (rev 82277)
+++ branches/wheezy/debian-edu-config/Makefile 2013-08-31 06:02:29 UTC (rev 82278)
@@ -419,6 +419,7 @@
share/ltsp/plugins/ltsp-build-client/Debian-custom/000-arch-detection \
share/ltsp/plugins/ltsp-build-client/Debian-custom/000-default-dist \
share/ltsp/plugins/ltsp-build-client/Debian-custom/002-default-apt-keyring \
+ share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-sys \
share/ltsp/plugins/ltsp-build-client/Debian-custom/010-set-resolver \
share/ltsp/plugins/ltsp-build-client/Debian-custom/011-http-nopipeline \
share/ltsp/plugins/ltsp-build-client/Debian-custom/015-edu-apt-source \
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-30 21:20:03 UTC (rev 82277)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-31 06:02:29 UTC (rev 82278)
@@ -1,3 +1,11 @@
+debian-edu-config (1.714~svn82273) UNRELEASED; urgency=low
+
+ * Adjust LTSP build to mount /sys in LTSP chroot during built, to
+ fix problem with oss-compat installation on some machine, where
+ modprobe snd-seq calls itself recursively.
+
+ -- Petter Reinholdtsen <pere at debian.org> Sat, 31 Aug 2013 08:00:37 +0200
+
debian-edu-config (1.714~svn82272) wheezy-test; urgency=low
[ Petter Reinholdtsen ]
Added: branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-sys
===================================================================
--- branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-sys (rev 0)
+++ branches/wheezy/debian-edu-config/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-mount-sys 2013-08-31 06:02:29 UTC (rev 82278)
@@ -0,0 +1,7 @@
+# Make sure /sys is mounted in the chroot, to allow modprove to work
+# as it should. Avoids problem installing oss-compat on some machines.
+case "$MODE" in
+ after-install)
+ chroot_mount sys /sys "-t sysfs"
+ ;;
+esac
More information about the debian-edu-commits
mailing list