Add commented out DISKLABEL=yes option for gentoo bug #229847
authorAndrew Gaffney <agaffney@gentoo.org>
Fri, 16 Jan 2009 03:03:11 +0000 (21:03 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Fri, 16 Jan 2009 03:03:11 +0000 (21:03 -0600)
ChangeLog
genkernel.conf

index 5e80463fd170359a49cffb0be182c086fe0c7747..420828b3d12a8cd2e5db8ccf93df597e79723fc1 100644 (file)
--- 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 <agaffney@gentoo.org> genkernel.conf:
+  Add commented out DISKLABEL=yes option for gentoo bug #229847
+
   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
   Added more verbosity to the auto-detection section.
 
index 2064bbf9c13f8915f853ad2be2ddc1af6d32590f..41ed04741a31ecbf29043de0a78d9b8d8924ddcb 100644 (file)
@@ -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.