make and mount boot

This commit is contained in:
Andreas Zweili 2021-11-29 12:32:31 +01:00
parent 77576e01d2
commit 29fd4f00fb
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@ mkfs.fat -F 32 -n BOOT $boot_partition &&
# Mount the drive
mount /dev/MainGroup/root /mnt &&
mkdir -p /mnt/boot &&
mount /dev/disk/by-label/BOOT /mnt/boot