projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] grub: fix build with automake v1.11.3 (#11228)
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
30_is_rootfs_mounted
diff --git
a/package/base-files/files/lib/firstboot/30_is_rootfs_mounted
b/package/base-files/files/lib/firstboot/30_is_rootfs_mounted
index
7c3fe6c
..
e2ba01d
100644
(file)
--- a/
package/base-files/files/lib/firstboot/30_is_rootfs_mounted
+++ b/
package/base-files/files/lib/firstboot/30_is_rootfs_mounted
@@
-4,7
+4,7
@@
# Copyright (C) 2010 Vertical Communications
skip_if_rootfs_mounted() {
- mount "$mtdpart" /rom/
jffs
-t jffs2 || exit
+ mount "$mtdpart" /rom/
overlay
-t jffs2 || exit
}
boot_hook_add switch2jffs skip_if_rootfs_mounted
This page took
0.021426 seconds
and
4
git commands to generate.