From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1480525-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 1BFE515800F
	for <garchives@archives.gentoo.org>; Wed, 25 Jan 2023 17:21:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0D8C1E07D4;
	Wed, 25 Jan 2023 17:21:08 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E5AD9E07D4
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jan 2023 17:21:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C91A4335D77
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jan 2023 17:21:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C1275
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jan 2023 17:21:04 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1674667241.82afd329906102e73e9a1da5e02282cd48a4d1d3.mattst88@gentoo>
Subject: [gentoo-commits] proj/genkernel:master commit in: /
X-VCS-Repository: proj/genkernel
X-VCS-Files: genkernel.conf
X-VCS-Directories: /
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 82afd329906102e73e9a1da5e02282cd48a4d1d3
X-VCS-Branch: master
Date: Wed, 25 Jan 2023 17:21:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a7782dc5-a43f-4c6e-a7f8-adc2d1af41fc
X-Archives-Hash: f23d29daa3d2f033181cd9d990db5db3

commit:     82afd329906102e73e9a1da5e02282cd48a4d1d3
Author:     Diego Viola <diego.viola <AT> gmail <DOT> com>
AuthorDate: Sun Dec 25 06:46:48 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 17:20:41 2023 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=82afd329

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 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 genkernel.conf | 16 ++++++++--------
 1 file 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"