forked from pool/libguestfs
- Refresh libguestfs.mkinitrd.1310.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=337
This commit is contained in:
parent
c5331f9a1a
commit
34293310c7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 20 07:38:45 UTC 2015 - ohering@suse.de
|
||||||
|
|
||||||
|
- Refresh libguestfs.mkinitrd.1310.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 9 14:14:52 UTC 2015 - ohering@suse.de
|
Mon Mar 9 14:14:52 UTC 2015 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -8,9 +8,8 @@ Index: 1310/mkinitrd/scripts/setup-ibft.sh
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- 1310.orig/mkinitrd/scripts/setup-ibft.sh
|
--- 1310.orig/mkinitrd/scripts/setup-ibft.sh
|
||||||
+++ 1310/mkinitrd/scripts/setup-ibft.sh
|
+++ 1310/mkinitrd/scripts/setup-ibft.sh
|
||||||
@@ -21,22 +21,22 @@ ibft_set_iface() {
|
@@ -22,22 +22,22 @@ ibft_set_iface() {
|
||||||
interface=$iface
|
drvlink="$drvlink $(get_network_module $interface)"
|
||||||
drvlink=$(get_network_module $interface)
|
|
||||||
if [ ! "$nettype" -a -e $ibft_nic/dhcp ]; then
|
if [ ! "$nettype" -a -e $ibft_nic/dhcp ]; then
|
||||||
nettype=dhcp
|
nettype=dhcp
|
||||||
read ibft_dhcp < $ibft_nic/dhcp
|
read ibft_dhcp < $ibft_nic/dhcp
|
||||||
@ -22,6 +21,7 @@ Index: 1310/mkinitrd/scripts/setup-ibft.sh
|
|||||||
}
|
}
|
||||||
|
|
||||||
ibft_nic=/sys/firmware/ibft/ethernet0
|
ibft_nic=/sys/firmware/ibft/ethernet0
|
||||||
|
ibft_nic2=/sys/firmware/ibft/ethernet1
|
||||||
-ibft_hostname=$(hostname)
|
-ibft_hostname=$(hostname)
|
||||||
+ibft_hostname=localhost
|
+ibft_hostname=localhost
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user