diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index a0c638e..3f42bef 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -306,8 +306,9 @@ INITIALIZATION *--*[*no-*]*ssh*:: Includes or excludes SSH (dropbear) support for remote LUKS keys. -*--bootloader*=*grub*:: - Add new kernel to GRUB configuration. +*--bootloader*=:: + Add new kernel to bootloader configuration. Valid bootloader values are + *grub2* (GRUB 2.x) and *grub* (GRUB 0.97). *--linuxrc*=:: Use for the linuxrc instead of the genkernel linuxrc. diff --git a/genkernel.conf b/genkernel.conf index 85a1763..fc4b920 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -132,7 +132,7 @@ USECOLOR="yes" DISKLABEL="yes" # Add new kernel to grub? -#BOOTLOADER="grub" +#BOOTLOADER="grub2" # Enable splashutils in early space (initrd). Default is "no". #SPLASH="yes"