]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/hwinfo/hwbootscan
Hwinfo-Hardwareerkennung entfernt.
[ipfire-2.x.git] / src / hwinfo / hwbootscan
diff --git a/src/hwinfo/hwbootscan b/src/hwinfo/hwbootscan
deleted file mode 100644 (file)
index 6bcfb25..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-rm -f /var/lib/hardware/LOCK
-
-/sbin/hwscan --silent --boot --fast --isapnp --pci --block --floppy --mouse
-
-#
-# create icons for static drives
-#
-if [ -e /etc/hotplug/hotplug.subfs.functions ]; then
-  . /etc/hotplug/hotplug.subfs.functions
-  coldplug_create_subfs
-fi
-
-exit 0