diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-02-06 18:41:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 18:41:09 +0000 |
commit | 27651b95cc9880d646b60e62686bbd1b000556ba (patch) | |
tree | df9156dcdda54861d251b03192d3a13fc7e3bfa1 /packages/slugos-init/files/boot/disk | |
parent | 4476d4b3760464127d42bf6288405d0f4d5bb1a8 (diff) | |
parent | 5c70d86825ced73fe07d02a4647e70c54f2efe07 (diff) |
merge of 0b31d87c1b9bcc0d2789be6377713fc1adcc891a
and 939b3d278f2da67c4ed00b67eabd89eb6d0c0f59
Diffstat (limited to 'packages/slugos-init/files/boot/disk')
-rw-r--r-- | packages/slugos-init/files/boot/disk | 2 |
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 |