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