diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 18:09:06 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 18:09:06 +0100 |
commit | 4caebd10edfd7a7d6515185637bd52067bd56ace (patch) | |
tree | ac2fa2e4221515796145284ffd8f4bbba06f349b /README.md | |
parent | 7a26c8516f712ee8ea58690bb5dd696efa920295 (diff) | |
parent | ebf7eac32d7ce0f176e269d6647ed1914cdeaff9 (diff) | |
download | archinstall-4caebd10edfd7a7d6515185637bd52067bd56ace.tar archinstall-4caebd10edfd7a7d6515185637bd52067bd56ace.tar.zst archinstall-4caebd10edfd7a7d6515185637bd52067bd56ace.zip |
Merging feature_bios into devel
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -10,7 +10,7 @@ Note: There are many Arch Install scripts out there but I wanted to create my ow ## Usage 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 in UEFI mode. +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. @@ -23,14 +23,12 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s ### Usage with VirtualBox 1. Create a VirtualBox virtual machine (VM) for 64-bit Arch Linux with the default or customized settings. -2. Enable Extensible Firmware Interface (EFI) in the settings of this VM. -3. Start the VM and provide the .iso file if you are asked to. -4. You booted the Arch Linux live environment in VirtualBox. Proceed with the normal use of archinstall. +2. Start the VM and provide the .iso file if you are asked to. +3. You booted the Arch Linux live environment in VirtualBox. Proceed with the normal use of archinstall. ## Restrictions -- Just UEFI systems - Just german localization of the installed system - Just installation with cable network connection (no WiFi) @@ -42,6 +40,7 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s - [ ] Support BIOS systems - [ ] Optimize mirrorlist - [ ] Automatic abort in case of errors +- [ ] Optimize mirrorlist - [ ] Support installation with WiFi (instead of cable connection) - [ ] Provide recommended package lists - [ ] Support english localization |