summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared: Don't try to generate read-only filesystem that we don't supportDaan De Meyer2022-09-231-0/+4
* repart: Extend squashfs logic to all read-only filesystemsDaan De Meyer2022-09-233-15/+19
* Merge pull request #24771 from poettering/destroy-pcr11Luca Boccassi2022-09-2215-87/+882
|\
| * update TODOLennart Poettering2022-09-221-20/+16
| * measure: clarify we actually try to calculate for all four banks by defaultLennart Poettering2022-09-221-1/+1
| * measure: make --public-key= optional if "sign" is calledLennart Poettering2022-09-222-11/+35
| * measure: allow pre-calculating PCR values for multiple boot phasesLennart Poettering2022-09-223-29/+234
| * units: add pcrphase unitsLennart Poettering2022-09-223-0/+51
| * boot: add new pcrphase tool to measure barrier strings into PCR 11Lennart Poettering2022-09-227-1/+426
| * tpm2-util: add helper for determining enabled/used PCR banksLennart Poettering2022-09-222-0/+81
| * tpm2-util: split out code that checks if bank has 24 pcrs into helper functio...Lennart Poettering2022-09-221-25/+35
| * tpm2-util: pick up Esys_PCR_Extend() symbol tooLennart Poettering2022-09-222-0/+3
* | man/portablectl: fix references to optionsAntonio Alvarez Feijoo2022-09-221-2/+2
* | Merge pull request #24746 from DaanDeMeyer/repart-splitDaan De Meyer2022-09-226-38/+306
|\ \ | |/ |/|
| * repart: Add --split option to generate split artifactsDaan De Meyer2022-09-223-24/+268
| * shared: Add GPT_PARTITION_TYPE_UUID_TO_STRING_HARDER()Daan De Meyer2022-09-221-0/+3
| * shared: Add specifier_uint64()Daan De Meyer2022-09-222-0/+7
| * shared: Add specifier_id128() and specifier_uuid()Daan De Meyer2022-09-222-14/+28
* | Merge pull request #24781 from DaanDeMeyer/link-remove-checkZbigniew Jędrzejewski-Szmek2022-09-221-2/+3
|\ \
| * | systemctl: Fix style nitDaan De Meyer2022-09-221-1/+1
| * | systemctl: Improve link directory separator error messageDaan De Meyer2022-09-221-1/+2
* | | Merge pull request #24768 from keszybz/table-not-available-2Lennart Poettering2022-09-2218-46/+63
|\ \ \
| * | | shared/format-table: use empty_string instead of hardcoding "-" for invalid v...Zbigniew Jędrzejewski-Szmek2022-09-221-7/+7
| * | | shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-2216-34/+51
| * | | networkctl: use "-" for empty fieldsZbigniew Jędrzejewski-Szmek2022-09-212-3/+3
| * | | hostnamectl,localectl: use "(unset)" in empty fieldsZbigniew Jędrzejewski-Szmek2022-09-213-5/+5
* | | | Merge pull request #24620 from poettering/measure-tweaksLuca Boccassi2022-09-222-10/+12
|\ \ \ \
| * | | | measure: separate out PE section options in --help textLennart Poettering2022-09-201-9/+11
| * | | | stub: typo fix in commentLennart Poettering2022-09-201-1/+1
* | | | | README: drop the LGTM badgeFrantisek Sumsal2022-09-221-1/+0
| |_|_|/ |/| | |
* | | | systemd-run: refuse --working-directory option with --scopeJoost Heitbrink2022-09-221-0/+4
* | | | man: don't mention Socket files in Scope man pageJoost Heitbrink2022-09-221-1/+1
* | | | Merge pull request #24709 from keszybz/partition-table-constantsLennart Poettering2022-09-2134-806/+805
|\ \ \ \
| * | | | sd-gpt: adjust comments and use UINT64_C()Zbigniew Jędrzejewski-Szmek2022-09-211-8/+12
| * | | | docs/DPS: use the SD_GPT_* constants here tooZbigniew Jędrzejewski-Szmek2022-09-213-151/+151
| * | | | man/systemd-gpt-auto-generator: reword phrasing about partition locationZbigniew Jędrzejewski-Szmek2022-09-201-12/+12
| * | | | man/systemd-gpt-auto-generator: export type flags by name, trim tableZbigniew Jędrzejewski-Szmek2022-09-201-54/+21
| * | | | sd-gpt, docs: define s390 before s390xZbigniew Jędrzejewski-Szmek2022-09-202-19/+19
| * | | | tools/list-discoverable-partitions: make the script work againZbigniew Jędrzejewski-Szmek2022-09-201-9/+9
| * | | | headers: export partition uuids and flags in new sd-gpt.h fileZbigniew Jędrzejewski-Szmek2022-09-2014-426/+469
| * | | | man: "the initial RAM disk" → "the initrd"Zbigniew Jędrzejewski-Szmek2022-09-2018-158/+143
| * | | | man: add missing subject in sentenceZbigniew Jędrzejewski-Szmek2022-09-171-1/+1
* | | | | Merge pull request #24753 from DaanDeMeyer/repart-squashfsLennart Poettering2022-09-217-27/+119
|\ \ \ \ \
| * | | | | repart: Add squashfs supportDaan De Meyer2022-09-212-10/+78
| * | | | | shared: Add squashfs support to make_filesystem()Daan De Meyer2022-09-216-8/+32
| * | | | | repart: Rename fs to root in do_copy_files() and do_make_directories()Daan De Meyer2022-09-201-10/+10
* | | | | | Fix inverted rotation in the Positivo DUO #24769 (#24770)Edson Juliano Drosdeck2022-09-211-0/+9
* | | | | | stub: fix conditionalization of initrd assemblyLennart Poettering2022-09-211-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #24751 from medhefgo/stub-x86Daan De Meyer2022-09-219-140/+179
|\ \ \ \ \
| * | | | | stub: Always use LINUX_INITRD_MEDIA_GUID if availableJan Janssen2022-09-207-22/+32