Change the /etc/mtab symlink to use an absolute path
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 19 Mar 2012 15:59:35 +0000 (16:59 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Mar 2012 16:08:13 +0000 (17:08 +0100)
As systemd checks if /etc/mtab is a symlink to /proc/mount or
/proc/self/mounts, we need to change it so that we can run systemd.

http://cgit.freedesktop.org/systemd/tree/src/main.c#n1082

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/skeleton/etc/mtab

index e1c204547bd35d81766ff776a366ca96f0e79ee5..4c0a0948bccbaba6ed2204aa7389b361d049bfa7 120000 (symlink)
@@ -1 +1 @@
-../proc/mounts
\ No newline at end of file
+/proc/mounts
\ No newline at end of file