Makefile: change filesystem label
This commit is contained in:
parent
287fb84d9e
commit
3bb8e3fd37
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ partitions: $(RAW_IMAGE)
|
||||||
|
|
||||||
qemu-nbd -c $(NBD_DEV) $(RAW_IMAGE)
|
qemu-nbd -c $(NBD_DEV) $(RAW_IMAGE)
|
||||||
sleep 3
|
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
|
touch partitions
|
||||||
|
|
||||||
mounts: stage3
|
mounts: stage3
|
||||||
|
|
Loading…
Reference in New Issue