Author: alexander
Date: 2007-06-29 05:18:52 -0600 (Fri, 29 Jun 2007)
New Revision: 1941
Modified:
trunk/Makefile
Log:
Made mke2fs invocation compatible with Ubuntu 7.04
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-06-29 10:04:16 UTC (rev 1940)
+++ trunk/Makefile 2007-06-29 11:18:52 UTC (rev 1941)
@@ -107,7 +107,7 @@
# preserve as many zeroed sectors as possible.
root.ext2:
dd if=/dev/null of=root.ext2 bs=1M seek=$(ROOTFS_MEGS)
- echo y | mke2fs root.ext2
+ mke2fs -F root.ext2
tune2fs -c 0 -i 0 root.ext2
# This target populates the root.ext2 image and sets up some mounts
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page