block set source again

This commit is contained in:
Tobias Powalowski 2023-06-28 07:06:05 +02:00
parent de38e48d1f
commit 5f3886c315

View file

@ -307,6 +307,8 @@ _mainmenu() {
"2") "2")
if [[ "${_DESTDIR}" == "/" ]]; then if [[ "${_DESTDIR}" == "/" ]]; then
_abort_running_system _abort_running_system
elif [[ -e "/var/cache/pacman/pkg/archboot.db" ]]; then
_abort_offline_mode
else else
_select_source || return 1 _select_source || return 1
_update_environment _update_environment