projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: add md5sum of kernel
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
50_pivot
diff --git
a/package/base-files/files/lib/firstboot/50_pivot
b/package/base-files/files/lib/firstboot/50_pivot
index
fa1c7b5
..
53801d7
100644
(file)
--- a/
package/base-files/files/lib/firstboot/50_pivot
+++ b/
package/base-files/files/lib/firstboot/50_pivot
@@
-9,9
+9,9
@@
with_fo_pivot() {
pivot /rom /mnt
mount -o move /mnt /tmp/root
- # /
jffs
is the overlay
+ # /
overlay
is the overlay
# /rom is the readonly
- fopivot /
jffs
/rom
+ fopivot /
overlay
/rom
}
boot_hook_add switch2jffs with_fo_pivot
This page took
0.03227 seconds
and
4
git commands to generate.