]> git.ipfire.org Git - thirdparty/dracut.git/commit
95iscsi: Fix /etc/iscsi installation
authorKairui Song <kasong@redhat.com>
Fri, 29 Nov 2019 13:29:58 +0000 (21:29 +0800)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 14 Jan 2020 08:25:29 +0000 (09:25 +0100)
commit4598b5540eab8e9371567ec82f18153beb160388
treeaf10426a19923d5e189e0fe411b90e558ffad08a
parent5965710e018989b02a56e8d190b71740ca3b5463
95iscsi: Fix /etc/iscsi installation

Previous all files are installed with inst_dir, which will not install
the files under /etc/iscsi/, and it create folders with the same of the
files which is wrong.

Now only use inst_dir to install the config dir and ensure it
exists, and use inst_multiple to install the config files.

Signed-off-by: Kairui Song <kasong@redhat.com>
modules.d/95iscsi/module-setup.sh