Enable DISKLABEL=yes by default
authorAndrew Gaffney <agaffney@gentoo.org>
Fri, 14 Aug 2009 14:52:18 +0000 (09:52 -0500)
committerAndrew Gaffney <agaffney@gentoo.org>
Fri, 14 Aug 2009 14:52:18 +0000 (09:52 -0500)
ChangeLog
genkernel.conf

index f60d2f46a4e9636eae67226743fc0c220e8450fa..d7a40d7f1e5c71182c23eda1efcd772d5d1d886a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 # Distributed under the GPL v2
 # $Id$
 
+  14 Aug 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
+  Enable DISKLABEL=yes by default
+
   05 Aug 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel:
   This is genkernel 3.4.10.906
 
index 7a726d0eaf6100d7a3829281c70e2d499b0df5d7..1995b88aaffd00bfd6aaac45ac6d1cf176b68e84 100644 (file)
@@ -78,7 +78,7 @@ USECOLOR="yes"
 # FIRMWARE_FILES=""
 
 # Enable disklabel support (copies blkid to initrd)
-DISKLABEL="yes"
+DISKLABEL="yes"
 
 # Add new kernel to grub?
 # BOOTLOADER="grub"