mount the disk after formating

This commit is contained in:
Andreas Zweili 2021-11-29 10:56:23 +01:00
parent 12d4885354
commit 0720750670
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ mkswap -L swap /dev/MainGroup/swap
boot_partition="${drive_path}1"
mkfs.fat -F 32 -n BOOT $boot_partition
# Mount the drive
mount /dev/MainGroup/root /mnt