From 0f0a9c5a0453dd5be285b313e86cd051282c21c5 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 11 May 2021 15:20:55 +0100 Subject: [PATCH] Make boot options more consistent for live & installer images --- kali-config/common/bootloaders/grub-pc/grub.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kali-config/common/bootloaders/grub-pc/grub.cfg b/kali-config/common/bootloaders/grub-pc/grub.cfg index 1c2f834..92eea9b 100644 --- a/kali-config/common/bootloaders/grub-pc/grub.cfg +++ b/kali-config/common/bootloaders/grub-pc/grub.cfg @@ -3,15 +3,15 @@ source /boot/grub/config.cfg # Live boot LINUX_LIVE -menuentry "Live system (forensic mode)" { +menuentry "Live (forensic mode)" { linux KERNEL_LIVE APPEND_LIVE noswap noautomount initrd INITRD_LIVE } -menuentry "Live system (persistence, check kali.org/prst)" { +menuentry "Live USB Persistence (check kali.org/prst)" { linux KERNEL_LIVE APPEND_LIVE persistence initrd INITRD_LIVE } -menuentry "Live system (encrypted persistence, check kali.org/prst)" { +menuentry "Live USB Encrypted Persistence (check kali.org/prst)" { linux KERNEL_LIVE APPEND_LIVE persistent=cryptsetup persistence-encryption=luks persistence initrd INITRD_LIVE } @@ -26,7 +26,7 @@ menuentry "Start installer with speech synthesis" { } fi -submenu 'Advanced options...' { +submenu 'Advanced options' { source /boot/grub/theme.cfg