Skip to content

Replace /dev/nvme0n1p1 with $TARGET in reform-migrate

There seems to be a hard-coded mounted device path pointing to /dev/nvme0n1p1 in reform-migrate, which is probably supposed to be $TARGET, so this changes the mount argument to $TARGET.

Merge request reports