[Pkg-sysvinit-commits] r953 - in sysvinit/trunk/debian: . initscripts/etc/init.d

Petter Reinholdtsen pere at costa.debian.org
Fri Sep 22 16:18:29 UTC 2006


Author: pere
Date: 2006-09-22 16:18:27 +0000 (Fri, 22 Sep 2006)
New Revision: 953

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh
Log:
Create .ramfs indicator in /lib/init/rw/ too.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-22 16:06:22 UTC (rev 952)
+++ sysvinit/trunk/debian/changelog	2006-09-22 16:18:27 UTC (rev 953)
@@ -10,7 +10,8 @@
     the boot.
   * Create /lib/init/rw/, and mount a tmpfs there to garantee some
     writable area very early in the boot.  Use this in checkroot.sh if
-    a device node need to be created.
+    a device node need to be created.  Create .ramfs indicator when
+    it is mounted.
   * Move sulogin to the sysvinit-utils package as well. (Closes: #388417)
   * Add new halt option NETDOWN to make it easier to enable
     wake-on-lan. (Closes: #388244)

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh	2006-09-22 16:06:22 UTC (rev 952)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh	2006-09-22 16:18:27 UTC (rev 953)
@@ -45,6 +45,7 @@
 	# Get some writable area available before the root is checked
 	# and remounted.
 	domount tmpfs "" /lib/init/rw tmpfs -omode=0755,nosuid
+	touch /lib/init/rw/.ramfs
 
 	#
 	# Mount usbfs/usbdevfs if /proc/bus/usb is present.




More information about the Pkg-sysvinit-commits mailing list