From 1831b40cbff79b8760cfa1930c3b01d1a1b182f6 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Fri, 14 Aug 2009 09:52:18 -0500 Subject: [PATCH] Enable DISKLABEL=yes by default --- ChangeLog | 3 +++ genkernel.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" -- 2.26.2