Remove unused function bind_mount_dev()

cleanup-cruft
Sebastian Pipping 14 years ago
parent afe2f15328
commit 886262e44e

@ -398,11 +398,6 @@ whereis(){
esac
}
bind_mount_dev() {
# bind-mount /dev/ so that loop devices can be found
mount -o bind ${NEW_ROOT}/dev /dev
}
setup_hotplug() {
if [ "${KV_2_6_OR_GREATER}" ]
then

Loading…
Cancel
Save