From 8e91a2617865777c551355aa2438bad4207c756d Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Thu, 11 Jan 2024 08:15:17 +0800 Subject: [PATCH] Remove spaces Signed-off-by: Qi Zhang --- autoinstall/FusionOS/server_with_GUI/ks.cfg | 6 +++--- autoinstall/FusionOS/server_without_GUI/ks.cfg | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autoinstall/FusionOS/server_with_GUI/ks.cfg b/autoinstall/FusionOS/server_with_GUI/ks.cfg index 7acbfb698..430d3c930 100644 --- a/autoinstall/FusionOS/server_with_GUI/ks.cfg +++ b/autoinstall/FusionOS/server_with_GUI/ks.cfg @@ -25,11 +25,11 @@ lang en_US.UTF-8 # Network information {% if ethernet0_ipv4_addr | default('') and ethernet0_gateway | default('') and ethernet0_netmask | default('') %} -network --bootproto=static --onboot=yes --ip={{ ethernet0_ipv4_addr }} --gateway={{ ethernet0_gateway }} --netmask={{ ethernet0_netmask }} --nameserver={{ ethernet0_nameservers | default('') }} --ipv6=auto --activate +network --bootproto=static --onboot=yes --ip={{ ethernet0_ipv4_addr }} --gateway={{ ethernet0_gateway }} --netmask={{ ethernet0_netmask }} --nameserver={{ ethernet0_nameservers | default('') }} --ipv6=auto --activate {% else %} -network --bootproto=dhcp --onboot=yes --ipv6=auto --activate +network --bootproto=dhcp --onboot=yes --ipv6=auto --activate {% endif %} -network --hostname=localhost.localdomain +network --hostname=localhost.localdomain # Use CDROM installation media cdrom diff --git a/autoinstall/FusionOS/server_without_GUI/ks.cfg b/autoinstall/FusionOS/server_without_GUI/ks.cfg index b012b3cea..adb5b3284 100644 --- a/autoinstall/FusionOS/server_without_GUI/ks.cfg +++ b/autoinstall/FusionOS/server_without_GUI/ks.cfg @@ -26,11 +26,11 @@ lang en_US.UTF-8 # Network information {% if ethernet0_ipv4_addr | default('') and ethernet0_gateway | default('') and ethernet0_netmask | default('') %} -network --bootproto=static --onboot=yes --ip={{ ethernet0_ipv4_addr }} --gateway={{ ethernet0_gateway }} --netmask={{ ethernet0_netmask }} --nameserver={{ ethernet0_nameservers | default('') }} --ipv6=auto --activate +network --bootproto=static --onboot=yes --ip={{ ethernet0_ipv4_addr }} --gateway={{ ethernet0_gateway }} --netmask={{ ethernet0_netmask }} --nameserver={{ ethernet0_nameservers | default('') }} --ipv6=auto --activate {% else %} -network --bootproto=dhcp --onboot=yes --ipv6=auto --activate +network --bootproto=dhcp --onboot=yes --ipv6=auto --activate {% endif %} -network --hostname=localhost.localdomain +network --hostname=localhost.localdomain # Use CDROM installation media cdrom