]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect-image: use loop backing file or device node as name of the image
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Sep 2022 01:58:26 +0000 (10:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 7 Sep 2022 11:45:24 +0000 (20:45 +0900)
commit64dd3a245f0964b8a15923da68b77e932a40536b
tree495c49d1d6526226ba28a8fe1507c31994623979
parent55a065cd30f303578ce5f8a36bd859763c99ba51
dissect-image: use loop backing file or device node as name of the image

Note, currently, for each call of dissect_loop_device_and_warn(), the
specified name is equivalent to the path passed to loop_device_make_by_path().
Hence, this should not change the current behavios.
src/dissect/dissect.c
src/nspawn/nspawn.c
src/shared/dissect-image.c
src/shared/dissect-image.h
src/sysext/sysext.c