Added Label arch for boot partition
This commit is contained in:
parent
db0cd90691
commit
6a4915d910
1 changed files with 1 additions and 1 deletions
2
pre.sh
2
pre.sh
|
@ -60,7 +60,7 @@ fdisk /dev/vda
|
|||
# /dev/vda1 300M EFI
|
||||
# /dev/vda2 Rest /
|
||||
|
||||
mkfs.vfat /dev/vda1
|
||||
mkfs.vfat /dev/vda1 -L arch
|
||||
mkfs.btrfs /dev/vda2
|
||||
mount /dev/vda2 /mnt
|
||||
cd /mnt
|
||||
|
|
Loading…
Reference in a new issue