Update alpine.conf for 3.6 releases

Alpine now uses "hardened" instead of "grsec".
Also the file layout on installation discs has changed slightly, the grsec kernel was removed.
Tested installation and starting with alpine-standard-3.6.2-x86_64.iso
This commit is contained in:
Christoph
2017-07-03 01:02:49 +00:00
committed by GitHub
parent ab2229fa20
commit 5a487b87aa

View File

@@ -5,7 +5,7 @@ network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"
grub_install0="linux /boot/grsec initrd=/boot/initramfs-grsec alpine_dev=cdrom:iso9660 modules=loop,squashfs,sd-mod,usb-storage,sr-mod"
grub_install1="initrd /boot/initramfs-grsec"
grub_run0="linux /boot/vmlinuz-grsec root=/dev/vda3 modules=ext4"
grub_run1="initrd /boot/initramfs-grsec"
grub_install0="linux /boot/vmlinuz-hardened initrd=/boot/initramfs-hardened alpine_dev=cdrom:iso9660 modules=loop,squashfs,sd-mod,usb-storage,sr-mod"
grub_install1="initrd /boot/initramfs-hardened"
grub_run0="linux /boot/vmlinuz-hardened root=/dev/vda3 modules=ext4"
grub_run1="initrd /boot/initramfs-hardened"