dmsquash-live: add iso9660 kernel module
authorHarald Hoyer <harald@redhat.com>
Thu, 7 Mar 2013 14:49:24 +0000 (15:49 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 7 Mar 2013 14:49:24 +0000 (15:49 +0100)
modules.d/90dmsquash-live/module-setup.sh

index 20b84ea..76358da 100755 (executable)
@@ -16,7 +16,7 @@ depends() {
 }
 
 installkernel() {
-    instmods squashfs loop
+    instmods squashfs loop iso9660
 }
 
 install() {