diff options
author | Daniel Mack <daniel@zonque.org> | 2015-09-09 15:27:19 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-09-09 15:27:56 +0200 |
commit | 37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6 (patch) | |
tree | 943f5d835d04cfa68e73583ad77408abddf39ce3 /README | |
parent | d58e8bc973deee162aa143d537a7af9f3a06e19e (diff) |
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 |