[SCM] live-config branch, debian-next, updated. debian/3.0_a32-1-1-g477c98a

Daniel Baumann daniel at debian.org
Tue Feb 7 09:19:46 UTC 2012


The following commit has been merged in the debian-next branch:
commit 477c98a839292550f8a8143cc40250cf7d8e35cf
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 7 10:19:13 2012 +0100

    Making sure live-config gets started before mountkernfs in order to prevent a race condition with /tmp (Closes: #653673).

diff --git a/debian/live-config-runit.live-config.init b/debian/live-config-runit.live-config.init
index 0393b44..75a3eef 100644
--- a/debian/live-config-runit.live-config.init
+++ b/debian/live-config-runit.live-config.init
@@ -17,7 +17,7 @@
 # Short-Description:	Debian Live - System Configuration Scripts
 # Description:		live-config contains the scripts that configure a Debian
 #			Live system during the boot process (late userspace).
-# X-Start-Before:
+# X-Start-Before:	mountkernfs
 # X-Stop-After:
 # X-Interactive:	true
 ### END INIT INFO
diff --git a/debian/live-config-sysvinit.live-config.init b/debian/live-config-sysvinit.live-config.init
index c0c155f..c2bd11c 100644
--- a/debian/live-config-sysvinit.live-config.init
+++ b/debian/live-config-sysvinit.live-config.init
@@ -17,7 +17,7 @@
 # Short-Description:	Debian Live - System Configuration Scripts
 # Description:		live-config contains the scripts that configure a Debian
 #			Live system during the boot process (late userspace).
-# X-Start-Before:
+# X-Start-Before:	mountkernfs
 # X-Stop-After:
 # X-Interactive:	true
 ### END INIT INFO

-- 
live-config



More information about the debian-live-changes mailing list