X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=genkernel;h=240297dfaafdc726506dcb26f7c12813d429b60b;hb=65249bbcea5fc30fad575e0534f563d5937eab6b;hp=8343cfe750248e25cfc78e7db749d558641a6f5f;hpb=c57b73f5f8117f79d4b1bd5f66ed6bcd53a91b20;p=genkernel.git diff --git a/genkernel b/genkernel index 8343cfe..240297d 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.36' +GK_V='3.4.38' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. @@ -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