[GRUB.CFG] Vanilla Linux LTS and GRSEC entries

This commit is contained in:
Velsoth 2017-06-07 12:11:54 +01:00
parent 1f77d78a84
commit 149461acbd
1 changed files with 12 additions and 0 deletions

View File

@ -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