Makefile: mkfs: Leave no reserved space for root.
This commit is contained in:
parent
2c295d6259
commit
eec5dbac8f
2
Makefile
2
Makefile
|
@ -99,7 +99,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 -O sparse_super,^has_journal -L "$(APPLIANCE)"_root $(NBD_DEV)p1
|
mkfs.ext4 -O sparse_super,^has_journal -L "$(APPLIANCE)"_root -m 0 $(NBD_DEV)p1
|
||||||
touch partitions
|
touch partitions
|
||||||
|
|
||||||
mounts: stage3
|
mounts: stage3
|
||||||
|
|
Loading…
Reference in New Issue