]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dmsquash-live): add support for NFS
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 20 Aug 2022 17:50:06 +0000 (17:50 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 7 Nov 2022 14:51:45 +0000 (15:51 +0100)
commit8caaad4fc2d75982eb87f5ebc72a4c276986f756
tree917cde16c97c7876924bce917e12fcd4713430ce
parent11eef2cfd2349dcf0a0d872e759c6c71e85e89aa
fix(dmsquash-live): add support for NFS

Move overlayfs mount out into its own dedicated file
so that we can call into it directly for NFS support.

Add a new test case for overlayfs on top of NFS.
modules.d/90dmsquash-live/dmsquash-live-genrules.sh
modules.d/90dmsquash-live/dmsquash-live-root.sh
modules.d/90dmsquash-live/module-setup.sh
modules.d/90dmsquash-live/mount-overlayfs.sh [new file with mode: 0755]
modules.d/90dmsquash-live/parse-dmsquash-live.sh
test/TEST-20-NFS/test.sh