1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00
This commit is contained in:
Yu Watanabe 2022-04-11 00:13:16 +09:00
parent 1196b6a2e6
commit 3a258d3a47
3 changed files with 3 additions and 3 deletions

2
TODO
View File

@ -140,7 +140,7 @@ Features:
* mirroring this: maybe support binding to AV_VSOCK in Type=notify services,
then passing $NOTIFY_SOCKET and $NOTIFY_GUESTCID with PID1's cid (typically
fixed to "2", i.e. the official host cid) and the expected guest cid, for the
two sides of the channe. The latter env var could then be used in an
two sides of the channel. The latter env var could then be used in an
appropriate qemu cmdline. That way qemu payloads could talk sd_notify()
directly to host service manager.

View File

@ -2794,7 +2794,7 @@ static int property_get_reboot_to_boot_loader_menu(
r = getenv_bool("SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU");
if (r == -ENXIO) {
/* EFI case: returns the current value of LoaderConfigTimeoutOneShot. Three cases are distuingished:
/* EFI case: returns the current value of LoaderConfigTimeoutOneShot. Three cases are distiinguished:
*
* 1. Variable not set, boot into boot loader menu is not enabled (we return UINT64_MAX to the user)
* 2. Variable set to "0", boot into boot loader menu is enabled with no timeout (we return 0 to the user)

View File

@ -659,7 +659,7 @@ int btrfs_subvol_find_subtree_qgroup(int fd, uint64_t subvol_id, uint64_t *ret)
* prepared with btrfs_subvol_auto_qgroup_fd() with
* insert_intermediary_qgroup=true (or equivalent). For others
* it will return the leaf qgroup instead. The two cases may
* be distuingished via the return value, which is 1 in case
* be distinguished via the return value, which is 1 in case
* an appropriate "subtree" qgroup was found, and 0
* otherwise. */