Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
keirazhang committed Jan 11, 2024
1 parent 3e6e696 commit 8e91a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions autoinstall/FusionOS/server_with_GUI/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions autoinstall/FusionOS/server_without_GUI/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e91a26

Please sign in to comment.