diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-07-15 11:46:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-07-15 11:46:20 +0200 |
commit | b89cfe8a60825d7bd5d5a5de5f968c17ec79b357 (patch) | |
tree | ded39c9f86c4e0e72df7b0b66c0df84cc3b7a708 /TODO | |
parent | coredump: Connect stdout/stderr to /dev/null before doing anything (diff) | |
download | systemd-b89cfe8a60825d7bd5d5a5de5f968c17ec79b357.tar.xz systemd-b89cfe8a60825d7bd5d5a5de5f968c17ec79b357.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -79,6 +79,9 @@ Janitorial Clean-ups: Features: +* sd-boot should look for information what to boot in SMBIOS, too, so that VM + managers can tell sd-boot what to boot into and suchlike + * PID 1 should look for an SMBIOS variable that encodes an AF_VSOCK address it should send sd_notify() ready notifications to. That way a VMM can boot up a system, and generically know when it finished booting. @@ -128,6 +131,14 @@ Features: * resolved: allow defining additional /etc/hosts entries via a credential (it might make sense to then synthesize a new combined /etc/hosts file in /run and bind mount it on /etc/hosts for other clients that want to read it. + Similar, allow picking up DNS server IP addresses from credential. + +* repart: allow defining additional partitions via credential + +* tmpfiles: add snippet that provisions /etc/hosts, /etc/motd, + /root/.ssh/authorized_keys from credential + +* timesyncd: pick NTP server info from credential * define a JSON format for units, separating out unit definitions from unit runtime state. Then, expose it: |