From: Maxime Ripard Date: Mon, 19 Mar 2012 15:59:35 +0000 (+0100) Subject: Change the /etc/mtab symlink to use an absolute path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5fd0f2709cab72f48da12a5804dd8670fffbf6e;p=buildroot.git 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 --- diff --git a/fs/skeleton/etc/mtab b/fs/skeleton/etc/mtab index e1c204547b..4c0a0948bc 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