]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix: always use mkdir -p
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 26 Feb 2021 13:44:05 +0000 (13:44 +0000)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 3 Mar 2021 12:06:02 +0000 (13:06 +0100)
commit9cf7b1c529442d5abd6eaec4399d4ee77b95145e
treed6eee4f10f3d7198e50f0013b0d22ddc1fba7c35
parent92e6a8f87914322994387e559cf2a00b1760b301
fix: always use mkdir -p

Ensuring that directory creations dont trigger error if directory
previously existed as well as create parent directories if needed.
19 files changed:
dracut.sh
modules.d/01fips/fips.sh
modules.d/80cms/cmssetup.sh
modules.d/90crypt/crypt-lib.sh
modules.d/90dmsquash-live/dmsquash-generator.sh
modules.d/90dmsquash-live/dmsquash-live-root.sh
modules.d/90livenet/livenet-generator.sh
modules.d/90mdraid/mdmon-pre-udev.sh
modules.d/95nbd/nbd-generator.sh
modules.d/95nfs/module-setup.sh
modules.d/99base/init.sh
modules.d/99shutdown/shutdown.sh
test/TEST-03-USR-MOUNT/create-root.sh
test/TEST-04-FULL-SYSTEMD/create-root.sh
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/create-root.sh
test/TEST-14-IMSM/test.sh
test/TEST-17-LVM-THIN/test.sh
test/TEST-20-NFS/test.sh