diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 12:55:54 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 12:55:54 +0100 |
commit | d9d035d76048b74dff1b07b037751e6086bb9c74 (patch) | |
tree | b78b8de7039c05138d8eaee97344e06c283789ac /stages | |
parent | 62900d6404fd2279c4f0be66df232eb66b811bee (diff) | |
download | archinstall-d9d035d76048b74dff1b07b037751e6086bb9c74.tar archinstall-d9d035d76048b74dff1b07b037751e6086bb9c74.tar.zst archinstall-d9d035d76048b74dff1b07b037751e6086bb9c74.zip |
Implemented new stages/second_stage.sh.
Diffstat (limited to 'stages')
-rw-r--r-- | stages/second_stage.sh | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index 33b75df..dd8e153 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -20,7 +20,17 @@ echo "Entering second_stage.sh - OK" -echo "Debug values:" -echo $PATH -echo $REPOSITORY_PATH -echo "End of debug values." + +bash configure_keyboard.sh de-latin1 + +bash configure_locales.sh + +bash configure_timezone.sh /usr/share/zoneinfo/Europe/Berlin + +bash configure_network.sh $hostname + +bash configure_users.sh + +bash install_bootloader.sh $boot_partition_path + +bash configure_desktop.sh |