summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/udev/files/init
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-10-10 10:41:35 +0000
committerRichard Purdie <richard@openedhand.com>2005-10-10 10:41:35 +0000
commitcbf3ef91305558fb8a59e19c5987a9e9ca22013a (patch)
treef7142e57734a8b2fac92ff758a6617d4464a82f9 /openembedded/packages/udev/files/init
parent562d4d35878bb644cbe2b9f23ef407fd6e1e38e2 (diff)
downloadpoky-cbf3ef91305558fb8a59e19c5987a9e9ca22013a.tar.gz
Merge changes from mainline OE to try and keep us in sync.
git-svn-id: https://svn.o-hand.com/repos/poky@127 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/udev/files/init')
-rwxr-xr-xopenembedded/packages/udev/files/init4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/udev/files/init b/openembedded/packages/udev/files/init
index c290661c72..6ad6fd5811 100755
--- a/openembedded/packages/udev/files/init
+++ b/openembedded/packages/udev/files/init
@@ -52,7 +52,9 @@ mount_tmpfs() {
52 52
53 mkdir -p /dev/.static/dev 53 mkdir -p /dev/.static/dev
54 chmod 700 /dev/.static/ 54 chmod 700 /dev/.static/
55 mount -n -o move /etc/udev /dev/.static/dev 55 # Make sure it's busybox mount we're using. util-linux mount doesn't handle
56 # -o move.
57 busybox mount -n -o move /etc/udev /dev/.static/dev
56} 58}
57 59
58# I hate this hack. -- Md 60# I hate this hack. -- Md