From 71a193e96f8417873a63848ad474d6379617d9a0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 5 Mar 2018 11:40:45 +0000 Subject: scripts/mkimg: remove -hardened kernel and vanilla iso standard iso is now vanilla kernel so it does not make any sense to have a separata vanilla iso. Also update xen to use vanilla kernel instead of hardened --- scripts/mkimg.standard.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'scripts/mkimg.standard.sh') diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh index 4337e07105..0fd39c912c 100755 --- a/scripts/mkimg.standard.sh +++ b/scripts/mkimg.standard.sh @@ -5,24 +5,12 @@ profile_standard() { Network connection is required." profile_base image_ext="iso" - arch="x86 x86_64" + arch="x86 x86_64 ppc64le" output_format="iso" kernel_cmdline="nomodeset" kernel_addons="xtables-addons" } -profile_vanilla() { - profile_standard - title="Vanilla" - desc="Includes a vanilla kernel. - Does not include grsec patch set. - Suitable for debugging." - #arch="$arch aarch64" - arch="$arch ppc64le" - kernel_flavors="vanilla" - kernel_addons= -} - profile_extended() { profile_standard title="Extended" @@ -70,7 +58,7 @@ profile_virt() { Slimmed down kernel. Optimized for virtual systems." kernel_addons= - kernel_flavors="virthardened" + kernel_flavors="virt" kernel_cmdline="console=tty0 console=ttyS0,115200" syslinux_serial="0 115200" } -- cgit v1.2.3