[GRUB.CFG] Vanilla Linux LTS and GRSEC entries
This commit is contained in:
parent
1f77d78a84
commit
149461acbd
@ -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
|
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
|
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' {
|
menuentry 'Load operating system from HDD [o]' --hotkey='o' {
|
||||||
# GRUB2 handles (almost) every possible disk setup, but only the location of
|
# GRUB2 handles (almost) every possible disk setup, but only the location of
|
||||||
|
Loading…
Reference in New Issue
Block a user