Author: alexander
Date: 2007-04-29 04:20:43 -0600 (Sun, 29 Apr 2007)
New Revision: 1868

Modified:
   trunk/Makefile
Log:
Made sure we never attempt to mount root.ext2 twice, thus corrupting the 
filesystem


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2007-04-29 09:57:22 UTC (rev 1867)
+++ trunk/Makefile      2007-04-29 10:20:43 UTC (rev 1868)
@@ -156,6 +156,7 @@
        -ln -s /proc/self/fd/1 $(MP)/dev/stdout
        -ln -s /proc/self/fd/2 $(MP)/dev/stderr
        -ln -s /proc/kcore $(MP)/dev/core
+       touch $(MKTREE)
 
 # This target builds just a base LFS system, minus the kernel and bootscripts
 #==============================================================================

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to