mirror of
https://github.com/churchers/vm-bhyve.git
synced 2026-01-04 12:03:44 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user