Remove EFI Features on no EFI computer
This commit is contained in:
parent
35a802fab1
commit
e630cc94d8
1 changed files with 11 additions and 11 deletions
4
archfi
4
archfi
|
@ -131,8 +131,6 @@ diskpartmenu(){
|
||||||
if [ "$eficomputer" == "0" ]; then
|
if [ "$eficomputer" == "0" ]; then
|
||||||
options+=("$txtautoparts (gpt)" "")
|
options+=("$txtautoparts (gpt)" "")
|
||||||
options+=("$txtautoparts (dos)" "")
|
options+=("$txtautoparts (dos)" "")
|
||||||
options+=("$txtautoparts (gpt,efi)" "")
|
|
||||||
options+=("$txtautoparts (gpt,bios+efi,noswap)" "")
|
|
||||||
else
|
else
|
||||||
options+=("$txtautoparts (gpt,efi)" "")
|
options+=("$txtautoparts (gpt,efi)" "")
|
||||||
options+=("$txtautoparts (gpt)" "")
|
options+=("$txtautoparts (gpt)" "")
|
||||||
|
@ -923,6 +921,7 @@ archinstallgrub(){
|
||||||
clear
|
clear
|
||||||
pacstrap /mnt grub
|
pacstrap /mnt grub
|
||||||
|
|
||||||
|
if [ "eficomputer" = "1" ]; then
|
||||||
if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then
|
if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then
|
||||||
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then
|
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then
|
||||||
clear
|
clear
|
||||||
|
@ -934,6 +933,7 @@ archinstallgrub(){
|
||||||
pacstrap /mnt efibootmgr
|
pacstrap /mnt efibootmgr
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$luksroot" = "1" ]; then
|
if [ "$luksroot" = "1" ]; then
|
||||||
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtgrubluksdetected" 0 0) then
|
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtgrubluksdetected" 0 0) then
|
||||||
|
|
Loading…
Reference in a new issue