Makefile: Use saner options for mkfs.ext4
The previous ones didn't work anymore and where overly-complicated anyway.
This commit is contained in:
parent
71b0b8527a
commit
e4e67f6e8e
2
Makefile
2
Makefile
|
@ -100,7 +100,7 @@ partitions: $(RAW_IMAGE)
|
||||||
|
|
||||||
qemu-nbd -c $(NBD_DEV) "`realpath $(RAW_IMAGE)`"
|
qemu-nbd -c $(NBD_DEV) "`realpath $(RAW_IMAGE)`"
|
||||||
sleep 3
|
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
|
touch partitions
|
||||||
|
|
||||||
mounts: stage3
|
mounts: stage3
|
||||||
|
|
Loading…
Reference in New Issue