Daan De Meyer
86320e626c
Revert "repart: Allow combining CopyBlocks= and CopyFiles="
...
This reverts commit dea0dc7ba2d779e5b65cb029395216859408931c.
2023-08-01 15:12:24 +02:00
Daan De Meyer
7e81a84448
Revert "repart: Add --oem and OEM="
...
This reverts commit 47c7805579bd54f2c149c80b22caed6f71ea01a7.
2023-08-01 15:10:24 +02:00
Daan De Meyer
e2e20b6d3c
Revert "units: Import all repart credentials in systemd-repart.service"
...
This reverts commit ed6b99dbf121f8ad3e68a1eb8e2fff4d4bdf3066.
2023-08-01 15:10:02 +02:00
Daan De Meyer
383f302edc
Merge pull request #28556 from DaanDeMeyer/repart
...
repart: Allow combining CopyBlocks= and CopyFiles=
2023-08-01 09:59:38 +02:00
Yu Watanabe
ec88da9146
docs: fix typo
2023-08-01 15:53:32 +09:00
Daan De Meyer
638440753e
Merge pull request #28608 from yuwata/meson-use-template
...
meson: use template (part 3)
2023-08-01 08:09:10 +02:00
Daan De Meyer
ed6b99dbf1
units: Import all repart credentials in systemd-repart.service
2023-08-01 07:53:59 +02:00
Daan De Meyer
47c7805579
repart: Add --oem and OEM=
...
--oem can be used to only install OEM partitions (usr, verity,
verity-sig, ...). OEM= is used to indicate OEM partitions. If unset,
defaults to !FactoryReset. We also add a credential repart.oem to
allow configuring --oem via a credential.
2023-08-01 07:53:50 +02:00
Daan De Meyer
77c6add182
creds-util: Add read_credential_bool()
2023-08-01 07:53:34 +02:00
Daan De Meyer
dea0dc7ba2
repart: Allow combining CopyBlocks= and CopyFiles=
...
Let's allow the combination of these two options. When used, repart
will first try to apply the CopyBlocks= behavior. If that's not possible,
it falls back to the CopyFiles= behavior.
This is a first step in being able to also use the partition definition
files shipped in the image to build the image in mkosi instead of having
a separate set of repart definition files to build the image.
2023-08-01 07:53:34 +02:00
Daan De Meyer
2843df3e57
repart: Open files in context_minimize()
...
Instead of relying on context_open_copy_blocks_paths() to do the
opening, let's just do it in context_minimize() itself as it's trivial.
2023-08-01 07:53:34 +02:00
Pierre GRASSER
14faf7235a
po: Translated using Weblate (French)
...
Currently translated at 100.0% (227 of 227 strings)
Co-authored-by: Pierre GRASSER <pierre.grasser@proton.me>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/fr/
Translation: systemd/main
2023-08-01 07:23:32 +09:00
Yu Watanabe
269ab341e6
meson: move declarations of timedated and friends
2023-08-01 05:52:50 +09:00
Yu Watanabe
069e7e04ec
meson: move declarations of localed and hostnamed
2023-08-01 05:52:50 +09:00
Yu Watanabe
6c713961ab
meson: move declarations of several generators
2023-08-01 05:52:50 +09:00
Yu Watanabe
81fe141ba3
meson: move declarations of cryptsetup and friends
2023-08-01 05:52:50 +09:00
Yu Watanabe
7e6ca26fe5
meson: move declarations of backlight, rfkill, and sysupdate-generator
2023-08-01 05:52:50 +09:00
Yu Watanabe
bab54d1fde
meson: move declarations of homed and friends
2023-08-01 05:52:50 +09:00
Yu Watanabe
250e597fe7
meson: move declarations of userdbd and friends
2023-08-01 05:52:50 +09:00
Yu Watanabe
8c75dfdd40
meson: move declaration of sysext
2023-08-01 05:52:50 +09:00
Yu Watanabe
f1d95540ef
meson: move declarations of portabled and friends
2023-08-01 05:52:50 +09:00
Yu Watanabe
c212163086
meson: move declaration of systemctl
2023-08-01 05:52:50 +09:00
Yu Watanabe
5add5c5834
Merge pull request #28606 from DaanDeMeyer/kernel-install
...
Kernel install fixes
2023-08-01 05:48:27 +09:00
Yu Watanabe
0770f613b5
Merge pull request #28605 from yuwata/meson-use-template
...
meson: use template (part2)
2023-08-01 05:46:08 +09:00
Daan De Meyer
4435da1f17
kernel-install: Make sure KERNEL_INSTALL_BYPASS is disabled in tests
2023-07-31 20:58:31 +02:00
Daan De Meyer
b4afa94c5f
kernel-install: Only bypass "add" and "remove"
...
KERNEL_INSTALL_BYPASS should only bypass verbs that actually change
the system, not harmless verbs such as "inspect".
2023-07-31 20:56:14 +02:00
Yu Watanabe
114085932c
udev: fix typo in comment
...
Follow-ups for ded2b1d0933b24d5e0a503e3bd37f8030a11d9a7 and
3327877ca332ad8188acd608807c64470a845125.
2023-08-01 02:39:16 +09:00
Yu Watanabe
22f37744ca
meson: move declaration of socket-activate
2023-08-01 02:31:36 +09:00
Yu Watanabe
bd31a348bf
meson: move declarations of bootctl and friends
...
This also drops unnecessary dependency on libblkid from
systemd-boot-check-no-failures.
2023-08-01 02:31:36 +09:00
Yu Watanabe
dbab4fb9e5
meson: move declaration of user-sessions
2023-08-01 02:31:36 +09:00
Yu Watanabe
b8ed1bf8ee
meson: move declarations of logind and friends
2023-08-01 02:31:36 +09:00
Yu Watanabe
c19cd86542
meson: move declarations of resolved and friends
2023-08-01 02:31:36 +09:00
Yu Watanabe
ec57a4ea49
meson: move declarations of dissect and friends
2023-08-01 02:31:36 +09:00
Yu Watanabe
7409342236
meson: move declarations of hibernate-resume
2023-08-01 02:31:36 +09:00
Yu Watanabe
2a4566203e
meson: move declarations of several generators
2023-08-01 02:31:36 +09:00
Yu Watanabe
dd1f738e40
meson: move declarations of journald and friends
2023-08-01 02:31:36 +09:00
Yu Watanabe
f727f3b963
meson: move declaration of systemd-analyze
2023-08-01 02:31:36 +09:00
Frantisek Sumsal
f7e5f39d61
resolvectl: initialize the server state
...
Since not all fields of the dispatch table are mandatory we might end up
reading garbage if the optional field is not set.
In CIs we were lucky enough (or probably unfortunate enough) that the
garbage was printable, but in other cases the `show-server-state` verb
would just fail with:
$ resolvectl show-server-state
Failed to print table: Invalid argument
Follow-up to bc837621a38.
2023-08-01 02:31:20 +09:00
Yu Watanabe
279b5d4a8c
Merge pull request #28153 from yuwata/meson-use-template
...
meson: use template to declare executables and modules
2023-08-01 02:22:15 +09:00
Yu Watanabe
983d329450
Merge pull request #28568 from yuwata/network-address-next
...
network: bunch of cleanups and fixes for addressing
2023-08-01 02:14:19 +09:00
Yu Watanabe
2668d040c1
fstab-util: use pointer returned by startswith()
2023-08-01 02:12:29 +09:00
Yu Watanabe
e4f2f14f1e
Merge pull request #28577 from yuwata/udev-split-files
...
udev: split files
2023-08-01 02:12:05 +09:00
Yu Watanabe
0bf67ba2d4
test: update comment to make it consistent with the condition
...
Follow-up for 6425dec88b9dedf53d12a970339ab88f948c201a.
2023-07-31 15:48:54 +01:00
Luca Boccassi
26172880f2
Merge pull request #28599 from keszybz/two-compilation-fixes
...
Two compilation fixes
2023-07-31 15:37:59 +01:00
Yu Watanabe
c0af9dee0d
udev: move declaration of ResolveNameTiming to udev-rules.c
...
It is only used by udevd and udevadm, not necessary in src/shared.
This also moves UDEV_NAME_SIZE and friends.
2023-07-31 23:23:00 +09:00
Yu Watanabe
04a1ee5867
udev: move udev_parse_config_full() to udevd.c
...
Then, rename it to manager_parse_udev_config().
No functional change, just refactoring.
2023-07-31 23:23:00 +09:00
Yu Watanabe
5d7e51b10e
udev: rename test-udevd.c -> test-udev-manager.c
2023-07-31 23:23:00 +09:00
Yu Watanabe
81c32b1d41
udev: split udevd.c into two
2023-07-31 23:23:00 +09:00
Yu Watanabe
6bd4bad6b9
udev: move arg_xyz into Manager
...
No functional changes, just preparation for later commits.
2023-07-31 23:23:00 +09:00
Yu Watanabe
79d2ecaf63
udev: drop mostly unused Manager.pid
...
It is only used by the assertion in event_queue_insert().
We have similar check e.g. in sd-bus or sd-event, but udevd.c is not a
library code, hence such check is not necessary.
2023-07-31 23:23:00 +09:00