slugos-init: Mount /proc before attempting uuid mount
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 6 Feb 2006 17:59:51 +0000 (17:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 6 Feb 2006 17:59:51 +0000 (17:59 +0000)
packages/slugos-init/files/boot/disk
packages/slugos-init/slugos-init_0.10.bb

index 724dc3a..6dd7788 100644 (file)
@@ -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
index ed183b9..3f1ab45 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r56"
+PR = "r57"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \