Author: jim Date: 2006-08-10 13:47:02 -0600 (Thu, 10 Aug 2006) New Revision: 2202
Modified: / trunk/BOOK/chroot/common/kernfs.xml Log: [EMAIL PROTECTED] (orig r2328): [EMAIL PROTECTED] | 2006-08-10 11:15:30 -0700 Don't use /tools/bin/mount for mount bind command in chroot, and add -v to the command Property changes on: ___________________________________________________________________ Name: svk:merge - b6734a72-470d-0410-b049-f317dca95413:/:2327 + b6734a72-470d-0410-b049-f317dca95413:/:2328 Modified: trunk/BOOK/chroot/common/kernfs.xml =================================================================== --- trunk/BOOK/chroot/common/kernfs.xml 2006-08-10 19:46:51 UTC (rev 2201) +++ trunk/BOOK/chroot/common/kernfs.xml 2006-08-10 19:47:02 UTC (rev 2202) @@ -47,7 +47,7 @@ option in the mount command to make our host system's /dev structure appear in the new CLFS filesystem:</para> -<screen><userinput>/tools/bin/mount -o bind /dev $CLFS/dev</userinput></screen> +<screen><userinput>mount -v -o bind /dev $CLFS/dev</userinput></screen> <para>Additional file systems will soon be mounted from within the chroot environment. To keep the host up to date, perform a <quote>fake mount</quote> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
