Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c566a4e..1a133ad3 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Just a bare bone automated [Arch](https://wiki.archlinux.org/index.php/Arch_Linu
# cd ~/archlive
# echo -e "git\npython-psutil" >> packages.both
+ # echo "cd /root" >> ./airootfs/root/customize_airootfs.sh
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
# echo "chmod +x ~/archinstall/archinstall.py" >> ./airootfs/root/customize_airootfs.sh
# mkdir ./airootfs/etc/skel
@@ -22,9 +23,14 @@ Whenever this live-cd boots, from here on now - it'll run `archinstall.py`.
# pacman -Sy git
# git clone https://github.com/Torxed/archinstall.git
# python3 ./archinstall/archinstall.py
-
> Note: *(You could also wget the `archinstall.py` script and skip installing git)*
+# 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>