summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repart: Make sure we look up dropin files in the root directoryDaan De Meyer2023-05-121-1/+1
* conf-parser: Add root argument to config_parse_many()Daan De Meyer2023-05-128-7/+13
* repart: Make sure r is declared lastDaan De Meyer2023-05-121-1/+1
* repart: Read arguments directly instead of passing them inDaan De Meyer2023-05-121-8/+4
* mkosi: Use zstd compression on non-centos distrosDaan De Meyer2023-05-123-3/+16
* mkosi: Update .gitignore to account for changed output locationsDaan De Meyer2023-05-121-1/+2
* mkosi: Only build initrd if Bootable= is enabled or set to "auto"Daan De Meyer2023-05-121-0/+3
* mkosi: Use initrd symlink without format/compressionDaan De Meyer2023-05-121-1/+1
* mkosi: Update to latestDaan De Meyer2023-05-121-1/+1
* core: Try to initialize TERM from systemd.tty.term.console as wellDaan De Meyer2023-05-122-2/+10
* Merge pull request #27565 from yuwata/static-destructDaan De Meyer2023-05-123-33/+108
|\
| * static-destruct: introduce STATIC_ARRAY_DESTRUCTOR_REGISTER()Yu Watanabe2023-05-092-8/+83
| * static-destruct: several cleanupsYu Watanabe2023-05-091-21/+21
| * memory-util: make ArrayCleanup passed to array_cleanup() constYu Watanabe2023-05-091-4/+4
* | mkfs-util: Add quiet argument to make_filesystem()Daan De Meyer2023-05-126-21/+56
* | core: Check if any init exists before switching rootDaan De Meyer2023-05-121-0/+19
* | core: Make sure systemctl exit <X> works outside of a containerDaan De Meyer2023-05-122-7/+2
* | Merge pull request #27618 from DaanDeMeyer/fstab-generatorYu Watanabe2023-05-121-7/+19
|\ \
| * | fstab-generator: Fix log messageDaan De Meyer2023-05-111-1/+1
| * | fstab-generator: Unset kernel cmdline options if empty value is givenDaan De Meyer2023-05-111-6/+6
| * | fstab-generator: Take systemd.verity= into accountDaan De Meyer2023-05-111-0/+12
* | | test-network: add tests for static lease matching with chaddrYu Watanabe2023-05-121-0/+11
* | | Merge pull request #27611 from yuwata/core-mount-escape-utf8Yu Watanabe2023-05-122-41/+61
|\ \ \
| * | | core/mount: escape invalid UTF8 char in dbus replyYu Watanabe2023-05-111-12/+55
| * | | Revert "core/mount: replace invalid UTF-8 code points in "what" and "options""Yu Watanabe2023-05-111-29/+6
* | | | cryptenroll: actually allow using multiple "special" strings when wipingFrantisek Sumsal2023-05-112-6/+6
| |/ / |/| |
* | | Merge pull request #27610 from DaanDeMeyer/mkosi-trivialDaan De Meyer2023-05-118-16/+32
|\ \ \ | |/ / |/| |
| * | mkosi: Install apt in Debian/Ubuntu imagesDaan De Meyer2023-05-111-0/+1
| * | mkosi: Run in debug modeDaan De Meyer2023-05-111-6/+9
| * | mkosi: Disable pamconfdirDaan De Meyer2023-05-111-0/+1
| * | mkosi: Add back accidentally removed .gdbinit fileDaan De Meyer2023-05-111-0/+3
| * | mkosi: Enable systemd-timesyncd by defaultDaan De Meyer2023-05-111-0/+3
| * | mkosi: Disable auditd in the preset instead of masking itDaan De Meyer2023-05-112-1/+3
| * | mkosi: Disable dnf-makecache.service by defaultDaan De Meyer2023-05-111-0/+5
| * | mkosi: Make sure we use systemd-networkd-wait-onlineDaan De Meyer2023-05-111-1/+2
| * | mkosi: Replace root password setting with a credentialDaan De Meyer2023-05-112-1/+2
| * | mkosi: Disable create-log-dirs optionDaan De Meyer2023-05-111-0/+1
| * | mkosi: Stop creating test users in prepare scriptsDaan De Meyer2023-05-111-6/+0
| * | mkosi: Don't run slow tests by defaultDaan De Meyer2023-05-112-1/+2
|/ /
* | Merge pull request #27539 from esposem/ukify_pesignLuca Boccassi2023-05-113-53/+196
|\ \
| * | src/ukify/test/test_ukify: fix skipped testsEmanuele Giuseppe Esposito2023-05-101-1/+1
| * | src/ukify/test/test_ukify: add pesign unit testEmanuele Giuseppe Esposito2023-05-101-2/+53
| * | ukify: support pesign as alternative to sbsignEmanuele Giuseppe Esposito2023-05-102-48/+138
| * | ukify: typo in doc and print when package is missingEmanuele Giuseppe Esposito2023-05-102-2/+4
* | | Merge pull request #27596 from yuwata/drop-pureYu Watanabe2023-05-114-13/+15
|\ \ \
| * | | core: replace hashmap_get() with hashmap_contains() where appropriateYu Watanabe2023-05-101-4/+4
| * | | core: drop unused argumentYu Watanabe2023-05-101-5/+3
| * | | core: several cleanups for job_get_timeout()Yu Watanabe2023-05-102-4/+8
| * | | tree-wide: drop _pure_ attribute from non-pure functionsYu Watanabe2023-05-102-2/+2
* | | | Merge pull request #27603 from mrc0mmand/more-test-shenanigansYu Watanabe2023-05-1170-464/+415
|\ \ \ \