From: Frank Brehm Date: Thu, 2 Nov 2023 15:12:01 +0000 (+0100) Subject: Fixing kickstart template for EL 7. X-Git-Tag: 3.2.1~31 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=f639a1d160379a3a73dd8294f18549031a8c29b3;p=pixelpark%2Fcreate-vmware-tpl.git Fixing kickstart template for EL 7. --- diff --git a/templates/el7-standard.ks b/templates/el7-standard.ks index e80f0ae..08234d6 100644 --- a/templates/el7-standard.ks +++ b/templates/el7-standard.ks @@ -47,7 +47,7 @@ timezone Europe/Berlin zerombr # System bootloader configuration -bootloader --location=mbr --append="net.ifnames=0 biosdevname=0" +bootloader --location=mbr --append="crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" # Partition clearing information clearpart --all --drive=sda --initlabel