Mount partitions as part of formatting step
This commit is contained in:
@@ -21,3 +21,8 @@ fi
|
|||||||
|
|
||||||
echo "~> Formatting $rootformat EXT4"
|
echo "~> Formatting $rootformat EXT4"
|
||||||
mkfs.ext4 $rootformat
|
mkfs.ext4 $rootformat
|
||||||
|
|
||||||
|
echo "~> Mount partitions"
|
||||||
|
mount $rootformat /mnt
|
||||||
|
mkdir -b /mnt/boot
|
||||||
|
mount ${blockdevice}1 /mnt/boot
|
||||||
|
|||||||
Reference in New Issue
Block a user