projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c57b73f
)
Improve wording
author
Sebastian Pipping
<sebastian@pipping.org>
Sun, 8 Jul 2012 22:00:19 +0000
(
00:00
+0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Sun, 8 Jul 2012 22:01:42 +0000
(
00:01
+0200)
genkernel
patch
|
blob
|
history
diff --git
a/genkernel
b/genkernel
index 8343cfe750248e25cfc78e7db749d558641a6f5f..1cf57fa2a58be7b9a5b99f5432bf93b35e9f9765 100755
(executable)
--- a/
genkernel
+++ b/
genkernel
@@
-363,8
+363,8
@@
then
fi
if [ `${CONFGREP} 'CONFIG_EXT[0-9]_FS=' "${KERNEL_CONFIG}" | wc -l` -ge 2 ]; then
- print_warning 1 'With support for several ext* filesystems a
round
it may be needed to'
- print_warning 1 'add "rootfstype=ext3" or "rootfstype=ext4"'
+ print_warning 1 'With support for several ext* filesystems a
vailable,
it may be needed to'
+ print_warning 1 'add "rootfstype=ext3" or "rootfstype=ext4"
to the list of boot parameters.
'
fi
unset CONFGREP