Improve wording
authorSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 22:00:19 +0000 (00:00 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 22:01:42 +0000 (00:01 +0200)
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 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