]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test: do not omit dash module
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sun, 11 Dec 2022 15:33:00 +0000 (15:33 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 21 Dec 2022 12:12:04 +0000 (12:12 +0000)
It should not be necessary to explicitly omit dash module.
If this is needed, that would mean that bash is not marked
as an explicit dependency for some modules.

test/TEST-04-FULL-SYSTEMD/test.sh
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-35-ISCSI-MULTI/test.sh
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/test.sh

index b4d627853645ad0b4d3178be0817484134c3099e..af7e75de4c499db0b6214085cb91cd272a6adf1c 100755 (executable)
@@ -297,7 +297,7 @@ EOF
     "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \
         -a "debug systemd i18n qemu" \
         ${EXTRA_MACHINE:+-I "$EXTRA_MACHINE"} \
-        -o "dash network plymouth lvm mdraid resume crypt caps dm terminfo usrmount kernel-network-modules rngd" \
+        -o "network plymouth lvm mdraid resume crypt caps dm terminfo usrmount kernel-network-modules rngd" \
         -d "piix ide-gd_mod ata_piix btrfs sd_mod i6300esb ib700wdt" \
         --no-hostonly-cmdline -N \
         -f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1
index 855c5b3340b8a163e6b61e8fcf3ab3d55238b31f..574ed3db3f18424ac6fe4e4e673766b16fe7641d 100755 (executable)
@@ -401,7 +401,7 @@ test_setup() {
 
     # Make client's dracut image
     "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \
-        -o "plymouth dash" \
+        -o "plymouth" \
         -a "dmsquash-live debug watchdog ${USE_NETWORK}" \
         --no-hostonly-cmdline -N \
         -f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1
index 3c0e84c153ee8e17e85ddfe25eafbed1a212ecb6..1892ac574b0f1ebf7b4f2a254ed351a6fb72c1b2 100755 (executable)
@@ -310,7 +310,7 @@ test_setup() {
     )
     # Make client's dracut image
     "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \
-        -o "dash plymouth dmraid nfs" \
+        -o "plymouth dmraid nfs" \
         -a "debug ${USE_NETWORK}" \
         --no-hostonly-cmdline -N \
         -f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1
index b0d971f02386b444d25ac1e60ea1b2346275d963..48f9c04598697733ef6321e091659a7eb7911d0c 100755 (executable)
@@ -322,7 +322,7 @@ test_setup() {
     )
     # Make client's dracut image
     "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \
-        -o "dash plymouth dmraid nfs" \
+        -o "plymouth dmraid nfs" \
         -a "debug ${USE_NETWORK}" \
         --no-hostonly-cmdline -N \
         -f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1
index 9b90a82e1dfc6b4f14b3cdf4f8dbe23189b783aa..8f8b156fdff36cda402f47a2a576cd2997ae7c82 100755 (executable)
@@ -480,7 +480,7 @@ test_setup() {
     )
 
     "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \
-        -o "plymouth dash iscsi nfs" \
+        -o "plymouth iscsi nfs" \
         -a "debug watchdog ${USE_NETWORK}" \
         --no-hostonly-cmdline -N \
         -f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1
index 46895e72cae179f6e5aa1aafae5dca35e2735990..21362b99c57692a567999dea0ae658555b105d59 100755 (executable)
@@ -348,7 +348,7 @@ test_setup() {
     )
     # Make client's dracut image
     "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \
-        -o "ifcfg plymouth dash" \
+        -o "ifcfg plymouth" \
         -a "debug watchdog ${USE_NETWORK}" \
         --no-hostonly-cmdline -N \
         -f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1