[Glibc-bsd-commits] r2388 - trunk/web/cdscripts

Aurelien Jarno aurel32 at alioth.debian.org
Sun Apr 5 21:19:16 UTC 2009


Author: aurel32
Date: 2009-04-05 21:19:16 +0000 (Sun, 05 Apr 2009)
New Revision: 2388

Modified:
   trunk/web/cdscripts/startup
Log:
cdscripts: also mount linsysfs and fdescfs



Modified: trunk/web/cdscripts/startup
===================================================================
--- trunk/web/cdscripts/startup	2009-04-05 15:39:46 UTC (rev 2387)
+++ trunk/web/cdscripts/startup	2009-04-05 21:19:16 UTC (rev 2388)
@@ -18,6 +18,8 @@
 # restore f-i's /etc/fstab, and add linprocfs
 mv /etc/fstab.freebsd /etc/fstab
 echo "null			/proc		linprocfs	rw	0	0" >> /etc/fstab
+echo "null			/sys		linsyscfs	rw	0	0" >> /etc/fstab
+echo "null			/dev/fd		fdescfs 	rw	0	0" >> /etc/fstab
 
 # cleanup
 rm -rf /stand /native-install `which $0`




More information about the Glibc-bsd-commits mailing list