dmsquash-live uses squashfs, so let's make sure the driver is installed
---
modules.d/90dmsquash-live/module-setup.sh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules.d/90dmsquash-live/module-setup.sh
b/modules.d/90dmsquash-live/module-setup.sh
index 2f46f67..40ec0c1 100755
--- a/modules.d/90dmsquash-live/module-setup.sh
+++ b/modules.d/90dmsquash-live/module-setup.sh
@@ -15,6 +15,10 @@ depends() {
return 0
}
+installkernel() {
+ instmods squashfs
+}
+
install() {
dracut_install umount
inst dmsetup
--
1.7.4
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html