[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dbootstrap is broken (mounting of proc)



Ok, I figured it out. Was just a simple ordering issue in /etc/init.d/rcS

Could someome with CVS write access please apply this patch?

		Greg



--- rcS.orig	Tue Feb 22 08:58:08 2000
+++ rcS	Sat Feb 26 12:37:46 2000
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# must mount proc first
+mount proc /proc -t proc
+
 # disable modprobe calls
 echo "/bin/true" >/proc/sys/kernel/modprobe
 
@@ -11,7 +14,6 @@
 
 # mount root writable
 mount /dev/root / -o remount,rw
-mount proc /proc -t proc
 /sbin/update
 
 # insmod seems to want this


Reply to: