X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=genkernel;h=41dd5ed4e4fc2ab8b3835238966f3cfb96e0f513;hb=76652966ae35c0e33c10ff1d95cfb30ea90c45fb;hp=103c43453186bfd6e0b34032077ee110689587f9;hpb=88892f5df2453f959539c444a4d0ac161ec70d8f;p=genkernel.git diff --git a/genkernel b/genkernel index 103c434..41dd5ed 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.36' +GK_V='3.4.37' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. @@ -117,6 +117,7 @@ done # get the real arguments for usage... determine_real_args +determine_config_file set_kernel_arch @@ -129,6 +130,7 @@ check_distfiles dump_debugcache NORMAL=${BOLD} print_info 1 "Linux Kernel ${BOLD}${KV}${NORMAL} for ${BOLD}${ARCH}${NORMAL}..." +print_info 1 ".. with config file ${KERNEL_CONFIG}" # Check BOOTDIR is mounted if ! isTrue ${CMD_INSTALL} @@ -361,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