diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-16 13:00:02 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-16 13:00:02 +0100 |
commit | 1b3f1d7aeb1a8e542d324c97cda0b6c2d57a58dc (patch) | |
tree | b8bccd6013a28fd85de5ccfafc8be33bcfb409db | |
parent | 00c5807c02039e38783147666c7d3466529b6d48 (diff) | |
download | archinstall-1b3f1d7aeb1a8e542d324c97cda0b6c2d57a58dc.tar archinstall-1b3f1d7aeb1a8e542d324c97cda0b6c2d57a58dc.tar.zst archinstall-1b3f1d7aeb1a8e542d324c97cda0b6c2d57a58dc.zip |
Small changes.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | util/print_final_message.sh | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -29,7 +29,6 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s ## To Do -- [ ] Create a main user with sudo permissions - [ ] Provide LUKS encryption - [ ] Support installation with WiFi (instead of cable connection) - [ ] Provide recommended package lists @@ -38,6 +37,7 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s - [ ] Support BIOS systems - [ ] Support english localization - [ ] Packaged for the AUR +- [x] Create a main user with sudo permissions - [x] Provide installation of a desktop environment - [x] Provide reusable configuration file (json) - [x] Provide error log diff --git a/util/print_final_message.sh b/util/print_final_message.sh index ea4a42d..9864470 100644 --- a/util/print_final_message.sh +++ b/util/print_final_message.sh @@ -22,14 +22,14 @@ default_password=$1 cat << EOF -################################################################# +##################################################################### The default password for your user and root is '${default_password}'. You can now power off your machine with 'poweroff', remove the installation media and boot your new Arch Linux machine! -################################################################# +##################################################################### EOF |