summaryrefslogtreecommitdiffstats
path: root/src/gpt-auto-generator (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpt-auto: remove directory check for ESP mountMichael Ferrari2024-10-161-17/+2
* gpt-auto: use RET_GATHER at one more placeMike Yuan2024-10-151-6/+5
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-1/+1
* gpt-auto: ignore fstab_has_node failureMike Yuan2024-03-111-2/+2
* gpt-auto-generator: fix argument passed to `parse_image_policy_argument`Antonio Alvarez Feijoo2024-02-191-1/+1
* Merge pull request #31181 from fbuihuu/gpt-auto-more-defensiveMike Yuan2024-02-121-46/+15
|\
| * gpt-auto-generator: be more defensive when checking the presence of ESP in fstabFranck Bui2024-02-121-46/+15
* | mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-061-1/+1
|/
* gpt-auto-generator: enable TPM2 unlocking in gpt-auto-generatorLennart Poettering2023-11-281-6/+9
* gpt-auto-generator: hook in "growfs" for the root fs if the GPT flag 59 says soLennart Poettering2023-11-151-3/+31
* gpt-auto-generator: don't eat up errors of generator_enable_remount_fs_service()Lennart Poettering2023-11-151-1/+3
* gpt-auto-generator: add comment + assert() explaining mode of invocationLennart Poettering2023-11-151-0/+5
* gpt-auto-generator: drop in_initrd() check in add_partition_root_rw()Lennart Poettering2023-11-151-4/+2
* efi-loader: rename efi_stub_measured() → efi_measured_uki()Lennart Poettering2023-09-271-1/+1
* generators: use generator_open_unit_file where appropriateMike Yuan2023-08-191-31/+16
* tree-wise: drop unnecessary use of proc_cmdline_key_streq()Yu Watanabe2023-08-081-5/+5
* meson: move declarations of dissect and friendsYu Watanabe2023-07-311-0/+10
* gpt-auto-generator: fix warnings about unused func when !ENABLE_EFIZbigniew Jędrzejewski-Szmek2023-07-311-27/+27
* gpt-auto: don't mount ESP if there's an fstab entry for itMike Yuan2023-07-291-12/+9
* Merge pull request #28359 from keszybz/ret-gatherDaan De Meyer2023-07-281-46/+25
|\
| * gpt-auto-generator: use RET_GATHER, return first errorZbigniew Jędrzejewski-Szmek2023-07-131-46/+25
* | gpt-auto: skip mounting ESP if fstab for /boot/ uses the same device as disco...Mike Yuan2023-07-261-0/+10
|/
* gpt-auto: expand the loader partition UUID check to include XBOOTLDRMike Yuan2023-06-201-34/+57
* generators: change TimeoutSec=0 to TimeoutSec=infinityLennart Poettering2023-06-061-1/+1
* gpt-auto-generator: rework/simplify logic for picking /efi or /bootZbigniew Jędrzejewski-Szmek2023-05-291-65/+109
* gpt-auto-generator: also honor systemd.swap=noDavid Tardon2023-05-251-0/+17
* 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-251-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-121-0/+4