]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
README, tests: remove /etc/mtab 2317/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 14 Jan 2016 00:06:12 +0000 (00:06 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 14 Jan 2016 00:11:07 +0000 (00:11 +0000)
This is a followup for 1d40ddb

README
test/test-functions

diff --git a/README b/README
index bf67f8c03ed295d5b18bfb561fc86bcefc785c33..2fd7f7d5ce05963c132b056aca89ee910d8f15ed 100644 (file)
--- a/README
+++ b/README
@@ -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
index 9288200717d20c00fd0880bc604816abd41b801b..cf8755acd49df3f8b241d5d465a6d0a66a0a66ca 100644 (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() {