Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] Link /media to /run/media
@ 2014-12-13 19:37 Michael Gloff
  2014-12-13 19:37 ` [PATCH 2/2] volatiles: " Michael Gloff
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Gloff @ 2014-12-13 19:37 UTC (permalink / raw)
  To: openembedded-core

Since the change in automout.sh to mount devices to /run/media,
we create the /run/media directory on startup and link /media to it.

Signed-off-by: Michael Gloff <mgloff@emacinc.com>
---
 meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/recipes-core/initscripts/initscripts-1.0/volatiles
index 297245d..1fc5816 100644
--- a/meta/recipes-core/initscripts/initscripts-1.0/volatiles
+++ b/meta/recipes-core/initscripts/initscripts-1.0/volatiles
@@ -34,3 +34,5 @@ f root root 0664 /var/log/wtmp none
 f root root 0664 /var/run/utmp none
 l root root 0644 /etc/resolv.conf /var/run/resolv.conf
 f root root 0644 /var/run/resolv.conf none
+d root root 1777 /run/media none
+l root root 1777 /media /run/media
-- 
2.1.2.374.g63a4513



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-15 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13 19:37 [PATCH 1/2] Link /media to /run/media Michael Gloff
2014-12-13 19:37 ` [PATCH 2/2] volatiles: " Michael Gloff
2014-12-13 19:40   ` Michael Gloff
2014-12-15 14:12   ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox