You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2022. It is now read-only.
If the ISO provided with
--isoisn't on a mount that's listed in/etc/fstab, we won't be able to find it when we reboot.At the very least, we should refuse to continue with the upgrade in this case.
To handle this cleanly we probably need to poke around in
/proc/mountsand/or/proc/self/mountinfoso we can set up the mount after reboot.