rename detect_ to set_

This commit is contained in:
Tobias Powalowski 2023-01-07 17:28:51 +01:00
parent cfe142c3c6
commit 02f75a86ff
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ fi
: >/tmp/.setup
set_title
detect_uefi_parameters
set_uefi_parameters
DIALOG --msgbox "Welcome to the Archboot Arch Linux Installation program.\n\nThe install process is fairly straightforward, and you should run through the options in the order they are presented.\n\nIf you are unfamiliar with partitioning/making filesystems, you may want to consult some documentation before continuing.\n\nYou can view all output from commands by viewing your ${VC} console (ALT-F${VC_NUM}). ALT-F1 will bring you back here." 14 65

View file

@ -66,7 +66,7 @@ geteditor() {
fi
}
detect_uefi_parameters() {
set_uefi_parameters() {
_UEFI_BOOT="0"
_UEFI_SECURE_BOOT="0"
_GUIDPARAMETER="0"