KVMD 3.203: Changes in MSD

This is an infrastructure release. The internal structure of the MSD image storage has changed.

Metadata and image directories have been merged into one:

Old:

/var/lib/kvmd/msd/images/foobar.iso
/var/lib/kvmd/msd/meta/foobar.iso.complete

New:

/var/lib/kvmd/msd/foobar.iso
/var/lib/kvmd/msd/.__foobar.iso.complete

If you use a standard configuration (or even MSD on a separate flash drive), the migration will be seamless for you. All you need is just to update and reboot, the files will be moved automatically. The change was needed for future MSD-over-network support.

To update:

rw
pacman -Syu
reboot