From: Andrew Gaffney Date: Fri, 16 Jan 2009 03:03:11 +0000 (-0600) Subject: Add commented out DISKLABEL=yes option for gentoo bug #229847 X-Git-Tag: v3.4.10.904~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6226fe0ff8e01a403fdeb1c2b5ac402829929458;p=genkernel.git Add commented out DISKLABEL=yes option for gentoo bug #229847 --- diff --git a/ChangeLog b/ChangeLog index 5e80463..420828b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for genkernel -# Copyright 1999-2008 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) +# Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 16 Jan 2009; Andrew Gaffney genkernel.conf: + Add commented out DISKLABEL=yes option for gentoo bug #229847 + 08 Jan 2009; Chris Gianelloni TODO: Added more verbosity to the auto-detection section. diff --git a/genkernel.conf b/genkernel.conf index 2064bbf..41ed047 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -73,6 +73,9 @@ USECOLOR="yes" # Specify specific firmware files to include. This overrides FIRMWARE_DIR # FIRMWARE_FILES="" +# Enable disklabel support (copies blkid to initrd) +# DISKLABEL="yes" + # =========Low Level Compile Settings========= # # GNU Make to use for kernel. See also the --kernel-make command line option.