summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 20 insertions, 12 deletions
diff --git a/README.md b/README.md
index b078fee..cd6c525 100644
--- a/README.md
+++ b/README.md
@@ -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)