Makefile: add extra inodes to images in mkfs

This commit is contained in:
Albert Hopkins 2012-06-28 11:35:05 +00:00
parent 9c0d558544
commit 048bdee1d1
1 changed files with 1 additions and 1 deletions

View File

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