Remove EFI Features on no EFI computer
This commit is contained in:
parent
15027c0e00
commit
dd20f1fda1
1 changed files with 2 additions and 2 deletions
4
archfi
4
archfi
|
@ -921,8 +921,8 @@ archinstallgrub(){
|
|||
clear
|
||||
pacstrap /mnt grub
|
||||
|
||||
if [ "eficomputer" == "1" ]; then
|
||||
if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then
|
||||
if [ "$eficomputer" == "1" ]; then
|
||||
if [ "$efimode" == "1" ]||[ "$efimode" == "2" ]; then
|
||||
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then
|
||||
clear
|
||||
pacstrap /mnt efibootmgr
|
||||
|
|
Loading…
Reference in a new issue