Skip to content

Commit

Permalink
wheezy-stage0: set label of boot partition to 'boot'
Browse files Browse the repository at this point in the history
  • Loading branch information
asb committed May 15, 2013
1 parent 05c55ef commit b167d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheezy-stage0
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dotask qemu-img create -f $IMGFORMAT $CURIMG $SDSIZE
sudo -v
dotask attach_image_to_nbd $CURIMG $NBD_DEV
dotask create_partition_table $NBD_DEV
dotask sudo mkdosfs -S 512 -s 16 -v $BOOT_DEV
dotask sudo mkdosfs -n boot -S 512 -s 16 -v $BOOT_DEV
dotask sudo mkfs.ext4 -O ^huge_file $ROOT_DEV
mkdir -p boot
dotask sudo mount $BOOT_DEV boot
Expand Down

0 comments on commit b167d87

Please sign in to comment.