|  | @@ -18,5 +18,5 @@ echo "/sbin/mdev" >/proc/sys/kernel/hotplug
 | 
	
		
			
				|  |  |  mdev -s
 | 
	
		
			
				|  |  |  cat /etc/.rnd >/dev/urandom 2>&1
 | 
	
		
			
				|  |  |  [ -x /sbin/cfgfs ] && { cfgfs setup; mount -o remount,ro /;} || mount -o remount,rw /
 | 
	
		
			
				|  |  | -[ -f /etc/fstab ] && fsck -p >/dev/null ; mount -a
 | 
	
		
			
				|  |  | +[ -f /etc/fstab ] && { fsck -p >/dev/null ; mount -a; }
 | 
	
		
			
				|  |  |  exec /sbin/init
 |