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
/
20_has_mini_fo
diff --git
a/package/base-files/files/lib/firstboot/20_has_mini_fo
b/package/base-files/files/lib/firstboot/20_has_mini_fo
index
257b2b5
..
8ca6a4f
100644
(file)
--- a/
package/base-files/files/lib/firstboot/20_has_mini_fo
+++ b/
package/base-files/files/lib/firstboot/20_has_mini_fo
@@
-3,11
+3,11
@@
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
-check_for_
mini_fo
() {
- if ! grep -q
mini_fo
/proc/filesystems; then
+check_for_
overlay
() {
+ if ! grep -q
E '(mini_fo|overlay)'
/proc/filesystems; then
boot_run_hook no_fo
exit 1
fi
}
boot_run_hook no_fo
exit 1
fi
}
-boot_hook_add switch2jffs check_for_
mini_fo
+boot_hook_add switch2jffs check_for_
overlay
This page took
0.021033 seconds
and
4
git commands to generate.