mirror of
https://github.com/churchers/vm-bhyve.git
synced 2026-01-06 04:54:36 +01:00
Merge pull request #173 from fireglow/patch-2
Update alpine.conf for 3.6 releases
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