summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1968fb7..9a3ed39 100644
--- a/README.md
+++ b/README.md
@@ -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)