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-08 15:05:21 +0200
committerGitHub <noreply@github.com>2018-04-08 15:05:21 +0200
commitbeaf6ba8da7235803f9213d962024bfbfd9cf30f (patch)
tree0563c32c5df12fda9ec5467f1453f6dca46ec45a /README.md
parent778480f52bffe79030ee16254540a430f68f7673 (diff)
Added "rerun" instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf3e9959..1921e7ac 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,13 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py`.
# git clone -b net-deploy --single-branch https://github.com/Torxed/archinstall.git
# python3 ./archinstall/archinstall.py
+# Rerunning a installation
+
+ # umount -R /mnt; cryptsetup close /dev/mapper/luksdev
+ # python3 ./archinstall/archinstall.py
+
+> Note: This assumes `--post=stay` is set to avoid instant reboot at the end.
+
# Some parameters you can give it
--drive=</dev/sdX>
@@ -55,4 +62,4 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py`.
## End note
- ![description](description.jpg) \ No newline at end of file
+ ![description](description.jpg)