On Sat, Jun 1, 2024 at 11:34 AM Patrick Dupre via users users@lists.fedoraproject.org wrote:
To update a system installed on a specific partition that way? (after dnf update --refresh) mount /dev/sdx /mnt/linux chroot /mnt/linux dnf system-upgrade download --releasever=40
dnf has "--installroot=<path>". Requires absolute path. No idea if it works with system-upgrade.