Changeset 1941

Show
Ignore:
Timestamp:
06/29/07 05:18:52 (19 months ago)
Author:
alexander
Message:

Made mke2fs invocation compatible with Ubuntu 7.04

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1935 r1941  
    108108root.ext2: 
    109109        dd if=/dev/null of=root.ext2 bs=1M seek=$(ROOTFS_MEGS) 
    110         echo y | mke2fs root.ext2 
     110        mke2fs -F root.ext2 
    111111        tune2fs -c 0 -i 0 root.ext2 
    112112