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>2018-04-06 19:00:35 +0200
committerGitHub <noreply@github.com>2018-04-06 19:00:35 +0200
commitdc92bf91b549ed613febe2ba8dbd62fec8891b2e (patch)
treec64cb56990ec4d5c537de15ec71696d527f5f298 /README.md
parentb88544d35461de0c95e24e8f7518ad44652d2891 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index 271bba0c..a0b79691 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,24 @@
# archinstall
Just a bare bone arch install
+
+# Autorun on Arch Live CD
+
+ # cd ~/archlive
+ # echo "git" >> packages.both
+ # echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airrootfs.sh
+ # mkdir ./airootfs/etc/skel
+ # echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.bash_profile
+
+ # rm -v work/build.make_* && ./build.sh -v
+> Note: `~/archlive` might be different on your system, see [ArchISO#Setup](https://wiki.archlinux.org/index.php/archiso#Setup) for more info.
+
+Whenever this live-cd boots, from here on now - it'll run `archinstall.py`.
+
+# Manually run it on a booted Live CD
+
+ # git clone https://github.com/Torxed/archinstall.git
+ # python3 ./archinstall/archinstall.py
+
+# Some parameters you can give it
+
+ WIP