diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-03-19 16:59:35 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-19 17:08:13 +0100 |
commit | b5fd0f2709cab72f48da12a5804dd8670fffbf6e (patch) | |
tree | dff88744fad100bcbe7b16cab4575b5b58cc8037 /fs | |
parent | 0b0e23660421ebbf233cec2e9979c9c99ef007ae (diff) | |
download | buildroot-novena-b5fd0f2709cab72f48da12a5804dd8670fffbf6e.tar.gz buildroot-novena-b5fd0f2709cab72f48da12a5804dd8670fffbf6e.zip |
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 <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs')
l--------- | fs/skeleton/etc/mtab | 2 |
1 files changed, 1 insertions, 1 deletions
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 |