]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
refactor(dracut): add create_directories function
authorBenjamin Drung <benjamin.drung@canonical.com>
Thu, 14 Aug 2025 19:23:08 +0000 (21:23 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Tue, 28 Oct 2025 23:55:56 +0000 (19:55 -0400)
commit4b2a68b548e46705ce4a1c19c8136ed63df86395
tree9170c3135fc2161bbdd27892aa0e0e286c12d42e
parent1de938ff2376bdde19797170f6af50db2abe177f
refactor(dracut): add create_directories function

Reduce code duplication by introducing the helper function
`create_directories`.

Note: `test -h` is the same as `test -L`.
dracut.sh