Makefile: mkfs: Leave no reserved space for root.

This commit is contained in:
Albert Hopkins 2013-08-31 01:28:48 +00:00
parent 2c295d6259
commit eec5dbac8f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ partitions: $(RAW_IMAGE)
qemu-nbd -c $(NBD_DEV) "`realpath $(RAW_IMAGE)`"
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
mounts: stage3