forked from srbala/fedora-kickstarts
Adds DEVTIMEOUT option to /etc/sysconfig/network. #1204612
https://bugzilla.redhat.com/show_bug.cgi?id=1204612
This commit is contained in:
parent
7d0d94b23d
commit
042f73d0f7
@ -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…
Reference in New Issue
Block a user