From 71305b6633e6852992779e33fb25470abbd0a1df Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 13 Aug 2020 08:18:13 +0200 Subject: [PATCH] Destroyed Rerunning the installation (markdown) --- Rerunning-the-installation.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Rerunning-the-installation.md diff --git a/Rerunning-the-installation.md b/Rerunning-the-installation.md deleted file mode 100644 index 17d530c..0000000 --- a/Rerunning-the-installation.md +++ /dev/null @@ -1,8 +0,0 @@ -If for some reason, the installer crashes mid-install or you abort the install process manually. You will need to unmount the target drive and close the lukscrypt instance. - - # umount -R /mnt; cryptsetup close /dev/mapper/luksdev - # python3 ./archinstall/archinstall.py - -If you want to re-run from a particular step in the installation process, skip the `umount` and `cryptsetup close` part and use the flag `--rerun="Step name here"`. - -For instance, in the workstation template. Rerunning from the `"Setup loclization"`-step, would mean you'd pass `--rerun="Setup loclization"` and the installer would start over from that step (not formatting the drive, not re-encrypting the drive or anything). \ No newline at end of file