mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
tree-wide: fix typo
This commit is contained in:
parent
2ed6297f71
commit
a783421498
@ -38,8 +38,8 @@ manager, please consider supporting the following interfaces.
|
||||
|
||||
3. Pre-mount `/dev/` as (container private) `tmpfs` for the container and bind
|
||||
mount some suitable TTY to `/dev/console`. If this is a pty, make sure to not
|
||||
close the controling pty master during systemd's lifetime. PID1 will close ttys,
|
||||
to avoid being killed by SAK. It only opens ttys for the time it
|
||||
close the controlling pty master during systemd's lifetime. PID1 will close
|
||||
ttys, to avoid being killed by SAK. It only opens ttys for the time it
|
||||
actually needs to print something. Also, make sure to create device
|
||||
nodes for `/dev/null`, `/dev/zero`, `/dev/full`, `/dev/random`,
|
||||
`/dev/urandom`, `/dev/tty`, `/dev/ptmx` in `/dev/`. It is not necessary to
|
||||
|
@ -28,7 +28,7 @@ if efi_arch.length() == 0
|
||||
if get_option('gnu-efi') == 'true'
|
||||
error('gnu-efi support requested, but headers not found or efi arch is unknown')
|
||||
endif
|
||||
warning('gnu-efi headers not found or efi arch is unkown, disabling gnu-efi support')
|
||||
warning('gnu-efi headers not found or efi arch is unknown, disabling gnu-efi support')
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user