From: Sebastian Pipping Date: Thu, 20 Jan 2011 04:46:27 +0000 (+0100) Subject: Remove unused function bind_mount_dev() X-Git-Tag: v3.4.12~1^2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=886262e44e10830277c987089e1c85b065a2e4a2;p=genkernel.git Remove unused function bind_mount_dev() --- diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index caeb3bd..d0f8de5 100755 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -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