]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect: create directories we want to mount on
authorLennart Poettering <lennart@poettering.net>
Mon, 3 Aug 2020 10:30:42 +0000 (12:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 24 Aug 2020 20:00:35 +0000 (22:00 +0200)
commit1f0f82f1311e4c52152b8e2b6f266258709c137d
treea2b9e4be95ecf5c37c16cf9c7db96317683da077
parentf0cb1b951caeec68d4c892c7d02e6829f6f95a48
dissect: create directories we want to mount on

This matches how we handle things everywhere else, i.e. in .mount units,
and similar: when a mount point dir is missing, we create it, let's do
so too when dealing with disk images.

This makes things a lot simpler, more robust, and systematic.
src/shared/dissect-image.c