on transitory abort, redirect to /dev/console

This commit is contained in:
Gavin Li 2015-06-01 22:49:44 -07:00
parent 0c30900e8d
commit 23cecd9dcf
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ preserve_home_directories=true
# package to use as kernel (linux or linux-lts)
kernel_package=linux
# migrated machine architecture
# migrated machine architecture (changing this is NOT supported)
target_architecture="$(uname -m)"
########################################
@ -488,7 +488,7 @@ installer_main() {
transitory_exit_occurred() {
# not normally called
log "Error occurred! You're on your own."
exec /bin/bash
exec /bin/bash < /dev/console > /dev/console 2>&1
}
transitory_main() {