From 149461acbd3da3c57f32696e172b39a5ec7a6d36 Mon Sep 17 00:00:00 2001 From: Velsoth Date: Wed, 7 Jun 2017 12:11:54 +0100 Subject: [PATCH] [GRUB.CFG] Vanilla Linux LTS and GRSEC entries --- config/grub.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/grub.cfg b/config/grub.cfg index 12a0630..50220d8 100644 --- a/config/grub.cfg +++ b/config/grub.cfg @@ -105,6 +105,18 @@ submenu 'Boot from a LUKS+LVM setup [l]' --hotkey='l' { linux /boot/vmlinuz-linux root=/dev/matrix/system cryptdevice=/dev/sda1:lvm cryptkey=rootfs:/etc/keyfile resume=/dev/mapper/matrix-swap initrd /boot/initramfs-linux.img } + menuentry 'Linux-lts kernel' { + cryptomount -a + set root='lvm/matrix-system' + linux /boot/vmlinuz-linux-lts root=/dev/matrix/system cryptdevice=/dev/sda1:lvm cryptkey=rootfs:/etc/keyfile resume=/dev/mapper/matrix-swap + initrd /boot/initramfs-linux-lts.img + } + menuentry 'Linux-grsec kernel' { + cryptomount -a + set root='lvm/matrix-system' + linux /boot/vmlinuz-linux-grsec root=/dev/matrix/system cryptdevice=/dev/sda1:lvm cryptkey=rootfs:/etc/keyfile resume=/dev/mapper/matrix-swap + initrd /boot/initramfs-linux-grsec.img + } } menuentry 'Load operating system from HDD [o]' --hotkey='o' { # GRUB2 handles (almost) every possible disk setup, but only the location of