Remove unused function bind_mount_dev()
authorSebastian Pipping <sebastian@pipping.org>
Thu, 20 Jan 2011 04:46:27 +0000 (05:46 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Thu, 20 Jan 2011 04:46:27 +0000 (05:46 +0100)
defaults/initrd.scripts

index caeb3bddc14194647ddde01cde023bc2dba8c82b..d0f8de5e2b70fbe8a0f673406e81b39d88f4a9ff 100755 (executable)
@@ -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