summaryrefslogtreecommitdiff
path: root/packages/slugos-init/files/boot
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2006-02-06 17:59:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-06 17:59:51 +0000
commitc3650521e57ced06ae9a9d00598cc4fe336bd3a7 (patch)
tree7d2064cafd750a37cb03c04980d3543f16864cb6 /packages/slugos-init/files/boot
parent4228b12fbf49084eeaabec66c4785a0a091015f6 (diff)
slugos-init: Mount /proc before attempting uuid mount
Diffstat (limited to 'packages/slugos-init/files/boot')
-rw-r--r--packages/slugos-init/files/boot/disk2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/slugos-init/files/boot/disk b/packages/slugos-init/files/boot/disk
index 724dc3af5d..6dd7788197 100644
--- a/packages/slugos-init/files/boot/disk
+++ b/packages/slugos-init/files/boot/disk
@@ -20,6 +20,8 @@ then
# wait if required
test "$sleep" -gt 0 && sleep "$sleep"
#
+ # proc is needed for UUID mount
+ mount -t proc proc /proc
# Mount read-write because before exec'ing init
# If a UUID is given (in the environment) this
# is used in preference to the device, but if