Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 567266
Collapse All | Expand All

(-)a/doc/genkernel.8.txt (-2 / +3 lines)
Lines 306-313 INITIALIZATION Link Here
306
*--*[*no-*]*ssh*::
306
*--*[*no-*]*ssh*::
307
    Includes or excludes SSH (dropbear) support for remote LUKS keys.
307
    Includes or excludes SSH (dropbear) support for remote LUKS keys.
308
308
309
*--bootloader*=*grub*::
309
*--bootloader*=<bootloader>::
310
    Add new kernel to GRUB configuration.
310
    Add new kernel to bootloader configuration.  Valid bootloader values are
311
    *grub2* (GRUB 2.x) and *grub* (GRUB 0.97).
311
312
312
*--linuxrc*=<file>::
313
*--linuxrc*=<file>::
313
    Use <file> for the linuxrc instead of the genkernel linuxrc.
314
    Use <file> for the linuxrc instead of the genkernel linuxrc.
(-)a/genkernel.conf (-1 / +1 lines)
Lines 132-138 USECOLOR="yes" Link Here
132
DISKLABEL="yes"
132
DISKLABEL="yes"
133
133
134
# Add new kernel to grub?
134
# Add new kernel to grub?
135
#BOOTLOADER="grub"
135
#BOOTLOADER="grub2"
136
136
137
# Enable splashutils in early space (initrd). Default is "no".
137
# Enable splashutils in early space (initrd). Default is "no".
138
#SPLASH="yes"
138
#SPLASH="yes"

Return to bug 567266