Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-09-26 23:29:49 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-09-26 23:29:49 +0200
commitac45cc0f5b9955bcac8a98fdf130b4ddb3102189 (patch)
tree364a40dbe712ef8dd5e23215ca6dadf9b92e9bd9 /README.md
parentf98bb491fd3920c311a84ca03fd33154e1f6e1f1 (diff)
Simplified the default execution
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index be074d54..5d9cb242 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ Pre-built ISO's can be found here which autostarts this installer: https://hvorn
## Run on Live-CD (Python):
# wget https://raw.githubusercontent.com/Torxed/archinstall/master/archinstall.py
- # pacman -S --noconfirm python; python archinstall.py --default
+ # pacman -S --noconfirm python; python archinstall.py
-This will install a basic Arch Linux, with minimal interaction, on the first drive it finds or on user-selected drive if many exists. *(Use `--drive=/dev/sdb` to change the desired destination to skip interaktion)*
+This will start a guided install. Add `--default` for unattended.
-> NOTE: Follow [ArchISO](https://wiki.archlinux.org/index.php/archiso)'s guide on how to create your own ISO or use a pre-built [guided ISO](https://hvornum.se/archiso/) to skip the python installation step, or to create auto-installing ISO templates. Below is examples and a cheat sheet on how to create such a ISO *(with different flavors)*.
+> NOTE: Follow [ArchISO](https://wiki.archlinux.org/index.php/archiso)'s guide on how to create your own ISO or use a pre-built [guided ISO](https://hvornum.se/archiso/) to skip the python installation step, or to create auto-installing ISO templates. Fruther down are examples and cheat sheets on how to create different live ISO's.
## Run on Live-CD (Binary)