projects
/
oweals
/
fstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c421a
)
libfstools: clarify message when switching to internal overlay
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 25 Feb 2015 21:57:34 +0000
(22:57 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 25 Feb 2015 21:57:34 +0000
(22:57 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
libfstools/overlay.c
patch
|
blob
|
history
diff --git
a/libfstools/overlay.c
b/libfstools/overlay.c
index bb506ee33c60e14ce12b563cf569b6007b938e45..21012ba1ab1367999e88fe1034bfc2739585656a 100644
(file)
--- a/
libfstools/overlay.c
+++ b/
libfstools/overlay.c
@@
-248,7
+248,7
@@
int mount_overlay(struct volume *v)
return 0;
}
- ULOG_INFO("switching to overlay\n");
+ ULOG_INFO("switching to
jffs2
overlay\n");
if (mount_move("/tmp", "", "/overlay") || fopivot("/overlay", "/rom")) {
ULOG_ERR("switching to jffs2 failed - fallback to ramoverlay\n");
return ramoverlay();