forked from pool/libguestfs
- Add static 169.254.0.0/16 network addresses (bnc#835949)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=238
This commit is contained in:
parent
de9c98eadf
commit
30af1da679
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 11:40:31 CEST 2013 - ohering@suse.de
|
||||
|
||||
- Add static 169.254.0.0/16 network addresses (bnc#835949)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 20:20:44 CEST 2013 - ohering@suse.de
|
||||
|
||||
|
@ -123,6 +123,15 @@ for f in /sys/block/sd*/device/timeout; do if test -w $f ; then echo 300 > $f; f
|
||||
# https://access.redhat.com/site/solutions/5427
|
||||
for f in /sys/block/{h,s,ub,v}d*/queue/scheduler; do if test -w $f ; then echo noop > $f; fi; done
|
||||
|
||||
# Set up the network.
|
||||
ip addr add 127.0.0.1/8 brd + dev lo scope host
|
||||
ip link set dev lo up
|
||||
|
||||
ip addr add 169.254.2.10/16 brd + dev eth0 scope global
|
||||
ip link set dev eth0 up
|
||||
|
||||
ip route add default via 169.254.2.2
|
||||
|
||||
# Scan for MDs.
|
||||
mdadm -As --auto=yes --run
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user