]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-16-DMSQUASH: add sr_mod
authorHarald Hoyer <harald@redhat.com>
Fri, 26 Aug 2016 09:24:42 +0000 (11:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 26 Aug 2016 09:24:42 +0000 (11:24 +0200)
otherwise no cdrom can be accessed on RHEL-7

test/TEST-16-DMSQUASH/test.sh

index 9d584e39d4d8ae067a17c4f55499f77a6d7027bd..e80ec5c241a3537228b19d00d36864858aa01ef1 100755 (executable)
@@ -40,7 +40,7 @@ test_setup() {
 
     sudo $basedir/dracut.sh -l -i "$TESTDIR"/overlay / \
        -a "debug dmsquash-live" \
-       -d "piix ide-gd_mod ata_piix ext3 sd_mod" \
+       -d "piix ide-gd_mod ata_piix ext3 sd_mod sr_mod" \
        -f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1
 
     mkdir -p -- "$TESTDIR"/root-source