Author: justin
Date: 2005-10-03 01:15:17 -0600 (Mon, 03 Oct 2005)
New Revision: 833
Modified:
x86/branches/utf8-newmake/Makefile
x86/trunk/Makefile
Log:
Fixed mounting virtual filesystems, changing -n flag to -f.
Modified: x86/branches/utf8-newmake/Makefile
===================================================================
--- x86/branches/utf8-newmake/Makefile 2005-10-03 05:02:15 UTC (rev 832)
+++ x86/branches/utf8-newmake/Makefile 2005-10-03 07:15:17 UTC (rev 833)
@@ -186,7 +186,7 @@
@-mkdir -p $(MP)/{proc,sys}
@-mount -t proc proc $(MP)/proc
@-mount -t sysfs sysfs $(MP)/sys
- @-mount -n -t tmpfs none $(MP)/dev
+ @-mount -f -t tmpfs none $(MP)/dev
@-mount -f -t tmpfs tmpfs $(MP)/dev/shm
@-mount -f -t devpts -o gid=4,mode=620 devpts $(MP)/dev/pts
@touch $@
Modified: x86/trunk/Makefile
===================================================================
--- x86/trunk/Makefile 2005-10-03 05:02:15 UTC (rev 832)
+++ x86/trunk/Makefile 2005-10-03 07:15:17 UTC (rev 833)
@@ -181,7 +181,7 @@
@-mkdir -p $(MP)/{proc,sys}
@-mount -t proc proc $(MP)/proc
@-mount -t sysfs sysfs $(MP)/sys
- @-mount -n -t tmpfs none $(MP)/dev
+ @-mount -f -t tmpfs none $(MP)/dev
@-mount -f -t tmpfs tmpfs $(MP)/dev/shm
@-mount -f -t devpts -o gid=4,mode=620 devpts $(MP)/dev/pts
@touch $@
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page