From: Sebastian Pipping Date: Sun, 8 Jul 2012 22:00:19 +0000 (+0200) Subject: Improve wording X-Git-Tag: v3.4.37~1^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c718d01381a9a619f71b0b500747604c3c8961c0;p=genkernel.git Improve wording --- diff --git a/genkernel b/genkernel index 8343cfe..1cf57fa 100755 --- 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 around it may be needed to' - print_warning 1 'add "rootfstype=ext3" or "rootfstype=ext4"' + print_warning 1 'With support for several ext* filesystems available, it may be needed to' + print_warning 1 'add "rootfstype=ext3" or "rootfstype=ext4" to the list of boot parameters.' fi unset CONFGREP