mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-12 07:42:58 +00:00
Adds DEVTIMEOUT option to /etc/sysconfig/network. #1204612
https://bugzilla.redhat.com/show_bug.cgi?id=1204612
This commit is contained in:
parent
9308b5da94
commit
b71f67490e
@ -142,9 +142,11 @@ NAutoVTs=0' /etc/systemd/logind.conf
|
|||||||
|
|
||||||
echo -n "Network fixes"
|
echo -n "Network fixes"
|
||||||
# initscripts don't like this file to be missing.
|
# initscripts don't like this file to be missing.
|
||||||
|
# and https://bugzilla.redhat.com/show_bug.cgi?id=1204612
|
||||||
cat > /etc/sysconfig/network << EOF
|
cat > /etc/sysconfig/network << EOF
|
||||||
NETWORKING=yes
|
NETWORKING=yes
|
||||||
NOZEROCONF=yes
|
NOZEROCONF=yes
|
||||||
|
DEVTIMEOUT=10
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# For cloud images, 'eth0' _is_ the predictable device name, since
|
# For cloud images, 'eth0' _is_ the predictable device name, since
|
||||||
|
Loading…
x
Reference in New Issue
Block a user