From fd09a5dd93f144248b81f208b0ae45c850dca955 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 16 Sep 2014 03:46:56 -0400 Subject: docs/howtos/encrypted_parabola.html: Notes about linux-libre-grsec --- (limited to 'docs/howtos/encrypted_parabola.html') diff --git a/docs/howtos/encrypted_parabola.html b/docs/howtos/encrypted_parabola.html index 07ca545..b7f2359 100644 --- a/docs/howtos/encrypted_parabola.html +++ b/docs/howtos/encrypted_parabola.html @@ -236,6 +236,10 @@ # pacman -S linux-libre-lts

+ It was also suggested that you should install this kernel (read up on what GRSEC is):
+ # pacman -S linux-libre-grsec +

+

This is another kernel that sits inside /boot, which you can use. LTS means 'long-term support'. These are so-called 'stable' kernels that can be used as a fallback during updates, if a bad kernel causes issues for you.

@@ -305,7 +309,9 @@ Now using mkinitcpio, you can create the kernel and ramdisk for booting with (note, this is different than Arch, specifying linux-libre instead of linux):
# mkinitcpio -p linux-libre
Also do it for linux-libre-lts:
- # mkinitcpio -p linux-libre-lts + # mkinitcpio -p linux-libre-lts
+ Also do it for linux-libre-grsec:
+ # mkinitcpio -p linux-libre-grsec @@ -383,6 +389,9 @@ grub> initrd /boot/initramfs-linux-libre-lts.img
grub> boot

+

+ You could also make it load /boot/vmlinuz-linux-libre-grsec and /boot/initramfs-linux-libre-grsec.img +


@@ -405,6 +414,7 @@

Note: the underlined parts above (-lts) can also be removed, to boot the latest kernel instead of LTS (long-term support) kernels. You could also copy the menu entry and in one have -lts, and without in the other menuentry. + You could also create a menu entry to load /boot/vmlinuz-linux-libre-grsec and /boot/initramfs-linux-libre-grsec.img

-- cgit v0.9.1