diff options
author | Mike Westerhof <mwester@dls.net> | 2008-08-24 23:49:44 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-08-24 23:49:44 +0000 |
commit | fb1cee2982dbd566111e6dcd5766b7721583513b (patch) | |
tree | e079ceebf24b03251c5a029fdac595d2ce4ba488 /packages/slugos-init/slugos-init_5.0.bb | |
parent | 2a3a5812f4a2752fefc847d65d0a1b3ede3f0b4f (diff) |
SlugOS 5 - replace "mount -U" with "mount UUID=" which works with both mount
and busybox mount; also update boot/disk script to ensure that some key
devices exist in the new /dev which will enable booting to a virgin nfsroot.
Diffstat (limited to 'packages/slugos-init/slugos-init_5.0.bb')
-rw-r--r-- | packages/slugos-init/slugos-init_5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/slugos-init/slugos-init_5.0.bb b/packages/slugos-init/slugos-init_5.0.bb index 9c50cd61f6..92ac7e30f3 100644 --- a/packages/slugos-init/slugos-init_5.0.bb +++ b/packages/slugos-init/slugos-init_5.0.bb @@ -4,7 +4,7 @@ PRIORITY = "required" LICENSE = "GPL" DEPENDS = "base-files devio" RDEPENDS = "busybox devio" -PR = "r0" +PR = "r1" SRC_URI = "file://boot/flash \ file://boot/disk \ |