when the flash file system is mounted on /, but it causes the edit of the
/linuxrc to fail.
# handle this entry, since this is currently only used for unmounting
# the flash root partition we know a file which must exist...
- case "$type" in
- jffs2) test "$(devio "<<$mp/etc/init.d/sysconfsetup" prd 2>/dev/null)" -ne "$ffsno" ||
+ case "$mp/$type" in
+ //jffs2);; # skip /
+ */jffs2)test "$(devio "<<$mp/etc/init.d/sysconfsetup" prd 2>/dev/null)" -ne "$ffsno" ||
umount "$mp" || {
echo "$0: $mp: unable to umount $ffsdev" >&2
return 1
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r40"
+PR = "r41"
SRC_URI = "file://linuxrc \
file://boot/flash \