diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-23 12:39:14 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-23 12:39:14 +0100 |
commit | f7045448cd61ea1d355ef08a2a871e95e3f243d5 (patch) | |
tree | 6c4994d31b19cdb048e37868515653e90fb7595a /README.md | |
parent | eec459d0c3a1d463a5385a5d3ca8feabe62d3f55 (diff) | |
download | archinstall-f7045448cd61ea1d355ef08a2a871e95e3f243d5.tar archinstall-f7045448cd61ea1d355ef08a2a871e95e3f243d5.tar.zst archinstall-f7045448cd61ea1d355ef08a2a871e95e3f243d5.zip |
Prepare for Merge to master Branch
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 20 insertions, 12 deletions
@@ -13,16 +13,31 @@ Note: There are many Arch Install scripts out there but I wanted to create my ow 2. Write the .iso file to an USB stick (maybe with this [tool](https://www.balena.io/etcher/)) and boot the machine from this USB stick (you could also boot a virtual machine with this .iso file). 3. Change your keyboard layout, if needed (mind the section below). 4. Download the script with 'curl -L archinstall.xengineering.eu > archinstall.sh'. -5. Edit the 'settings' section with 'nano archinstall.sh', save (CTRL + o) and leave (CTRL + x) the nano editor. +5. Edit the 'Settings' section with 'nano archinstall.sh', save (CTRL + o) and leave (CTRL + x) the nano editor. 6. Run the script with 'bash archinstall.sh'. ### Change your Keyboard Layout +#### German Keyboard Layout + Execute 'loadkeys de-latin1' after booting to live environment, if you want to set a german keyboard layout. You have to type 'z' for 'y' in loadkeys and 'ß' for the '-' sign. -## To Do +## Done / Features + +(Last finished task first) + +- [x] Optimize mirrorlist +- [x] Support coloured output +- [x] Support UEFI and BIOS systems +- [x] Automatic abort in case of errors +- [x] Provide full system encryption with LUKS +- [x] Automatic partitioning +- [x] Write first version of archinstall.sh + + +## To Do / Feature Requests (Highest priority first) @@ -33,14 +48,7 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s - [ ] Implement 'guided_archinstall.py' for better usability -## Done - -(Last finished task first) +## Bugs to solve -- [x] Optimize mirrorlist -- [x] Support coloured output -- [x] Support UEFI and BIOS systems -- [x] Automatic abort in case of errors -- [x] Provide full system encryption with LUKS -- [x] Automatic partitioning -- [x] Write first version of archinstall.sh +- [ ] Add locale en_US.UTF-8 because it is needed by a software included +- [ ] Sort mirrors with sed command from [Arch Wiki Mirrors Article](https://wiki.archlinux.org/index.php/Mirrors) |