diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 17:38:10 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 17:38:10 +0100 |
commit | cc2c8c85984a9e6611bb04544e7010701e4ed4b3 (patch) | |
tree | e4a3cc6ee5ffff0ebfaaa600fa9f450f52e14c2a /stages/second_stage.sh | |
parent | 42cc3111a23ae0d2d61dc587acd1eaf21b3817c1 (diff) | |
download | archinstall-cc2c8c85984a9e6611bb04544e7010701e4ed4b3.tar archinstall-cc2c8c85984a9e6611bb04544e7010701e4ed4b3.tar.zst archinstall-cc2c8c85984a9e6611bb04544e7010701e4ed4b3.zip |
Implemented configuration of default user account (without sudo).
Diffstat (limited to 'stages/second_stage.sh')
-rw-r--r-- | stages/second_stage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index f4b867e..7020b6b 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -29,7 +29,7 @@ bash configure_timezone.sh /usr/share/zoneinfo/Europe/Berlin bash configure_network.sh $hostname -bash configure_users.sh +bash configure_users.sh $admin_username $DEFAULT_PASSWORD bash install_bootloader.sh $boot_partition_path |