diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 12:58:02 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 12:58:02 +0100 |
commit | 5259030286c8f65892d3210098661778a5152956 (patch) | |
tree | 9efbf92374c5158f7cad0de603ddd4bce077e574 /stages/second_stage.sh | |
parent | d9d035d76048b74dff1b07b037751e6086bb9c74 (diff) | |
download | archinstall-5259030286c8f65892d3210098661778a5152956.tar archinstall-5259030286c8f65892d3210098661778a5152956.tar.zst archinstall-5259030286c8f65892d3210098661778a5152956.zip |
Bugfix for new second_stage.sh.
Diffstat (limited to 'stages/second_stage.sh')
-rw-r--r-- | stages/second_stage.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index dd8e153..4cae372 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -21,6 +21,12 @@ echo "Entering second_stage.sh - OK" +echo "Debug values:" +echo $PATH +echo $REPOSITORY_PATH +echo "End of debug" + + bash configure_keyboard.sh de-latin1 bash configure_locales.sh @@ -33,4 +39,4 @@ bash configure_users.sh bash install_bootloader.sh $boot_partition_path -bash configure_desktop.sh +bash configure_desktop.sh |