aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2009-01-15 21:03:11 -0600
committerAndrew Gaffney <agaffney@gentoo.org>2009-01-15 21:03:11 -0600
commit6226fe0ff8e01a403fdeb1c2b5ac402829929458 (patch)
treed9ad64eaae922a275d2b07ba19201e64a1429cf0 /genkernel.conf
parentFixing a typo in the AUTHORS file and fixing the Copyright date in the Change... (diff)
downloadgenkernel-6226fe0ff8e01a403fdeb1c2b5ac402829929458.tar.gz
genkernel-6226fe0ff8e01a403fdeb1c2b5ac402829929458.tar.bz2
genkernel-6226fe0ff8e01a403fdeb1c2b5ac402829929458.zip
Add commented out DISKLABEL=yes option for gentoo bug #229847
Diffstat (limited to 'genkernel.conf')
-rw-r--r--genkernel.conf3
1 files changed, 3 insertions, 0 deletions
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.