From b5fd0f2709cab72f48da12a5804dd8670fffbf6e Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 19 Mar 2012 16:59:35 +0100 Subject: Change the /etc/mtab symlink to use an absolute path 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 Signed-off-by: Peter Korsgaard --- fs/skeleton/etc/mtab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/skeleton/etc/mtab b/fs/skeleton/etc/mtab index e1c204547..4c0a0948b 120000 --- a/fs/skeleton/etc/mtab +++ b/fs/skeleton/etc/mtab @@ -1 +1 @@ -../proc/mounts \ No newline at end of file +/proc/mounts \ No newline at end of file -- cgit v1.2.3