projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe2f15
)
Remove unused function bind_mount_dev()
author
Sebastian Pipping
<sebastian@pipping.org>
Thu, 20 Jan 2011 04:46:27 +0000
(
05:46
+0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Thu, 20 Jan 2011 04:46:27 +0000
(
05:46
+0100)
defaults/initrd.scripts
patch
|
blob
|
history
diff --git
a/defaults/initrd.scripts
b/defaults/initrd.scripts
index caeb3bddc14194647ddde01cde023bc2dba8c82b..d0f8de5e2b70fbe8a0f673406e81b39d88f4a9ff 100755
(executable)
--- 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