Codebase list hwinfo / debian/latest hwbootscan
debian/latest

Tree @debian/latest (Download .tar.gz)

hwbootscan @debian/latestraw · history · blame

#!/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