diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-21 12:00:30 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-21 12:00:30 +0100 |
commit | c8611a20d2e230a40b3bd71acec9e2054cfc5444 (patch) | |
tree | 3ca7dae63127e60bd154c410813941c4de241de8 /README.md | |
parent | 22f95c30840f2ffca2d825eeae59f57d6a5ead9f (diff) | |
download | archinstall-c8611a20d2e230a40b3bd71acec9e2054cfc5444.tar archinstall-c8611a20d2e230a40b3bd71acec9e2054cfc5444.tar.zst archinstall-c8611a20d2e230a40b3bd71acec9e2054cfc5444.zip |
Debug Version for print_x functions
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 |