]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
feat(pcmcia): only include when another module requires it
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 20 Jul 2024 11:48:31 +0000 (07:48 -0400)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 20 Jul 2024 21:55:46 +0000 (17:55 -0400)
While the module itself is relativly new the technology is rarely
used any more as part of the boot process.

modules.d/90pcmcia/module-setup.sh

index b11e8f1b69566351d8dc7b2a0c2eb587d688163a..7191a1196f64660d9906f2e8b1ec511cb22e6de2 100755 (executable)
@@ -2,7 +2,7 @@
 
 # called by dracut
 check() {
-    return 0
+    return 255
 }
 
 # called by dracut