mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-19 22:33:07 +00:00
use eth0 for the device
This commit is contained in:
parent
b777098d3f
commit
5ae38874c7
@ -18,7 +18,7 @@ firewall --disabled
|
|||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
||||||
|
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
||||||
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
|
Loading…
Reference in New Issue
Block a user