diff --git a/Rerunning-the-installation.md b/Rerunning-the-installation.md new file mode 100644 index 0000000..17d530c --- /dev/null +++ b/Rerunning-the-installation.md @@ -0,0 +1,8 @@ +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