aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Viola <diego.viola@gmail.com>2022-12-25 03:46:48 -0300
committerMatt Turner <mattst88@gentoo.org>2023-01-25 12:20:41 -0500
commit82afd329906102e73e9a1da5e02282cd48a4d1d3 (patch)
treeae3c037d30af68d692dbd441ca2f287a6da1d762
parentgenkernel 4.3.2 (diff)
downloadgenkernel-82afd329906102e73e9a1da5e02282cd48a4d1d3.tar.gz
genkernel-82afd329906102e73e9a1da5e02282cd48a4d1d3.tar.bz2
genkernel-82afd329906102e73e9a1da5e02282cd48a4d1d3.zip
genkernel.conf: make section titles more consistent
by capitalizing all section titles and using the same amount of = characters. Closes: https://github.com/gentoo/genkernel/pull/45 Signed-off-by: Diego Viola <diego.viola@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--genkernel.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/genkernel.conf b/genkernel.conf
index 9a262f0..75c6d39 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -5,7 +5,7 @@
# with the internal settings being least important, configuration file
# settings next, and command line options being most important.
-# =========Common Command Line Option Defaults=========
+# =========COMMON COMMAND LINE OPTION DEFAULTS=========
# Install to $BOOTDIR
#INSTALL="yes"
@@ -185,7 +185,7 @@ NOCOLOR="false"
#CMD_CALLBACK=""
-# =========Keymap Settings=========
+# =========KEYMAP SETTINGS=========
#
# Force keymap selection at boot
#DOKEYMAPAUTO="no"
@@ -194,7 +194,7 @@ NOCOLOR="false"
#KEYMAP="yes"
-# =========Low Level Compile Settings=========
+# =========LOW LEVEL COMPILE SETTINGS=========
#
# Assembler to use for the kernel. See also the --kernel-as command line
# option.
@@ -282,7 +282,7 @@ NOCOLOR="false"
#KERNEL_BINARY_OVERRIDE="arch/foo/boot/bar"
-# =========GENKERNEL LOCATION CONFIGURATION============
+# =========GENKERNEL LOCATION CONFIGURATION=========
#
# Variables:
# %%ARCH%% - Final determined architecture
@@ -310,7 +310,7 @@ LOGFILE="/var/log/genkernel.log"
LOGLEVEL=1
-# =========COMPILED UTILS CONFIGURATION============
+# =========COMPILED UTILS CONFIGURATION=========
#
# Default location of kernel source
DEFAULT_KERNEL_SOURCE="/usr/src/linux"
@@ -329,7 +329,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
# You can still override these settings in here.
-# =========MISC KERNEL CONFIGURATION============
+# =========MISC KERNEL CONFIGURATION=========
#
# Set kernel filename which will be used when kernel will be installed
# into BOOTDIR. See man page to learn more about available placeholders.
@@ -364,7 +364,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
#KERNEL_MODULES_PREFIX=""
-# =========MISC INITRAMFS CONFIGURATION============
+# =========MISC INITRAMFS CONFIGURATION=========
#
# Set initramfs filename which will be used when initramfs will be
# installed into BOOTDIR. See man page to learn more about available
@@ -432,7 +432,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
#NETBOOT="no"
-# =========MISC BOOT CONFIGURATION============
+# =========MISC BOOT CONFIGURATION=========
#
# Specify a default for real_root=
#REAL_ROOT="/dev/one/two/gentoo"