X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=genkernel;h=f209c479dbcdc56339780d94a69c4a7d7a30cbac;hb=5ce01e863ffd0ab802229d0b6646b37e6cefacd5;hp=dc3249190d34c4fd33ea4374aaa00653bc7d8681;hpb=f1fffdc8336d2bc3bea8dc11034c79b8852368b9;p=genkernel.git diff --git a/genkernel b/genkernel index dc32491..f209c47 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.21.1' +GK_V='3.4.30' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option. @@ -351,6 +351,8 @@ then [ "${DMRAID}" = '1' ] && print_warning 1 'add "dodmraid" for dmraid support' [ "${MDADM}" = '1' ] && print_warning 1 'add "domdadm" for RAID support' [ "${DMRAID}" = '1' ] && print_warning 1 ' or "dodmraid="' + [ "${ZFS}" = '1' ] && print_warning 1 'add "dozfs" for ZFS volume management support' + [ "${ZFS}" = '1' ] && print_warning 1 'add either "real_root=ZFS" (bootfs autodetection) or "real_root=ZFS=" to boot from a ZFS dataset' [ "${ISCSI}" = '1' ] && print_warning 1 'add at least "iscsi_initiatorname= iscsi_target= and iscsi_address=" for iscsi support' if [ `grep 'CONFIG_EXT[0-9]_FS=' "${KERNEL_DIR}"/.config | wc -l` -ge 2 ]; then print_warning 1 'With support for several ext* filesystems around it may be needed to'