On Wed, May 27, 2020 at 07:30:29AM -0700, Dave wrote: > The upgrade process for Standalone Fedora-31-work-test worked up until the > end when it complained about disk space.
> *dnf --releasever=<new> distro-sync --best* --allowerasing uh, since you do not seem to follow the fedora upgrade guide regarding space management, this result is rather ... unsurprising. to make extra space available for the update, you can use mkfs.ext4 /dev/xvdc3 mount /dev/xvdc3 /mnt/removable and add "--setopt=cachedir=/mnt/removable" to the dnf call. (thats a lot less steps than in the official docs and will cleanup itself too) -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200527150647.GV1079%40priv-mua.
