Boot from NFS drive with persistence
Solution 1:
Looking into the casper scripts I found that the system takes a casper-rw file only if it is on a vfat device.
If I want to use nfs, a device with the label "casper-rw" must be there, not a file.
Looking into the casper scripts I found that the system takes a casper-rw file only if it is on a vfat device.
If I want to use nfs, a device with the label "casper-rw" must be there, not a file.