summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/initrd-stuff')
-rw-r--r--initrd/initrd-stuff/bin/.hwautocfg.swpbin32768 -> 0 bytes
-rwxr-xr-xinitrd/initrd-stuff/bin/hwautocfg2
2 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/bin/.hwautocfg.swp b/initrd/initrd-stuff/bin/.hwautocfg.swp
deleted file mode 100644
index 2a4776d5..00000000
--- a/initrd/initrd-stuff/bin/.hwautocfg.swp
+++ /dev/null
Binary files differ
diff --git a/initrd/initrd-stuff/bin/hwautocfg b/initrd/initrd-stuff/bin/hwautocfg
index e19f533a..396b58fa 100755
--- a/initrd/initrd-stuff/bin/hwautocfg
+++ b/initrd/initrd-stuff/bin/hwautocfg
@@ -305,7 +305,7 @@ Please check that\n hwsetup is properly installed and executable."
# "drivers" (pseudo, placeholder strings, ...) to exclude from loading
DRIVERLIST="disabled unknown ignore pcspkr synaptics"
# driver blacklist (real modules which fail to load)
-DRIVERLIST=" "${DRIVERLIST}
+DRIVERLIST="hw_random "${DRIVERLIST}
# check for USB, pcmcia and ieee1394 hardware drivers
for DRIVER in ohci-hcd uhci-hcd ehci-hcd \
ohci1394; do