1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

Merge pull request #2317 from evverx/rm-mtab

README, tests: remove /etc/mtab
This commit is contained in:
Daniel Mack 2016-01-14 01:40:27 +01:00
commit 8ec46f55e5
2 changed files with 0 additions and 6 deletions

4
README
View File

@ -237,10 +237,6 @@ SYSV INIT.D SCRIPTS:
needs to look like, and provide an implementation at the marked places.
WARNINGS:
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
break if /usr is on a separate partition, many of its

View File

@ -117,8 +117,6 @@ setup_basic_environment() {
strip_binaries
install_depmod_files
generate_module_dependencies
# softlink mtab
ln -fs /proc/self/mounts $initdir/etc/mtab
}
install_dmevent() {