]>
git.ipfire.org Git - thirdparty/dracut.git/log
Harald Hoyer [Thu, 17 Sep 2015 13:41:12 +0000 (15:41 +0200)]
iscsi/parse-iscsiroot.sh: correct handling if netroot isn't set
corrects
bfe65f913a4bc6bc5fdb7aa75234c229a2ceef8f
(cherry picked from commit
7fd112f20e63def6d274ab445b5eb82138348901 )
Harald Hoyer [Tue, 15 Sep 2015 14:08:25 +0000 (16:08 +0200)]
dracut.sh: do not create microcode, if no firmware is available
(cherry picked from commit
13b5c1d09e0e242f1817057501292fe9d7e9ad92 )
Harald Hoyer [Tue, 15 Sep 2015 14:04:09 +0000 (16:04 +0200)]
dracut.sh: add command line option for install_i18_all
--no-hostonly-i18n -> install_i18n_all=yes
--hostonly-i18n -> install_i18n_all=no
(cherry picked from commit
34b551a1c4d4513189807ee2a639c9214d887ddb )
Harald Hoyer [Thu, 10 Sep 2015 11:25:13 +0000 (13:25 +0200)]
iscsi/iscsiroot.sh: handle iscsi_firmware in online and timeout queue
The return code of iscsi_firmware is broken, so set the marker
unconditionally.
(cherry picked from commit
fd3eddf06990a617a2f90b0a699947ab3faf2cc2 )
Harald Hoyer [Thu, 10 Sep 2015 11:23:32 +0000 (13:23 +0200)]
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)
(cherry picked from commit
17cee31b115a146bca5519b6ac4b422080d764c7 )
Harald Hoyer [Thu, 10 Sep 2015 11:21:53 +0000 (13:21 +0200)]
iscsi/iscsiroot.sh: use all_ifaces_setup()
we want the route and gateway setup
(cherry picked from commit
7cddfbbadbc40a4b6d331be25a3c38ad3a52239b )
Harald Hoyer [Thu, 10 Sep 2015 11:20:18 +0000 (13:20 +0200)]
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.
(cherry picked from commit
63e75dc4cdb14e392e38a8973126c9a29b266411 )
Harald Hoyer [Tue, 8 Sep 2015 09:44:13 +0000 (11:44 +0200)]
network/dhclient-script.sh: fix RENEW
Remove check, if interface is already up. It is for RENEW.
new_prefix is apparently new_subnet_mask
(cherry picked from commit
52845b168d0909d72b4c2f0b6511ed18877a31e8 )
Harald Hoyer [Thu, 3 Sep 2015 10:41:44 +0000 (12:41 +0200)]
network: move "ip=ibft" handling to network module
(cherry picked from commit
b334c83e4abdc1dd87276fa7de4617cd349a5a4f )
Harald Hoyer [Thu, 3 Sep 2015 10:41:06 +0000 (12:41 +0200)]
iscsi/parse-iscsiroot.sh: only set initiator-name, if not empty
(cherry picked from commit
eb87dc91d078ee942ef9c8bbc8e82f4ee4ccf0c6 )
Harald Hoyer [Wed, 2 Sep 2015 07:47:35 +0000 (09:47 +0200)]
livenet/livenetroot.sh: fixed error condition
copy&paste error
(cherry picked from commit
b813b1b3064d4951c5403bb0f96480de9a355d8e )
Harald Hoyer [Tue, 1 Sep 2015 17:05:37 +0000 (19:05 +0200)]
network/ifup: do DHCP for BOOTDEV
(cherry picked from commit
7316d68353cfd6e08f007d10ea3e32fa4d083487 )
Harald Hoyer [Tue, 1 Sep 2015 15:25:34 +0000 (17:25 +0200)]
network/net-lib.sh: fix IPv6 route parsing
(cherry picked from commit
a4c47ce0ddc7f7b46c2395709cf83f731f90685b )
Harald Hoyer [Tue, 1 Sep 2015 15:22:56 +0000 (17:22 +0200)]
network/net-lib.sh: fix wait_for_if_up()
wait for <*UP*> and not "state UP"
state can be UNKNOWN
(cherry picked from commit
d8572e0bf4d49a8d2ec71726d0fd38d1c73ca3f7 )
Harald Hoyer [Tue, 1 Sep 2015 15:22:37 +0000 (17:22 +0200)]
network/ifup: fix warning about not bringing interface up
(cherry picked from commit
70f3c07846e92d11484a1f7b5cb84aacc47489b4 )
Harald Hoyer [Tue, 1 Sep 2015 15:21:53 +0000 (17:21 +0200)]
cms/cmsifup.sh: do not use ifup -m
we don't want to bring the interface up several times
(cherry picked from commit
0852c38b7a2b893e4f9e5894ba09eebc649f047f )
Harald Hoyer [Tue, 25 Aug 2015 09:37:16 +0000 (11:37 +0200)]
network/ifup.sh: only use dhcp on unknown interfaces for ip=dhcp
(cherry picked from commit
7c24815034241e490422691b5f18671c4b9812a9 )
Harald Hoyer [Tue, 25 Aug 2015 09:30:00 +0000 (11:30 +0200)]
network: also mark interfaces up with their MAC
(cherry picked from commit
53537f4d23091457f644ab8b3edf09c2dca4351c )
Harald Hoyer [Tue, 25 Aug 2015 09:20:30 +0000 (11:20 +0200)]
network/ifup.sh: save return value of ifup
(cherry picked from commit
b4006781e8a59dc69a0dd3836fce137f08b23001 )
Harald Hoyer [Tue, 25 Aug 2015 09:16:46 +0000 (11:16 +0200)]
iscsi/parse-iscsiroot.sh: restart iscsid with try-restart
(cherry picked from commit
a6befb52eb5eeb87c0c41303fe08e50bd2fde0d3 )
Harald Hoyer [Tue, 25 Aug 2015 09:16:29 +0000 (11:16 +0200)]
iscsi/parse-iscsiroot.sh: handle firmware in online queue
(cherry picked from commit
7f59cbd31817c81fa5aec9f86c33dfe1ce23ec6a )
Harald Hoyer [Wed, 19 Aug 2015 12:00:28 +0000 (14:00 +0200)]
network/ifup.sh:do_static(): error out, if IP is already assigned
(cherry picked from commit
32770ca79a1f6828ca9fdf4b6841e6a6d4e4754a )
Harald Hoyer [Wed, 19 Aug 2015 11:59:40 +0000 (13:59 +0200)]
network/ifup.sh:do_static(): error out, if interface could not be brought up
(cherry picked from commit
77f46adf5e5ab1f6da2e459bb55435d4b70842c5 )
Harald Hoyer [Tue, 18 Aug 2015 13:26:23 +0000 (15:26 +0200)]
TEST-15-BTRFS: load btrfs module
(cherry picked from commit
d9b5a98532b6823adb35f7c68766f4df9db8a3c9 )
Harald Hoyer [Tue, 18 Aug 2015 13:05:11 +0000 (15:05 +0200)]
test/TEST-04-FULL-SYSTEMD/create-root.sh: modprobe btrfs
why so ever... it used to load automatically
(cherry picked from commit
65977ef1d107c8741d9f2633b8618aa3aee2a49d )
Harald Hoyer [Tue, 18 Aug 2015 13:04:31 +0000 (15:04 +0200)]
dmraid: only scan once because of one device
(cherry picked from commit
80153acc0f8bbb3829575201e2a0ba3da41268a8 )
Harald Hoyer [Tue, 18 Aug 2015 10:41:12 +0000 (12:41 +0200)]
network/dhclient: exit arping immediatly, if we get an answer
(cherry picked from commit
d6bfa7052a620ebdd37f78655462120871c49ebd )
Harald Hoyer [Tue, 18 Aug 2015 10:40:01 +0000 (12:40 +0200)]
network/net-lib.sh:ibft unset gateway or dns, if set to 0.0.0.0
(cherry picked from commit
942d60d8afad4eb8b131a33fe9618e3e8392d33f )
Harald Hoyer [Tue, 18 Aug 2015 10:27:32 +0000 (12:27 +0200)]
fcoe: cleanup lldpad
Resolves: rhbz#
1246217
(cherry picked from commit
69c437dd1c3b877f60ced307068e01619124fef4 )
Harald Hoyer [Tue, 18 Aug 2015 10:25:53 +0000 (12:25 +0200)]
udev-rules: install 40-redhat.rules
(cherry picked from commit
0c0abf97ccc2306a7089d53a0a1f92e80b2e733c )
Harald Hoyer [Tue, 18 Aug 2015 10:13:55 +0000 (12:13 +0200)]
network/parse-ip-opts.sh: bind enx* interface to the MAC
do it automatically for the persistent naming scheme
(cherry picked from commit
2eb3b00133d572183ca022b626d200549ce4ffa8 )
Harald Hoyer [Tue, 18 Aug 2015 10:07:41 +0000 (12:07 +0200)]
network/ifup.sh: arping for static IPv4 addresses
(cherry picked from commit
38180271c587f3053710bf38a6cda829d3a7c00f )
Harald Hoyer [Tue, 18 Aug 2015 09:53:31 +0000 (11:53 +0200)]
network/ifup.sh: let dhcp client run in the background
we need to renew the lease
(cherry picked from commit
fb2d643a385f1b02fbac6c2782b0026029c6bde7 )
Harald Hoyer [Tue, 18 Aug 2015 09:52:56 +0000 (11:52 +0200)]
systemd/dracut-cmdline.sh: print out cmdline in one line
(cherry picked from commit
93a5a3d3ca6738e3f0282c4d3fc8be3f38f150d3 )
Harald Hoyer [Tue, 18 Aug 2015 09:50:15 +0000 (11:50 +0200)]
iscsi: handle timeout case better
(cherry picked from commit
bfe65f913a4bc6bc5fdb7aa75234c229a2ceef8f )
Harald Hoyer [Sat, 15 Aug 2015 11:22:44 +0000 (13:22 +0200)]
TEST-30-ISCSI: fix test to run with new iscsi
(cherry picked from commit
836ca3f47eb0b0a4c97ae704b0b9619a00dbfa87 )
Harald Hoyer [Sat, 15 Aug 2015 11:22:07 +0000 (13:22 +0200)]
iscsi/module-setup.sh: iscsid need /var/lib/iscsi
(cherry picked from commit
f74b0a9f38838dddcf6f56daa9f20fc3e86087ca )
Harald Hoyer [Thu, 9 Jul 2015 14:14:50 +0000 (16:14 +0200)]
crypt: install drbg unconditionally in hostonly mode
older kernels had the drbg kernel module and didn't need it
(cherry picked from commit
89948e58fd0f80def0912c18c503912873aa9c48 )
Harald Hoyer [Fri, 3 Jul 2015 12:28:55 +0000 (14:28 +0200)]
man page: changed grub.conf to grub2.cfg
(cherry picked from commit
77c0b308259d3b91c536de9a49c0b99427c5924e )
Harald Hoyer [Fri, 3 Jul 2015 12:24:50 +0000 (14:24 +0200)]
multipath: install all multipath path selector kernel modules
By default, dracut only builds in dm-service-time into the initramfs as
that is the default multipath.conf path selector. If the user changes
the path selector to "round robin" on the fly and runs dracut, multipath
does not find any paths on boot and the user will be dropped into a
shell.
Apparently, in RHEL7 dracut defaults to "hostonly" mode, i.e. modules
not currently in use at the time dracut runs do not get built into
initramfs. This is definitely one case where this doesn't work. A change
to reconfigure multipath probably should not render the system
unbootable.
https://bugzilla.redhat.com/show_bug.cgi?id=
1195392
(cherry picked from commit
f11d7a81e2eec37ed5b6708ed8cd359f0a5eaa69 )
Harald Hoyer [Fri, 3 Jul 2015 12:00:33 +0000 (14:00 +0200)]
livenet: don't attempt to download the image for every interface
https://bugzilla.redhat.com/show_bug.cgi?id=
1152485
(cherry picked from commit
e5f4bbd804e337a7efaf3a0cb4fc3a37b7e33b47 )
Harald Hoyer [Fri, 3 Jul 2015 11:52:32 +0000 (13:52 +0200)]
fcoe/fcoe-edd.sh: cleanup the script
- check if modprobe was successful
- add a timeout for /sys/firmware/edd
- only remove the module, if it was loaded by the script
(cherry picked from commit
34203d03c0d43aa0aed12988d2719455e80eae54 )
Chris Leech [Fri, 3 Jul 2015 11:44:16 +0000 (13:44 +0200)]
fcoe: EDD parsing patch for i40e
(cherry picked from commit
4031a2fa642c1db897c1340ad2718301bf873fb3 )
Chris Leech [Fri, 3 Jul 2015 11:40:12 +0000 (13:40 +0200)]
fcoe: start with fcoemon instead of fipvlan
(cherry picked from commit
d02f522089863af2a802cef9e63965349bfcc819 )
Harald Hoyer [Fri, 3 Jul 2015 11:30:40 +0000 (13:30 +0200)]
network: add options to tweak timeouts
rd.net.dhcp.retry=<cnt>
If this option is set, dracut will try to connect via dhcp
<cnt> times before failing. Default is 1.
rd.net.timeout.dhcp=<arg>
If this option is set, dhclient is called with "-timeout <arg>".
rd.net.timeout.iflink=<seconds>
Wait <seconds> until link shows up. Default is 60 seconds.
rd.net.timeout.ifup=<seconds>
Wait <seconds> until link has state "UP". Default is 20 seconds.
rd.net.timeout.route=<seconds>
Wait <seconds> until route shows up. Default is 20 seconds.
rd.net.timeout.ipv6dad=<seconds>
Wait <seconds> until IPv6 DAD is finished. Default is 50 seconds.
rd.net.timeout.ipv6auto=<seconds>
Wait <seconds> until IPv6 automatic addresses are assigned.
Default is 40 seconds.
rd.net.timeout.carrier=<seconds>
Wait <seconds> until carrier is recognized. Default is 5 seconds.
(cherry picked from commit
d8ad687e1a4c0343eb076902b11aff2b2b2c4b85 )
Harald Hoyer [Tue, 25 Aug 2015 09:15:59 +0000 (11:15 +0200)]
iscsi/parse-iscsiroot.sh: do not modify netroot
(cherry picked from commit
197e4c90b95f2d9e57104d3b462918c335494697 )
Harald Hoyer [Tue, 25 Aug 2015 09:14:38 +0000 (11:14 +0200)]
iscsi/iscsiroot.sh: handle firmware in online queue
otherwise it does not get called, if no netroot is set
(cherry picked from commit
3bd3bbec319eccd28145f77e42b83b479286ff34 )
Harald Hoyer [Tue, 25 Aug 2015 09:13:38 +0000 (11:13 +0200)]
dracut.spec: raise systemd requirement to >= 219
needs systemd-escape
(cherry picked from commit
35f40b75e444adae3b3c9bb610d635d9c17a753d )
Harald Hoyer [Tue, 25 Aug 2015 09:13:23 +0000 (11:13 +0200)]
initqueue: add online queue
(cherry picked from commit
d3f61fb5cdaa56053ae8de0203a13722a7fe717a )
Harald Hoyer [Tue, 25 Aug 2015 09:12:59 +0000 (11:12 +0200)]
TEST-30-ISCSI: add rd.scsi.firmware
(cherry picked from commit
310574f7eaf68412035eb19855afe4ce2973b784 )
Harald Hoyer [Wed, 11 Nov 2015 11:33:07 +0000 (12:33 +0100)]
Makefile: remove output file before creating it
Harald Hoyer [Wed, 11 Nov 2015 11:16:13 +0000 (12:16 +0100)]
dracut-systemd/module-setup.sh: remove duplicate vconsole wants
Adding the dependency on vconsole is already done in the 00systemd
module and the rescue.service has this already in the unit file.
Harald Hoyer [Wed, 11 Nov 2015 10:49:34 +0000 (11:49 +0100)]
dracut.sh: quote $outfile on error removal
Harald Hoyer [Wed, 11 Nov 2015 10:38:56 +0000 (11:38 +0100)]
dracut.sh: remove "_EARLY" from CONFIG_MICROCODE_* checks
EARLY is merged in the main driver
Harald Hoyer [Tue, 10 Nov 2015 16:55:50 +0000 (17:55 +0100)]
lvm: remove all quirk arguments
https://bugzilla.redhat.com/show_bug.cgi?id=742564
Once lvm2 starts using /run (bug 742554), it should be no longer
necessary to disable file-based locking in the vgchange call in
fedora-storage-init.
Removing '--sysinit' will make it safe to call LVM operations
concurrently from other units.
The --sysinit is a compound option consisting of:
-> --ignorelockingfailure - not needed anymore, the /run/lock/lvm is
available rw soon in boot process
-> --ignoremonitoring - not needed since /run is available, this would
require the dm-event.service to be run before
fedora-storage-init.service (and new lvm2-activation.service when
deployed). But that's a one line change - I'll have a look whether it
plays well with other services and if yes, I'll commit the change. N.B.:
This has a consequence that all volumes activated on vgchange -ay will
be monitored at the same time they're activated (which is a plus I
think). The lvm2-monitor will just grab all the other volumes not
activated at the time of the boot's vgchange -ay call. But that's not an
issue (for already monitored volumes, calling vgchange --monitor y will
just be a NOOP).
-> --poll n - not needed, we can run the polldaemon as the /run is
available and rw (in case there's unfinished merge or mirror sync from
previous system run, the poll-daemon will be triggered at boot now).
Actually, the polldaemon should be triggered as a service like dmeventd
is, not forked off from the LVM command itself, like from vgchange in
this case - we still need to change this - there's a bug open for this
request already (bug #814857). However, we don't have this feature ready
yet so I need to check whether this is OK with the early boot process
with the current state.
Harald Hoyer [Tue, 10 Nov 2015 16:35:27 +0000 (17:35 +0100)]
fips: add authenc and authencesn kernel modules
https://bugzilla.redhat.com/show_bug.cgi?id=
1115112 #c5
Harald Hoyer [Wed, 30 Sep 2015 12:10:20 +0000 (14:10 +0200)]
dracut.spec: omit pkg-config from dependencies
Harald Hoyer [Wed, 30 Sep 2015 12:10:05 +0000 (14:10 +0200)]
Makefile: fix VERSION and GITVERSION
Harald Hoyer [Wed, 11 Nov 2015 10:48:21 +0000 (11:48 +0100)]
Merge pull request #91 from dracut-mailing-devs/
1437470322 -992-1-git-send-email-cfan@redhat.com
remove the incomplete .img file
Harald Hoyer [Wed, 11 Nov 2015 10:43:50 +0000 (11:43 +0100)]
Merge pull request #100 from d-hatayama/suppress_broken_pipe
lsinitrd: Suppress "cat: write error: Broken pipe"
Harald Hoyer [Wed, 11 Nov 2015 10:42:29 +0000 (11:42 +0100)]
Merge pull request #101 from silvio/sfr/pkgfile
Sfr/pkgfile
Harald Hoyer [Wed, 11 Nov 2015 10:36:47 +0000 (11:36 +0100)]
Merge pull request #103 from FGrose/metadata
dmsquash-live-root: Use non-persistent metadata snapshots.
Harald Hoyer [Wed, 11 Nov 2015 09:33:33 +0000 (10:33 +0100)]
Merge pull request #102 from FGrose/Overflow
dmsquash-live-root: Request overflow support for persistent snapshot.
Frederick Grose [Mon, 9 Nov 2015 18:46:27 +0000 (10:46 -0800)]
dmsquash-live-root: Use non-persistent metadata snapshots.
Transient snapshots can take advantage of smaller,
non-persistent metadata structures.
Make the --readonly option explicit rather than inferred
for the readonly_overlay target.
Assure that the live-base target is on the BASE_LOOPDEV.
Frederick Grose [Mon, 9 Nov 2015 17:45:07 +0000 (09:45 -0800)]
dmsquash-live-root: Request overflow support for persistent snapshot.
Harald Hoyer [Mon, 9 Nov 2015 14:33:27 +0000 (15:33 +0100)]
dracut-logger: prefix stderr output with "dracut: "
dnf updates of the kernel execute dracut in %post.
For the user it is not possible to distinguish the dracut output from
other error messages.
Silvio Fricke [Sun, 8 Nov 2015 11:53:36 +0000 (12:53 +0100)]
PKGFILE: prevent out of tree builds
With makepkg is it possible to build sources away from the PKGFILE. The
previous behavior was crash on build if this was setup. With this
patch we prevent this possibility.
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
Silvio Fricke [Sun, 8 Nov 2015 11:49:45 +0000 (12:49 +0100)]
PKGFILE: version is now completely constructed from git
`pkgver` and `pkgrel` now hard coded to 1. The PKGFILE will getting
changed on a `makepkg`-run.
To prevent some version crashes no commit with changes to `pkgver` and
`pkgrel` should be accepted.
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
Silvio Fricke [Sun, 8 Nov 2015 11:48:26 +0000 (12:48 +0100)]
PKGFILE: update to latest makepkg
makepkg needs now a package-section.
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
HATAYAMA Daisuke [Wed, 4 Nov 2015 02:31:10 +0000 (11:31 +0900)]
lsinitrd: Suppress "cat: write error: Broken pipe"
On systemd, SIGPIPE is ignored by default; see man 5 systemd.exec for
IgnoreSIGPIPE=. As a result, lsinitrd.sh under a systemd service
outputs "cat: write error: Broken pipe" in the processing of
determining a compression format of a given initramfs file using cat
command in the write part of a pipeline processing.
For example, this is a log message of kdump.service in RHEL7.1,
-- Logs begin at Wed 2015-11-04 09:57:33 JST, end at Wed 2015-11-04 09:58:28 JST. --
Nov 04 09:57:33 localhost systemd[1]: Stopping Crash recovery kernel arming...
Nov 04 09:57:33 localhost kdumpctl[22545]: kexec: unloaded kdump kernel
Nov 04 09:57:33 localhost kdumpctl[22545]: Stopping kdump: [OK]
Nov 04 09:57:33 localhost systemd[1]: Starting Crash recovery kernel arming...
Nov 04 09:57:36 localhost kdumpctl[22553]: Detected change(s) in the following file(s):
Nov 04 09:57:36 localhost kdumpctl[22553]: /etc/kdump.conf
Nov 04 09:57:36 localhost kdumpctl[22553]: Rebuilding /boot/initramfs-3.10.0-229.el7.x86_64kdump.img
Nov 04 09:57:40 localhost dracut[24914]: Executing: /usr/sbin/dracut --hostonly --hostonly-cmdline -o "plymouth dash resume" -f /boot/initramfs-3.10.0-229.el7.x86_64kdump.img 3.10.0-229.el7.x86_64
...<cut>...
Nov 04 09:58:12 localhost dracut[24914]: *** Creating image file done ***
Nov 04 09:58:12 localhost dracut[24914]: Image: /boot/initramfs-3.10.0-229.el7.x86_64kdump.img: 18M
Nov 04 09:58:12 localhost kdumpctl[22553]: cat: write error: Broken pipe
Nov 04 09:58:12 localhost dracut[24914]: ========================================================================
Nov 04 09:58:12 localhost dracut[24914]: Version: dracut-033-240.el7
Nov 04 09:58:12 localhost dracut[24914]:
Nov 04 09:58:12 localhost dracut[24914]: Arguments: --hostonly --hostonly-cmdline -o 'plymouth dash resume' -f
Nov 04 09:58:13 localhost dracut[24914]:
Nov 04 09:58:13 localhost dracut[24914]: dracut modules:
Nov 04 09:58:13 localhost dracut[24914]: bash
kdump.service builds and loads an initramfs for kdump kernel using
kdumpctl command which uses dracut command and so lsinitrd command,
too.
Although there's no actual harm except for the error message, there
has been several inquiries from customers about this message so
far. We should suppress this message to reduce needless
communications.
To suppress the message, this commit cleans up the processing of
reading the first 6 bytes of a given initramfs file without cat
command.
Harald Hoyer [Thu, 17 Sep 2015 15:54:36 +0000 (17:54 +0200)]
Merge pull request #95 from cgwalters/emacs-setq
dir-locals: Avoid use of setq which triggers Emacs warning
Colin Walters [Thu, 17 Sep 2015 15:33:40 +0000 (11:33 -0400)]
dir-locals: Avoid use of setq which triggers Emacs warning
Emacs has a whitelist of "safe" variables, using `setq` overrides
that and causes it to warn when opening any file by default.
Dropping the `setq` makes Emacs do the right thing.
Harald Hoyer [Wed, 9 Sep 2015 09:30:52 +0000 (11:30 +0200)]
dracut.8.asc: mention lsinitrd(1) in see also
Harald Hoyer [Mon, 7 Sep 2015 13:13:04 +0000 (15:13 +0200)]
Merge branch 'master' of github.com:haraldh/dracut
Harald Hoyer [Mon, 7 Sep 2015 13:12:49 +0000 (15:12 +0200)]
Merge pull request #94 from yuwata/master
Fix typos in error module messages and usage of install blob.
yuwata [Mon, 7 Sep 2015 09:00:16 +0000 (18:00 +0900)]
install blob: fix typos in usage.
yuwata [Mon, 7 Sep 2015 08:58:40 +0000 (17:58 +0900)]
systemd-networkd: fix typo in error message
yuwata [Mon, 7 Sep 2015 08:58:00 +0000 (17:58 +0900)]
systemd-initrd: fix typo in error message.
Harald Hoyer [Thu, 3 Sep 2015 10:31:34 +0000 (12:31 +0200)]
dracut-functions.sh: fixed dracutbasedir, when sourced directly
Harald Hoyer [Wed, 2 Sep 2015 10:54:43 +0000 (12:54 +0200)]
Merge pull request #87 from dracut-mailing-devs/E1ZK3hi-0000SN-Lt@puleglot.ru
dracut-initramfs-restore: make mount error nonfatal
Harald Hoyer [Tue, 25 Aug 2015 10:03:16 +0000 (12:03 +0200)]
Merge pull request #90 from ldzhong/fix
dracut.sh: remove duplicate call of push_host_devs
Lidong Zhong [Mon, 24 Aug 2015 10:27:54 +0000 (18:27 +0800)]
dracut.sh: remove duplicate call of push_host_devs
There is no way exit between the two places that call push_host_devs
Harald Hoyer [Mon, 24 Aug 2015 10:11:39 +0000 (12:11 +0200)]
Merge pull request #89 from ldzhong/fix
dracut-functions.sh: remove duplicate declaratio of local variable
Lidong Zhong [Mon, 24 Aug 2015 10:02:10 +0000 (18:02 +0800)]
dracut-functions.sh: remove duplicate declaratio of local variable
Harald Hoyer [Mon, 24 Aug 2015 09:53:01 +0000 (11:53 +0200)]
Merge pull request #88 from shoop/staticroutegw
The default gateway might need a static route
Stijn Hoop [Sun, 23 Aug 2015 12:45:53 +0000 (14:45 +0200)]
The default gateway might need a static route
Some hosting providers need a static route set in order to be
able to reach the default gateway. Be sure to retry adding
the default gateway after setting the static routes.
Harald Hoyer [Thu, 13 Aug 2015 09:54:24 +0000 (11:54 +0200)]
TEST-30-ISCSI: test more and set static initiator name
Harald Hoyer [Thu, 13 Aug 2015 09:53:21 +0000 (11:53 +0200)]
iscsi/iscsiroot.sh: handle timeout with all interfaces up
restart iscsid, because it may disbehaved
Harald Hoyer [Wed, 12 Aug 2015 13:14:11 +0000 (15:14 +0200)]
iscsi/parse-iscsiroot.sh: use iBFT initiator name
Harald Hoyer [Wed, 12 Aug 2015 13:11:17 +0000 (15:11 +0200)]
dracut.cmdline.7.asc: document rd.iscsi.waitnet and rd.iscsi.testroute
Harald Hoyer [Wed, 12 Aug 2015 12:42:03 +0000 (14:42 +0200)]
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.
Harald Hoyer [Wed, 12 Aug 2015 12:40:42 +0000 (14:40 +0200)]
TEST-30-ISCSI/dhcpd.conf: set the LUN
set the LUN, so the udev rule to mount the disk matches
Harald Hoyer [Wed, 12 Aug 2015 12:33:49 +0000 (14:33 +0200)]
iscsi: integrate with systemd and improve robustness
parse-cmdline sets up an initial initiator-name to let iscsid start.
iscsid is started before doing any iscsistart business.
iscsistart is done with systemd-run asynchrone to do things in
paralllel. Also restarted for every new interface which shows up.
If rd.iscsi.waitnet (default) is set, iscsistart is done only
after all interfaces are up.
If not all interfaces are up and rd.iscsi.testroute (default) is set,
the route to a iscsi target IP is checked and skipped, if there is none.
If all things fail, we issue a "dummy" interface iscsiroot to retry
everything in the initqueue/timeout.
Harald Hoyer [Wed, 12 Aug 2015 12:28:45 +0000 (14:28 +0200)]
base/dracut-lib.sh: forget about the idea of output redirection
It's just not working :-/
Harald Hoyer [Wed, 12 Aug 2015 12:27:39 +0000 (14:27 +0200)]
dracut-systemd/dracut-initqueue.sh: be verbose about timeout
Issue a warning, if timeout scripts are executed
Harald Hoyer [Wed, 12 Aug 2015 12:27:01 +0000 (14:27 +0200)]
nfs/parse-nfsroot.sh: silence useless warning if netroot is not nfs
Harald Hoyer [Wed, 12 Aug 2015 12:25:23 +0000 (14:25 +0200)]
network/parse-ip-opts.sh: assume rd.neednet for multiple ip options
set rd.neednet on the kernel cmdline to disable this behaviour
Harald Hoyer [Wed, 12 Aug 2015 12:24:45 +0000 (14:24 +0200)]
systemd: add systemd-run and systemd-escape
Harald Hoyer [Wed, 12 Aug 2015 12:24:05 +0000 (14:24 +0200)]
network/net-lib.sh: add is_ip()
add function to test if string is a valid IP
Harald Hoyer [Mon, 10 Aug 2015 12:05:15 +0000 (14:05 +0200)]
dracut.sh: remove quotes from install_items and install_optional_items
Unfortunately these are lists with whitespaces.