diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -12,7 +12,8 @@ Note: There are many Arch Install scripts out there but I wanted to create my ow 1. Download the Arch Linux .iso file (maybe [here](http://ftp.halifax.rwth-aachen.de/archlinux/iso/latest/)) and verify it. 2. Write the .iso to an USB stick (maybe with this [tool](https://www.balena.io/etcher/)) and boot the machine from this USB stick. 3. Download the script with 'curl -L archinstall.xengineering.eu > archinstall.sh'. -4. Run the script with 'bash archinstall.sh' and follow the instructions. +4. Edit the 'settings' section with 'nano archinstall.sh' and leave the nano editor. +5. Run the script with 'bash archinstall.sh'. ### Hint for German Users @@ -27,22 +28,15 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s 3. You booted the Arch Linux live environment in VirtualBox. Proceed with the normal use of archinstall. -## Restrictions - -- Just german localization of the installed system -- Just installation with cable network connection (no WiFi) - - ## To Do (Highest priority first) - [ ] Optimize mirrorlist +- [ ] Launch archconfig project for post-installation tasks like desktop, user setup, etc. - [ ] Support installation with WiFi (instead of cable connection) -- [ ] Provide recommended package lists -- [ ] Support english localization -- [ ] Provide custom archinstall bootstick - [ ] Automate testing +- [ ] Implement 'guided_archinstall.py' for better usability ## Done @@ -50,13 +44,8 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s (Last finished task first) - [x] Support coloured output -- [x] Support BIOS systems +- [x] Support UEFI and BIOS systems - [x] Automatic abort in case of errors -- [x] Switch to Cinnamon desktop - [x] Provide full system encryption with LUKS -- [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 - [x] Automatic partitioning - [x] Write first version of archinstall.sh |