[Fai-commit] r4312 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Tue Jun 12 14:43:24 UTC 2007


Author: lange
Date: 2007-06-12 14:43:24 +0000 (Tue, 12 Jun 2007)
New Revision: 4312

Modified:
   trunk/bin/fai
Log:
do not remount / read only, do not call create_ramdisk, now we use unionfs


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-06-12 13:01:00 UTC (rev 4311)
+++ trunk/bin/fai	2007-06-12 14:43:24 UTC (rev 4312)
@@ -110,8 +110,6 @@
 	ifup lo
 	[ -x /sbin/portmap ] && /sbin/portmap
 	mount -t devpts devpts /dev/pts
-	# add other options for nfs mount of /dev/root to root-path in dhcpd.conf
-	mount -o remount,noatime,ro /dev/root /
 	cat /proc/kmsg >/dev/tty4 &
     fi
 
@@ -249,7 +247,6 @@
 [ "$0" = "/etc/init.d/rcS" ] && do_init_tasks=1
 if [ $do_init_tasks -eq 1 ]; then
     renewclass=1 # always renew class list when installing
-    create_ramdisk
 fi
 export start_seconds=$(cut -d . -f 1 /proc/uptime)
 




More information about the Fai-commit mailing list