diff options
author | 2015-09-09 15:27:19 +0200 | |
---|---|---|
committer | 2015-09-09 15:27:56 +0200 | |
commit | 37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6 (patch) | |
tree | 943f5d835d04cfa68e73583ad77408abddf39ce3 /README | |
parent | Merge pull request #1217 from zonque/free-and-replace (diff) | |
download | systemd-37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6.tar.gz systemd-37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6.tar.bz2 systemd-37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6.zip |
README: document new /etc/mtab requirement
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -244,9 +244,9 @@ SYSV INIT.D SCRIPTS: needs to look like, and provide an implementation at the marked places. WARNINGS: - systemd will warn you during boot if /etc/mtab is not a - symlink to /proc/mounts. Please ensure that /etc/mtab is a - proper symlink. + systemd will freeze execution during boot if /etc/mtab exists + but is not a symlink to /proc/mounts. Please ensure that + /etc/mtab is a proper symlink. systemd will warn you during boot if /usr is on a different file system than /. While in systemd itself very little will |