]> git.ipfire.org Git - thirdparty/dracut.git/commit
95iscsi: drop systemd dracut service dependencies for iscsid
authorDusty Mabe <dusty@dustymabe.com>
Mon, 22 Oct 2018 17:25:29 +0000 (13:25 -0400)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 24 Oct 2018 06:57:24 +0000 (08:57 +0200)
commit765b20333d9589e09b29dbe0d8304a56745623c6
tree37137504d325147cb2dba640307576e3531869fc
parentb38b7fef36333a59890233dccfbbb6d2c40ebe83
95iscsi: drop systemd dracut service dependencies for iscsid

These dependencies cause an odd issue where swap devices specified
by resume= on the kernel command line will cause systemd device
timeouts to occur on boot. According to @haraldh these lines aren't
needed because the socket activiation will take care of it for us.
Removing these lines now as it fixes the resume= device timeout issue.

Fixes #480
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1641268
modules.d/95iscsi/module-setup.sh