SVN: rc-scripts/branches/busybox/rc.d/rc.sysinit

glen glen at pld-linux.org
Wed Apr 8 17:13:35 CEST 2009


Author: glen
Date: Wed Apr  8 17:13:35 2009
New Revision: 10325

Modified:
   rc-scripts/branches/busybox/rc.d/rc.sysinit
Log:
- busybox does not have -O, and add swap to the list

Modified: rc-scripts/branches/busybox/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/branches/busybox/rc.d/rc.sysinit	(original)
+++ rc-scripts/branches/busybox/rc.d/rc.sysinit	Wed Apr  8 17:13:35 2009
@@ -788,7 +788,7 @@
 	# mounted). Contrary to standard usage,
 	# filesystems are NOT unmounted in single user mode.
 
-	run_cmd "Mounting local filesystems" mount -a -t nonfs,nfs4,smbfs,ncpfs,proc,cifs -O no_netdev
+	run_cmd "Mounting local filesystems" mount -a -t nonfs,nfs4,smbfs,ncpfs,proc,cifs,swap
 
 	# now we have /usr mounted, recheck if we have gettext and tput available.
 	if is_no "$TPUT"; then


More information about the pld-cvs-commit mailing list