Skip to content
Snippets Groups Projects
Commit e7288f50 authored by Ariadne Conill's avatar Ariadne Conill
Browse files

scripts: pull in hardened image, not grsec image

parent 7d1343c2
No related merge requests found
...@@ -83,7 +83,7 @@ profile_uboot() { ...@@ -83,7 +83,7 @@ profile_uboot() {
kernel_addons= kernel_addons=
;; ;;
*) *)
kernel_flavors="grsec" kernel_flavors="hardened"
kernel_addons="xtables-addons" kernel_addons="xtables-addons"
;; ;;
esac esac
......
...@@ -268,7 +268,7 @@ create_image_targz() { ...@@ -268,7 +268,7 @@ create_image_targz() {
} }
profile_base() { profile_base() {
kernel_flavors="grsec" kernel_flavors="hardened"
initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage quiet" initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage quiet"
initfs_features="ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio" initfs_features="ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio"
#grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help" #grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
......
...@@ -52,7 +52,7 @@ profile_extended() { ...@@ -52,7 +52,7 @@ profile_extended() {
profile_virt() { profile_virt() {
profile_standard profile_standard
kernel_addons= kernel_addons=
kernel_flavors="virtgrsec" kernel_flavors="virthardened"
kernel_cmdline="console=tty0 console=ttyS0,115200" kernel_cmdline="console=tty0 console=ttyS0,115200"
syslinux_serial="0 115200" syslinux_serial="0 115200"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment