Update install-grub.sh
This commit is contained in:
parent
ae6f6a01e6
commit
08ee7aa8c5
|
@ -189,7 +189,7 @@ lsblk | grep "$dev"
|
|||
echo
|
||||
|
||||
# Get new variable.
|
||||
main=${dev}2
|
||||
main=${dev}3
|
||||
|
||||
# Encrypting partition.
|
||||
echo "Encrypting system partition. This might take a while."
|
||||
|
@ -226,7 +226,7 @@ echo "Logical volumes successfully created."
|
|||
echo
|
||||
|
||||
echo "Creating the filesystem."
|
||||
boot=${dev}1
|
||||
boot=${dev}2
|
||||
mkfs.fat -F 32 -n BIOS /dev/$boot &&
|
||||
echo "Filesystem for boot successfully created."
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue