Makefile: Use saner options for mkfs.ext4

The previous ones didn't work anymore and where overly-complicated anyway.
This commit is contained in:
Albert Hopkins 2013-08-19 19:47:11 +00:00
parent 71b0b8527a
commit e4e67f6e8e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ partitions: $(RAW_IMAGE)
qemu-nbd -c $(NBD_DEV) "`realpath $(RAW_IMAGE)`"
sleep 3
mkfs.ext4 -t small -C 21504 -O sparse_super,^has_journal -L "$(APPLIANCE)"_root $(NBD_DEV)p1
mkfs.ext4 -O sparse_super,^has_journal -L "$(APPLIANCE)"_root $(NBD_DEV)p1
touch partitions
mounts: stage3