From: Frank Brehm Date: Tue, 31 Oct 2023 13:01:15 +0000 (+0100) Subject: Enabling hardware depending network interface names X-Git-Tag: 3.2.1~40^2~9 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=325ac1c6ccd3b4e903d8c6899fdb2f1def346b8e;p=pixelpark%2Fcreate-vmware-tpl.git Enabling hardware depending network interface names --- diff --git a/etc/cobbler-distros.d/rhel-9.yaml b/etc/cobbler-distros.d/rhel-9.yaml index d04060b..7cdf69c 100644 --- a/etc/cobbler-distros.d/rhel-9.yaml +++ b/etc/cobbler-distros.d/rhel-9.yaml @@ -48,6 +48,7 @@ cobbler-distros: # - 'tpl.005.update_resolvconf.sh' - 'tpl.010.authkeys.sh' - 'tpl.041.network-el9.sh' + # tweak_systemd will be removed, when the appropriate Puppet profile is working - 'tpl.060.tweak_systemd.sh' - 'tpl.070.tweak_grub.sh' - 'tpl.075.tmp-tmpfs.sh' diff --git a/templates/el9-standard.ks b/templates/el9-standard.ks index 6c14bd8..a85e184 100644 --- a/templates/el9-standard.ks +++ b/templates/el9-standard.ks @@ -47,7 +47,7 @@ timezone Europe/Berlin zerombr # System bootloader configuration -bootloader --location=mbr --append="net.ifnames=0 biosdevname=0 crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" +bootloader --location=mbr --append="crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" # Partition clearing information clearpart --all --drive=sda --initlabel