mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
update README
This commit is contained in:
parent
c821bd28c2
commit
6705c2df46
5
README
5
README
@ -68,6 +68,11 @@ REQUIREMENTS:
|
||||
add a dependency on nss-myhostname to the package that
|
||||
includes systemd-hostnamed.
|
||||
|
||||
Note that D-Bus can link against libsystemd-login.so, which
|
||||
results in a cyclic build dependency. To accomodate for this
|
||||
please build D-Bus without systemd first, then build systemd,
|
||||
then rebuild D-Bus with systemd support.
|
||||
|
||||
WARNINGS:
|
||||
systemd will warn you during boot if /etc/mtab is not a
|
||||
symlink to /proc/mounts. Please ensure that /etc/mtab is a
|
||||
|
@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
|
||||
umask(0022);
|
||||
|
||||
if (detect_container(NULL) > 0) {
|
||||
log_debug("Automatic adding console shell.");
|
||||
log_debug("Automatically adding console shell.");
|
||||
|
||||
if (add_symlink("console-shell.service", "console-shell.service") < 0)
|
||||
r = EXIT_FAILURE;
|
||||
|
Loading…
Reference in New Issue
Block a user