projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: prevent possible sourcing of JFFS2 meta files when merging...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
99_10_with_fo_cleanup
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
8b00159
..
0833954
100644
(file)
--- 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>&-
+
u
mount /tmp/root 2>&-
exit 0
}
This page took
0.021349 seconds
and
4
git commands to generate.