This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:centos_redhat_kickstart [2021/08/25 16:16] manu |
linux:centos_redhat_kickstart [2021/08/26 16:59] (current) manu |
||
---|---|---|---|
Line 48: | Line 48: | ||
# Network information | # Network information | ||
- | network --bootproto=dhcp --device=env2 --activate --ipv6=auto | + | network --bootproto=dhcp --device=env2 --interfacename=env2 --activate --ipv6=auto |
- | network --bootproto=dhcp --device=env3 --onboot=off --noipv6 | + | network --bootproto=dhcp --device=env3 --interfacename=env3 --onboot=off --noipv6 |
network --hostname=lnx100 | network --hostname=lnx100 | ||
# Root password | # Root password |