Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ set default="Alpine Linux"
set timeout=0

menuentry "Alpine Linux" {
linux /vmlinuz-hardened root=/dev/sdb modules=sd-mod,usb-storage,ext4 console=ttyS0 quiet
initrd /initramfs-hardened
linux /vmlinuz-vanilla root=/dev/sdb modules=sd-mod,usb-storage,ext4 console=ttyS0 quiet
initrd /initramfs-vanilla
}

{{< /file >}}
Expand Down Expand Up @@ -205,9 +205,9 @@ features="ata ide scsi virtio base ext4"

If you'll need other services, you can also add them now. The above is intended to serve as a starting point.

7. Install the [grsecurity](https://grsecurity.net/) kernel:
7. Install the kernel:

apk add linux-grsec
apk add linux-vanilla

8. Exit the chroot jail:

Expand Down