Mount partitions as part of formatting step
This commit is contained in:
parent
94570d65a4
commit
40d03a6da8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user