Lennart Poettering
4d5d574906
update TODO
2024-10-23 10:27:04 +02:00
Adrian Vovk
e1384cfb09
sysupdate: Introduce optional features
...
Optional features allow distros to define sets of transfers that can
be enabled or disabled by the system administrator. This is useful for
situations where a distro may want to ship some resources version-locked
to the core OS, but many people have no need for the resource, such as:
development tools/compilers, drivers for specialized hardware, language
packs, etc
We also rename sysupdate.d/*.conf -> sysupdate.d/*.transfer, because
now there are more than one type of definition in sysupdate.d/. For
backwards compat, we still load *.conf files as long as no *.transfer
files are found and the *.conf files don't try to declare themselves
as part of any features
Fixes https://github.com/systemd/systemd/issues/33343
Fixes https://github.com/systemd/systemd/issues/33344
2024-10-18 17:58:45 -04:00
Lennart Poettering
5fc46d7b87
update TODO
2024-10-18 09:54:32 +02:00
Lennart Poettering
3cc52015a8
update TODO
2024-10-18 09:23:54 +02:00
Lennart Poettering
387d6fe6b6
update TODO
2024-10-09 15:43:11 +02:00
Lennart Poettering
438348f7cc
update TODO
2024-10-09 09:04:31 +02:00
Yu Watanabe
bba5f48acf
TODO: fix typo
...
Follow-up for 26e6986527
.
2024-10-07 09:54:00 +09:00
Lennart Poettering
ca8ad43e5c
update TODO
2024-10-02 09:22:52 +02:00
Lennart Poettering
19b5853f82
update TODO
2024-10-01 16:50:36 +02:00
Mike Yuan
468c6265a2
Merge pull request #34534 from keszybz/man-exitrd
...
Formally document exitrds
2024-09-30 21:02:04 +02:00
Lennart Poettering
26e6986527
update TODO
2024-09-30 17:44:25 +02:00
Zbigniew Jędrzejewski-Szmek
20d00d1f3c
TODO: add one more systemctl rfe
2024-09-25 08:56:35 +02:00
Zbigniew Jędrzejewski-Szmek
ace26a511f
man: slightly enhance docs about "exitrd" and remove TODO entry for it
...
The concept is fairly well established and present in our docs in various
places.
Say that the exitrd is also marked by the presence of /etc/initrd-release.
2024-09-23 12:09:43 +02:00
Lennart Poettering
a2369d0224
update TODO
2024-09-17 10:40:51 +02:00
Yu Watanabe
a65b864835
docs: fix typo in filename: REATLIME -> REALTIME
2024-09-17 10:21:54 +02:00
Lennart Poettering
831ad06bf5
update TODO
2024-09-13 17:12:28 +02:00
Luca Boccassi
a7af35f1d4
Merge pull request #34402 from keszybz/notes-readme
...
Add examples not package/dlopen notes
2024-09-13 15:19:56 +02:00
Zbigniew Jędrzejewski-Szmek
9a2b54d9f7
docs/ELF_PACKAGE_METADATA: add detailed example
...
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.
2024-09-13 14:51:44 +02:00
Lennart Poettering
07696a1f07
update TODO
2024-09-12 16:18:59 +02:00
Lennart Poettering
dd4114317a
update TODO
2024-09-12 16:17:42 +02:00
Lennart Poettering
d258b1c60c
update TODO
2024-09-12 09:38:32 +02:00
Lennart Poettering
229d4a9806
shell: define three system credentials we can propagate into shell prompts and welcome messages
2024-09-09 19:03:48 +02:00
Erik Sjölund
fdc1b714d4
TODO: fix typo
2024-09-08 18:54:20 +09:00
Lennart Poettering
e3cd748e7c
update TODO
2024-09-05 15:56:28 +02:00
Lennart Poettering
38c0086361
update TODO
2024-08-30 10:21:31 +02:00
Luca Boccassi
b3014aafb5
TODO: add note about live mounting via pinned namespace fd
2024-08-28 16:57:14 +01:00
Lennart Poettering
cb1e7ab533
update TODO
2024-08-26 16:29:07 +02:00
Mike Yuan
19eccb7667
core: pin notify sender through pidfd (potentially SCM_PIDFD)
2024-07-22 09:38:48 +02:00
Lennart Poettering
4b752770ca
upate TODO
2024-07-20 15:04:32 +02:00
Lennart Poettering
1717a939be
update TODO
2024-07-18 11:40:10 +02:00
Lennart Poettering
2abad25b41
update TODO
2024-07-16 11:57:32 +02:00
Lennart Poettering
8f036c928e
update TODO
2024-07-12 15:55:15 +02:00
Lennart Poettering
c4ecc0231f
update TODO
2024-07-10 09:35:31 +02:00
Lennart Poettering
9545512f3e
update TODO
2024-07-03 10:55:18 +02:00
Lennart Poettering
ead6c49ee1
update TODO
2024-07-02 16:59:14 +02:00
Luca Boccassi
e478fa2a0c
TODO: add note about DDI deduplication
2024-06-28 14:37:58 +01:00
Lennart Poettering
c1451cd2a2
update TODO
2024-06-28 10:15:53 +02:00
Lennart Poettering
9e936ccf5d
update TODO
2024-06-28 10:13:06 +02:00
Lennart Poettering
26c5eebb74
update TODO
2024-06-27 12:25:25 +02:00
Lennart Poettering
440531c839
update TODO
2024-06-27 12:17:57 +02:00
Lennart Poettering
eac0cbed8c
update TODO
2024-06-25 09:57:42 +02:00
Lennart Poettering
d9a57a550b
update TODO
2024-06-21 17:49:26 +02:00
Mike Yuan
9c025022d9
core/service: store BUSERROR= & VARLINKERROR= received through notification
...
Closes #6073
2024-06-20 19:03:44 +02:00
Yu Watanabe
8422d04e8d
Merge pull request #33420 from poettering/build-with-object
...
sd-json: add sd_json_build() flavour that implies we are building an object
2024-06-20 13:04:32 +09:00
Lennart Poettering
61e0b2bb65
update TODO
2024-06-19 22:50:02 +02:00
Lennart Poettering
917b8bd377
update TODO
2024-06-19 22:42:51 +02:00
Lennart Poettering
c7dd491d66
update TODO
2024-06-19 16:53:48 +02:00
Lennart Poettering
2f92e5c327
update TODO
2024-06-18 09:28:03 +02:00
Lennart Poettering
783236abd7
update TODO
2024-06-17 09:20:21 +02:00
Lennart Poettering
99db1c959f
update TODO
2024-06-12 12:48:41 +02:00