diff --git a/ChangeLog b/ChangeLog index f60d2f4..d7a40d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ # Distributed under the GPL v2 # $Id$ + 14 Aug 2009; Andrew Gaffney genkernel.conf: + Enable DISKLABEL=yes by default + 05 Aug 2009; Andrew Gaffney genkernel: This is genkernel 3.4.10.906 diff --git a/genkernel.conf b/genkernel.conf index 7a726d0..1995b88 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -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"