Harald Hoyer
13b5c1d09e
dracut.sh: do not create microcode, if no firmware is available
2015-09-15 16:10:00 +02:00
Harald Hoyer
34b551a1c4
dracut.sh: add command line option for install_i18_all
...
--no-hostonly-i18n -> install_i18n_all=yes
--hostonly-i18n -> install_i18n_all=no
2015-09-15 16:06:50 +02:00
Harald Hoyer
7c0b1d864d
i18n: check for $i18n_install_all == "yes" rather than being set
...
i18n_install_all="no" does not have the expected effect without this
patch
(cherry picked from commit ae488efa5e )
2015-09-14 15:16:18 +02:00
Harald Hoyer
fd3eddf069
iscsi/iscsiroot.sh: handle iscsi_firmware in online and timeout queue
...
The return code of iscsi_firmware is broken, so set the marker
unconditionally.
2015-09-10 13:27:02 +02:00
Harald Hoyer
17cee31b11
network/netroot.sh: better handling of $netroot and dhcp
...
if $netroot is emtpy, get it from cmdline
check cmdline directly for root=dhcp(6) and netroot=dhcp(6)
2015-09-10 13:23:32 +02:00
Harald Hoyer
7cddfbbadb
iscsi/iscsiroot.sh: use all_ifaces_setup()
...
we want the route and gateway setup
2015-09-10 13:21:53 +02:00
Harald Hoyer
63e75dc4cd
network: add all_ifaces_setup()
...
all_ifaces_up() is true, if all interfaces are up.
all_ifaces_setup() is true, if all interfaces are up and the gateways
and nameserver are setup.
2015-09-10 13:20:18 +02:00
Harald Hoyer
52845b168d
network/dhclient-script.sh: fix RENEW
...
Remove check, if interface is already up. It is for RENEW.
new_prefix is apparently new_subnet_mask
2015-09-08 11:44:13 +02:00
Harald Hoyer
c850879b86
dracut.usage.asc: update man page
...
- clarify grub2 config for debugging
- clarify hostonly mode
2015-09-03 16:25:23 +02:00
Harald Hoyer
b334c83e4a
network: move "ip=ibft" handling to network module
2015-09-03 12:41:44 +02:00
Harald Hoyer
eb87dc91d0
iscsi/parse-iscsiroot.sh: only set initiator-name, if not empty
2015-09-03 12:41:06 +02:00
Harald Hoyer
b813b1b306
livenet/livenetroot.sh: fixed error condition
...
copy&paste error
2015-09-02 09:47:35 +02:00
Harald Hoyer
2182945a9e
qemu: add spapr-vscsi kernel module
2015-09-01 20:27:13 +02:00
Harald Hoyer
7316d68353
network/ifup: do DHCP for BOOTDEV
2015-09-01 19:05:37 +02:00
Harald Hoyer
a4c47ce0dd
network/net-lib.sh: fix IPv6 route parsing
2015-09-01 17:25:34 +02:00
Harald Hoyer
d8572e0bf4
network/net-lib.sh: fix wait_for_if_up()
...
wait for <*UP*> and not "state UP"
state can be UNKNOWN
2015-09-01 17:23:33 +02:00
Harald Hoyer
70f3c07846
network/ifup: fix warning about not bringing interface up
2015-09-01 17:22:37 +02:00
Harald Hoyer
0852c38b7a
cms/cmsifup.sh: do not use ifup -m
...
we don't want to bring the interface up several times
2015-09-01 17:21:53 +02:00
Harald Hoyer
3d1bd59eb0
multipath: add hostonly multipath.conf
...
Resolves: rhbz#994702
2015-08-25 13:49:10 +02:00
Harald Hoyer
7c24815034
network/ifup.sh: only use dhcp on unknown interfaces for ip=dhcp
2015-08-25 11:37:16 +02:00
Harald Hoyer
53537f4d23
network: also mark interfaces up with their MAC
2015-08-25 11:30:00 +02:00
Harald Hoyer
b4006781e8
network/ifup.sh: save return value of ifup
2015-08-25 11:20:30 +02:00
Harald Hoyer
a6befb52eb
iscsi/parse-iscsiroot.sh: restart iscsid with try-restart
2015-08-25 11:16:46 +02:00
Harald Hoyer
7f59cbd318
iscsi/parse-iscsiroot.sh: handle firmware in online queue
2015-08-25 11:16:29 +02:00
Harald Hoyer
197e4c90b9
iscsi/parse-iscsiroot.sh: do not modify netroot
2015-08-25 11:15:59 +02:00
Harald Hoyer
3bd3bbec31
iscsi/iscsiroot.sh: handle firmware in online queue
...
otherwise it does not get called, if no netroot is set
2015-08-25 11:14:38 +02:00
Harald Hoyer
35f40b75e4
dracut.spec: raise systemd requirement to >= 219
...
needs systemd-escape
2015-08-25 11:13:38 +02:00
Harald Hoyer
d3f61fb5cd
initqueue: add online queue
2015-08-25 11:13:23 +02:00
Harald Hoyer
310574f7ea
TEST-30-ISCSI: add rd.scsi.firmware
2015-08-25 11:12:59 +02:00
Harald Hoyer
b70b81f1c4
crypt/module-setup.sh: fixed parsing crypttab with no ending newline
2015-08-19 16:19:31 +02:00
Harald Hoyer
32770ca79a
network/ifup.sh:do_static(): error out, if IP is already assigned
2015-08-19 14:00:28 +02:00
Harald Hoyer
77f46adf5e
network/ifup.sh:do_static(): error out, if interface could not be brought up
2015-08-19 13:59:40 +02:00
Harald Hoyer
d9b5a98532
TEST-15-BTRFS: load btrfs module
2015-08-18 15:26:37 +02:00
Harald Hoyer
65977ef1d1
test/TEST-04-FULL-SYSTEMD/create-root.sh: modprobe btrfs
...
why so ever... it used to load automatically
2015-08-18 15:05:11 +02:00
Harald Hoyer
80153acc0f
dmraid: only scan once because of one device
2015-08-18 15:04:31 +02:00
Harald Hoyer
d6bfa7052a
network/dhclient: exit arping immediatly, if we get an answer
2015-08-18 12:41:12 +02:00
Harald Hoyer
942d60d8af
network/net-lib.sh:ibft unset gateway or dns, if set to 0.0.0.0
2015-08-18 12:40:01 +02:00
Harald Hoyer
69c437dd1c
fcoe: cleanup lldpad
...
Resolves: rhbz#1246217
2015-08-18 12:27:32 +02:00
Harald Hoyer
0c0abf97cc
udev-rules: install 40-redhat.rules
2015-08-18 12:25:53 +02:00
Harald Hoyer
2eb3b00133
network/parse-ip-opts.sh: bind enx* interface to the MAC
...
do it automatically for the persistent naming scheme
2015-08-18 12:13:55 +02:00
Harald Hoyer
38180271c5
network/ifup.sh: arping for static IPv4 addresses
2015-08-18 12:07:41 +02:00
Harald Hoyer
fb2d643a38
network/ifup.sh: let dhcp client run in the background
...
we need to renew the lease
2015-08-18 11:55:05 +02:00
Harald Hoyer
93a5a3d3ca
systemd/dracut-cmdline.sh: print out cmdline in one line
2015-08-18 11:55:05 +02:00
Harald Hoyer
ad565584a3
base/dracut-lib.sh:vinfo/vwarn handle lines without newline
2015-08-18 11:55:05 +02:00
Harald Hoyer
bfe65f913a
iscsi: handle timeout case better
2015-08-18 11:55:05 +02:00
Harald Hoyer
415d0c68ab
dracut-logger.sh: log also rest of line without return
2015-08-18 11:55:05 +02:00
Harald Hoyer
836ca3f47e
TEST-30-ISCSI: fix test to run with new iscsi
2015-08-18 11:55:00 +02:00
Harald Hoyer
f74b0a9f38
iscsi/module-setup.sh: iscsid need /var/lib/iscsi
2015-08-15 13:22:07 +02:00
Harald Hoyer
88329f6b4f
iscsi/iscsiroot.sh: systemd-run does not understand --no-block
...
not yet on RHEL-7
2015-08-15 13:21:29 +02:00
Harald Hoyer
1a2c9bbd2d
TEST-30-ISCSI: switch to scsi-target-utils
...
netbsd-iscsi is not available on RHEL
Beef up the testsuite to use the two targets over different
interfaces.
Test the new iSCSI parameters rd.iscsi.waitnet and rd.iscsi.testroute.
(cherry picked from commit c22c43f81a )
2015-08-13 15:31:59 +02:00