slugos-init: change find option -mount to -xdev in turnup (so that turnup
authorMike Westerhof <mwester@dls.net>
Tue, 3 Apr 2007 05:47:24 +0000 (05:47 +0000)
committerMike Westerhof <mwester@dls.net>
Tue, 3 Apr 2007 05:47:24 +0000 (05:47 +0000)
can work with either busybox find or with the full find utility).

packages/slugos-init/files/turnup
packages/slugos-init/slugos-init_0.10.bb

index 556d942..c852f91 100644 (file)
@@ -153,7 +153,7 @@ copy_rootfs() {
        #   /var/*
        echo "turnup: copying root file system" >&2
        (       cd "$1"
-               find . -mount -print |
+               find . -xdev -print |
                sed '\@^./dev/@d;\@^./boot/@d;\@^./boot$@d;\@^./linuxrc@d;\@^./var/@d' |
                cpio -p -d -m -u "$2"
        ) || {
index 8f8c68d..ac6f6c3 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r82"
+PR = "r83"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \