| Commit message (Collapse) | Author | Files | Lines |
|
|
|
Follow-up for 27cacec939a46f61706d7b48a51b6f5880be4662.
|
|
log_setup() overrides the previously set log target again so we
can't use it in log_setup_generator().
Follow-up for aa976d87889ae22b7347787a1ebd03a31dcc0a9e
|
|
|
|
Follow-up for dcc359010c0a0d8366ade913bad72acb98f4f0ef.
|
|
Follow-up for a632d8dd9f6cd5cf8e43862f0ea896cc571b1cab.
|
|
Follow-up for d7a6bb9891ecc38a1bedef9689d00671bb0001ff.
|
|
|
|
|
|
|
|
Wired and 2.4G dongle connectivity is covered by general trackball rule,
but with Bluetooth connectivity Kensington SlimBlade Pro uses the name
"SlimBlade Pro" which doesn't contain "[Tt]rack[Bb]all". We need to
process it specially.
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
|
|
We're not actually populating a filesystem here, we're preparing
to populate a filesystem, so update the log messages accordingly.
|
|
packages, and should be removed on package removal
(This excludes any dirs that contain resources placed there by the user)
(I also didn't bother marking resources belonging to components that are
really not optional for us)
|
|
Let's make the risk of accidental misuse, and mark lines that shall be
covered by --purge with an explicit new flag "$".
See: #33349
|
|
|
|
These are inspired by the existing commands that return the path to the
boot or ESP partitions. However, these new commands show the path to the
boot loader (systemd-boot) or UKI/stub (systemd-stub) that was used on
the current boot. This information is derived from EFI variables.
|
|
|
|
|
|
Follow-up for f2c2fa87b6b7a7b3dcce9eeae8ce2a2ab50b60eb
|
|
Bash arrays cannot be exported, so we need to redefine it in each
subtest
Follow-up for 680dec33f27d408c94afe654113ba87e3bb8208b
|
|
This introduces 'i' prefix for match string. When specified, string or
pattern will match case-insensitively.
Closes #34359.
Co-authored-by: Ryan Wilson <ryantimwilson@meta.com>
|
|
variable
|
|
Currently, trying to boot images with type 1 entries generated by mkosi
with qemu freezes in the kernel EFI stub. I'm not going to pretend I
understand what's going on, but when I reported a similar problem with
UKIs, the fix was to rework the code in combine_initrds() in the stub
to behave like it does today. It seems that same fix was never applied
to systemd-boot's combine_initrds() function, so let's do that now to
fix the freezes I've been seeing trying to boot images with type 1 entries
in qemu.
|
|
|
|
into UdevRuleMatchType
No functional change, just refactoring and preparation for later change.
|
|
The test script is quite long and hard to read. Split it.
Start with one image-based and one directory-based subtest.
|
|
Otherwise an invalid specifier iterates over uninitialized data.
Fixes a bug introduced by 0b40688d1830abc6f59b1f1f67eccd757c23eb09 (v254).
|
|
|
|
Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6.
|
|
|
|
Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6.
|
|
|
|
|
|
|
|
escaped size
Otherwise we'll consider various domains invalid that really shouldn't
be considered invalid.
Fixes: #34399
|
|
|
|
If the vpick directory is configured to be ignored if missing, do not
fail and just skip ahead.
Follow-up for 5e79dd96a88
Follow-up for 622efc544dc
|
|
|
|
This tries to get rid of most manual sigprocmask() changes, in favour
of:
1. The SD_EVENT_SIGNAL_PROCMASK flag to sd_event_add_signal()
2. The sd_event_set_signal_exit() call for handling SIGTERM/SIGINT
3. Move masking of SIGWINCH into ptyfwd, out of nspawn/vmspawn/run
And while we are at it get rid of a bunch of event source fields whose
lifetime is bound to the sd_event object they belong to anyway, and make
use of the "floating" event source feature of sd-event instead.
|
|
|
|
When the spec was initially written, we didn't add good documentation of how to
display the notes, also because there was no good way to display the data
except manually extracting the section to a file and running 'jq' on that. But
the tools have improved, so let's show the users how easy it is to use this
data.
|
|
* 0704bfd93f Use dh-exec for d/systemd-timesyncd.manpages
* b668a942e9 Install new sd-stub tmpfiles.d
* 57aa6890f3 Install new org.freedesktop.timesync1 manpage
* 63e7fb5a48 Install new shell credentials snippets
* 3ce727ad45 Update changelog for 256.6-1 release
* 65e0731d3a Note systemd-cryptsetup package split in NEWS
* 2bd9927f5d Update upstream source from tag 'upstream/256.6'
|\
| * 27c691ac24 New upstream version 256.6
* 395974bae4 Re-enable utmp support, tmux's autopkgtests require it
* 685e1c84eb initramfs-tools: ensure rules file exists before invoking chzdev
* a454822396 Filter out zdev rules in the initramfs hook (LP: #2044104)
* cd0179221d salsa-ci: test the stage1 build profile
* 55917feab0 Update changelog for 256.5-2 release
* f280a3cbf5 Disable utmp support, replaced by wtmpdb
* 635c5f48dc d/t/upstream: do not pass /var/cache/apt/archives to PackageDirectories
|
|
Currently translated at 100.0% (253 of 253 strings)
Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/fi/
Translation: systemd/main
|
|
Let's make use of the templating logic, to make the entry more useful.
|
|
|
|
Now that format-util.h doesn't pull in net/if.h anymore, we can use it
to format PIDs in the networkd-sysctl.c code.
|
|
This way we don't have to pull in net/if.h into format-util.h.
This is supposed to address https://github.com/systemd/systemd/pull/32212#discussion_r1755639881
No actual code changes, just a .c/.h file split-up.
|
|
Fix minor post merge comments
|
|
It stopped applying so let's stop applying it to make CI green again.
|
|
|