X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Flib%2Ffirstboot%2F99_10_with_fo_cleanup;h=0833954e5b42cc18c2794d1feab6b3bbf61a45a8;hb=d7c7e4f683b9efabbd6ec59a23e26e6d3ae1a655;hp=8b001597224e95dc097f03fc0a4ce7f9377bb428;hpb=a9929695c6ad0779eaa8cb3d68d37760981d55b7;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup b/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup index 8b0015972..0833954e5 100644 --- a/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup +++ b/package/base-files/files/lib/firstboot/99_10_with_fo_cleanup @@ -6,7 +6,7 @@ with_fo_cleanup() { # try to get rid of /tmp/root # this will almost always fail - mount /tmp/root 2>&- + umount /tmp/root 2>&- exit 0 }