summaryrefslogtreecommitdiff
path: root/src/shared/dissect-image.h
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dissect-image: process /usr/ GPT partition typeLennart Poettering2020-09-191-6/+29
* dissect: wrap verity settings in new VeritySettings structureLennart Poettering2020-09-171-5/+21
* dissect: introduce PartitionDesignator as real typeLennart Poettering2020-09-161-9/+9
* dissect: rename mount_options_from_part() → mount_options_from_designator()Lennart Poettering2020-09-151-1/+1
* core: change RootImageOptions to use names instead of partition numbersLuca Boccassi2020-08-201-2/+2
* dissect: introduce new helper dissected_image_mount_and_warn() and use it eve...Lennart Poettering2020-08-111-0/+1
* dissect: optionally mkdir directory to overmountLennart Poettering2020-08-111-0/+1
* firstboot: move --image= logic into common codeLennart Poettering2020-08-051-0/+3
* service: add new RootImageOptions featureLuca Boccassi2020-07-291-2/+15
* verity: re-use already open devices if the hashes matchLuca Boccassi2020-07-211-0/+1
* dissect/nspawn: add support for dm-verity root hash signatureLuca Boccassi2020-06-251-3/+3
* core: add RootHash and RootVerity service parametersLuca Boccassi2020-06-231-1/+1
* dissect: support single-filesystem verity images with external verity hashLuca Boccassi2020-06-091-5/+9
* dissect: optionally, run fsck before mounting dissected imagesLennart Poettering2020-01-291-0/+1
* dissect: introduce new recognizable partition types for /var and /var/tmpLennart Poettering2019-12-231-0/+3
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* dissect: automatically detect boot loader spec $BOOT partitionLennart Poettering2019-03-011-0/+1
* gpt-auto-generator: don't wait for udevLennart Poettering2018-12-191-0/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* dissect: optionally, validate that the image we dissect is a valid OS imageLennart Poettering2018-05-241-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* dissect: add dissect_image_and_warn() that unifies error message generation f...Lennart Poettering2018-03-211-0/+1
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* nspawn: make sure images containing an ESP are compatible with userns -U modeLennart Poettering2017-12-051-7/+9
* growfs: add support for resizing encrypted partitionsZbigniew Jędrzejewski-Szmek2017-11-301-0/+1
* dissect: add an API that can read various metadata bits out of a dissected imageLennart Poettering2017-11-201-0/+8
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core,nspawn,dissect: make nspawn's .roothash file search reusableLennart Poettering2017-02-071-0/+2
* dissect: make using a generic partition as root partition optionalLennart Poettering2016-12-211-0/+1
* dissect: return the GPT partition UUID, tooLennart Poettering2016-12-211-0/+1
* dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering2016-12-201-1/+2
* dissect: add DISSECT_IMAGE_DISCARD_ANY maskZbigniew Jędrzejewski-Szmek2016-12-071-1/+4
* nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering2016-12-071-4/+16
* dissect: add support for encrypted imagesLennart Poettering2016-12-071-5/+17
* util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering2016-12-071-0/+66