mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
2596d54e28
commit
8c46a23503
1 changed files with 0 additions and 14 deletions
14
install.sh
14
install.sh
|
@ -67,20 +67,6 @@ fi
|
||||||
# List the new partitions.
|
# List the new partitions.
|
||||||
lsblk -f
|
lsblk -f
|
||||||
|
|
||||||
# Format the partitions :
|
|
||||||
echo "----------"
|
|
||||||
echo ""
|
|
||||||
echo "Which is the EFI partition?"
|
|
||||||
read efiName
|
|
||||||
|
|
||||||
echo ""
|
|
||||||
echo "Which is the root partition?"
|
|
||||||
read rootName
|
|
||||||
|
|
||||||
echo ""
|
|
||||||
echo "Which is the swap partition?"
|
|
||||||
read swapName
|
|
||||||
|
|
||||||
# Create EFI partition
|
# Create EFI partition
|
||||||
sudo mkfs.fat -F32 -n EFI $efiName
|
sudo mkfs.fat -F32 -n EFI $efiName
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue