Makefile: change filesystem label

This commit is contained in:
Albert Hopkins 2010-11-26 07:33:45 -05:00
parent 287fb84d9e
commit 3bb8e3fd37
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ partitions: $(RAW_IMAGE)
qemu-nbd -c $(NBD_DEV) $(RAW_IMAGE)
sleep 3
mkfs.ext2 -O sparse_super -L "$(APPLIANCE)" $(NBD_DEV)p1
mkfs.ext2 -O sparse_super -L "$(APPLIANCE)"_root $(NBD_DEV)p1
touch partitions
mounts: stage3