diff --git a/usr/lib/archboot/installer/blockdevices.sh b/usr/lib/archboot/installer/blockdevices.sh index 1061b8a5f..5f5b7cbc1 100644 --- a/usr/lib/archboot/installer/blockdevices.sh +++ b/usr/lib/archboot/installer/blockdevices.sh @@ -928,7 +928,7 @@ attacks. The encryption is only as good as your key management, and there\n are other ways to break into computers, while they are running." 0 0 } -_luks() +_createluks() { _NAME_SCHEME_PARAMETER_RUN="" _LUKSFINISH="" diff --git a/usr/lib/archboot/installer/storage.sh b/usr/lib/archboot/installer/storage.sh index b23215566..e628e48eb 100644 --- a/usr/lib/archboot/installer/storage.sh +++ b/usr/lib/archboot/installer/storage.sh @@ -92,7 +92,7 @@ _create_luks_menu() { _NEXTITEM="$(cat "${_ANSWER}")" case $(cat "${_ANSWER}") in "1") - _luks ;; + _createluks ;; "2") _stopluks ;; "3")