From c3650521e57ced06ae9a9d00598cc4fe336bd3a7 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Mon, 6 Feb 2006 17:59:51 +0000 Subject: slugos-init: Mount /proc before attempting uuid mount --- packages/slugos-init/files/boot/disk | 2 ++ packages/slugos-init/slugos-init_0.10.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'packages') 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 diff --git a/packages/slugos-init/slugos-init_0.10.bb b/packages/slugos-init/slugos-init_0.10.bb index ed183b9278..3f1ab456ac 100644 --- a/packages/slugos-init/slugos-init_0.10.bb +++ b/packages/slugos-init/slugos-init_0.10.bb @@ -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 \ -- cgit v1.2.3