describe the request
Currently when LVM or LUKS or a combination of them are selected. /mnt is left hanging on the host
Cleaning this up properly would allow for faster iteration (especially when testing new modifications to archinstall). I believe there is just a small dance depending on if its LUKS_ON_LVM LVM_ON_LUKS or just vg or just LUKS.
But since we create this, we should be able to close it properly.
This also relates to #4035 in the way that you'd want to be able to retry installs with new changes quickly without rebooting the ISO/host (git pull changes, retry patch kinda deal).
describe the request
Currently when LVM or LUKS or a combination of them are selected.
/mntis left hanging on the hostCleaning this up properly would allow for faster iteration (especially when testing new modifications to archinstall). I believe there is just a small dance depending on if its
LUKS_ON_LVMLVM_ON_LUKSor justvgor justLUKS.But since we create this, we should be able to close it properly.
This also relates to #4035 in the way that you'd want to be able to retry installs with new changes quickly without rebooting the ISO/host (git pull changes, retry patch kinda deal).