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 has been archived by the owner on May 9, 2022. It is now read-only.
If the ISO provided with
--iso
isn'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/mounts
and/or/proc/self/mountinfo
so we can set up the mount after reboot.The text was updated successfully, but these errors were encountered: