Created Rerunning the installation (markdown)
parent
604a169766
commit
94a0d62f5f
|
|
@ -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).
|
||||
Loading…
Reference in New Issue