summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
Commit message (Expand)AuthorAgeFilesLines
* gpt-auto-generator: "translate" errno codes into proper messagesZbigniew Jędrzejewski-Szmek2023-04-181-5/+4
* gpt-auto: do not fail when no suitable partitions foundYu Watanabe2023-04-181-1/+2
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-14/+2
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-1/+21
* gpt-auto-generator: fix typoAntonio Alvarez Feijoo2023-03-211-1/+1
* gpt-auto-generator: port to partition_pick_mount_options() tooLennart Poettering2023-03-091-24/+59
* gpt-auto: Check for /boot before putting ESP thereAdrian Vovk2023-03-061-3/+8
* bootctl: add new --print-root-device optionLennart Poettering2023-02-211-32/+7
* shared/efi-loader: fix compilation with !ENABLE_EFI, improve messagesZbigniew Jędrzejewski-Szmek2023-01-241-6/+6
* tree-wide: fix typoYu Watanabe2023-01-201-1/+1
* tpm2: add common helper for checking if we are running on UKI with TPM measur...Lennart Poettering2023-01-171-5/+5
* generators: optionally, measure file systems at bootLennart Poettering2023-01-171-0/+6
* gpt-auto-generator: automatically measure root/var volume keys into PCR 15Lennart Poettering2023-01-171-5/+31
* gpt-auto: harden ESP/XBOOTLDR mounts with "noexec,nosuid,nodev"Mike Yuan2023-01-161-5/+5
* gpt-auto-generator: improve log messages a bitLennart Poettering2023-01-061-2/+2
* gpt-auto-generator: enable referencing partitions via diskseq symlinksLennart Poettering2022-12-231-1/+2
* dissect-image: let's lock down fstypes a bitLennart Poettering2022-12-221-0/+9
* gpt-auto-generator: honour rootfstype= and rootflags= kernel cmdline optionLennart Poettering2022-12-211-2/+22
* gpt-auto-generator: do not write "noauto" in unit optionsZbigniew Jędrzejewski-Szmek2022-12-051-5/+1
* dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...Lennart Poettering2022-12-011-0/+5
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* gpt-auto: rename all functions that operate on a DissectedPartition object ad...Lennart Poettering2022-10-171-12/+11
* gpt-auto-generator: use our usual ret_xyz parameter namingLennart Poettering2022-10-171-6/+12
* gpt-auto: allow using without cryptsetupDavid Seifert2022-10-131-0/+4
* loop-util: rename loop_device_open() -> loop_device_open_from_path()Yu Watanabe2022-09-281-1/+1
* tree-wide: fix typoYu Watanabe2022-09-151-1/+1
* gpt-auto: use LoopDevice object to manage whole block diskYu Watanabe2022-09-071-77/+16
* Use original filename for extension name checkKai Lueke2022-09-061-0/+1
* dissect: drop partition removal codeLennart Poettering2022-09-011-2/+0
* tree-wide: use path_join() instead of prefix_roota() in various casesLennart Poettering2022-08-221-3/+6
* gpt-auto-generator: include device name in errorZbigniew Jędrzejewski-Szmek2022-07-221-1/+2
* dissect-image: Explicitly remove partitions when done with imageDaan De Meyer2022-05-231-0/+2
* stat-util: fix dir_is_empty() with hidden/backup filesLennart Poettering2022-05-041-1/+1
* devnum-util: define helper macros for formatting devnum major/minor pairsLennart Poettering2022-04-131-2/+2
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-0/+1
* tree-wide: take BSD lock on loopback devices we dissect/mount/operate onLennart Poettering2022-04-101-0/+7
* dissect: rework how we wait for partition block devicesLennart Poettering2022-04-101-1/+0
* gpt-auto: properly handle case where we can't determine devno of /usr/ fsLennart Poettering2022-02-141-2/+6
* Merge pull request #20257 from bluca/seqnoLuca Boccassi2021-08-311-0/+1
|\
| * dissect: use DISKSEQ when waiting for block devicesLuca Boccassi2021-07-281-0/+1
* | gpt-auto-generator: Use volatile-root by default and automatic logic as fallbackKristian Klausen2021-08-311-29/+24
|/
* Mount encrypted swap partitions via gpt-autoHugo Osvaldo Barrera2021-07-081-8/+18
* tree-wide: "a" -> "an"Yu Watanabe2021-06-301-1/+1
* gpt-auto-generator: pull in systemd-growfs@.service if new GPT growfs partiti...Lennart Poettering2021-04-231-5/+22
* dissect: ignore udev database entries from before the loopback attachmentLennart Poettering2021-04-201-0/+1
* dissect: ignore old uevents when waiting for loopback partition scanLennart Poettering2021-04-201-0/+1
* gpt-auto-generator: don't generate systemd-cryptsetup@.service when --Dlibcry...gaoyi2021-04-091-0/+4
* tree-wide: make use of DISSECT_IMAGE_USR_NO_ROOT in various toolsLennart Poettering2021-03-161-1/+7
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dissect: wrap verity settings in new VeritySettings structureLennart Poettering2020-09-171-1/+1