Accepting request 230174 from home:pwieczorkiewicz:branches:Base:System
Fix of the previous request rq#230025 (one line extra added by mistake). OBS-URL: https://build.opensuse.org/request/show/230174 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=133
This commit is contained in:
parent
884f784b97
commit
9e84022b95
@ -11,17 +11,16 @@ Signed-off-by: Hannes Reinecke <hare@suse.de>
|
||||
Index: dracut-037/modules.d/95iscsi/parse-iscsiroot.sh
|
||||
===================================================================
|
||||
--- dracut-037.orig/modules.d/95iscsi/parse-iscsiroot.sh 2014-03-19 17:16:08.000000000 +0100
|
||||
+++ dracut-037/modules.d/95iscsi/parse-iscsiroot.sh 2014-04-14 16:09:43.390152045 +0200
|
||||
@@ -64,7 +64,7 @@ if [ -n "$iscsi_firmware" ] ; then
|
||||
+++ dracut-037/modules.d/95iscsi/parse-iscsiroot.sh 2014-04-15 11:49:40.922075002 +0200
|
||||
@@ -64,7 +64,6 @@ if [ -n "$iscsi_firmware" ] ; then
|
||||
netroot=${netroot:-iscsi:}
|
||||
modprobe -q iscsi_boot_sysfs 2>/dev/null
|
||||
modprobe -q iscsi_ibft
|
||||
- initqueue --onetime --timeout "/sbin/iscsiroot dummy '$netroot' '$NEWROOT'"
|
||||
+ initqueue --onetime --timeout /sbin/iscsiroot dummy "$netroot" "$NEWROOT"
|
||||
fi
|
||||
|
||||
# If it's not iscsi we don't continue
|
||||
@@ -88,7 +88,7 @@ fi
|
||||
@@ -88,7 +87,7 @@ fi
|
||||
|
||||
if [ -n "$netroot" ] && [ "$root" != "/dev/root" ] && [ "$root" != "dhcp" ]; then
|
||||
if ! getargbool 1 rd.neednet >/dev/null || ! getarg "ip="; then
|
||||
|
Loading…
Reference in New Issue
Block a user