aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-23 03:01:51 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-23 09:06:17 +0100
commit98eb64bd3194ad77b093b68612d345f62bee30e5 (patch)
tree3daa20a4d8063be136b3d92707c62dfb9ddb228a /genkernel.conf
parentFix "--[no-]debug-cleanup" parameter debug output (diff)
downloadgenkernel-98eb64bd3194ad77b093b68612d345f62bee30e5.tar.gz
genkernel-98eb64bd3194ad77b093b68612d345f62bee30e5.tar.bz2
genkernel-98eb64bd3194ad77b093b68612d345f62bee30e5.zip
Update bootloader handling
- Add --no-bootloader parameter - Treat empty BOOTLOADER like "no" value - Output information when bootloader update was skipped Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'genkernel.conf')
-rw-r--r--genkernel.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/genkernel.conf b/genkernel.conf
index 38f6bbf..687db35 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -144,7 +144,7 @@ DISKLABEL="yes"
# Add new kernel to grub
# Possible values: empty/"no", "grub", "grub2"
-#BOOTLOADER=""
+#BOOTLOADER="no"
# Add boot splash using splashutils
#SPLASH="no"