From ac45cc0f5b9955bcac8a98fdf130b4ddb3102189 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 26 Sep 2019 23:29:49 +0200 Subject: Simplified the default execution --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3-54-g00ecf