projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b0e236
)
Change the /etc/mtab symlink to use an absolute path
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 19 Mar 2012 15:59:35 +0000
(16:59 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/fs/skeleton/etc/mtab
b/fs/skeleton/etc/mtab
index e1c204547bd35d81766ff776a366ca96f0e79ee5..4c0a0948bccbaba6ed2204aa7389b361d049bfa7 120000
(symlink)
--- 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