[systemd-commits] Makefile.am units/media.mount

Lennart Poettering lennart at kemper.freedesktop.org
Mon Mar 7 08:38:31 PST 2011


 Makefile.am       |    7 +++++--
 units/media.mount |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 2 deletions(-)

New commits:
commit c4b5a3d66fedaa872209920944800e173536f801
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Mar 7 17:38:15 2011 +0100

    mount: make /media a tmpfs

diff --git a/Makefile.am b/Makefile.am
index 3d32df2..7bbdb24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -233,6 +233,7 @@ dist_systemunit_DATA = \
 	units/sys-kernel-security.mount \
 	units/var-lock.mount \
 	units/var-run.mount \
+	units/media.mount \
 	units/hwclock-load.service \
 	units/hwclock-save.service \
 	units/remount-rootfs.service \
@@ -1226,12 +1227,14 @@ install-data-hook:
 			fsck-root.service \
 			remount-rootfs.service \
 			var-run.mount \
-			var-lock.mount && \
+			var-lock.mount \
+			media.mount && \
 		$(LN_S) ../systemd-remount-api-vfs.service systemd-remount-api-vfs.service && \
 		$(LN_S) ../fsck-root.service fsck-root.service && \
 		$(LN_S) ../remount-rootfs.service remount-rootfs.service && \
 		$(LN_S) ../var-run.mount var-run.mount && \
-		$(LN_S) ../var-lock.mount var-lock.mount )
+		$(LN_S) ../var-lock.mount var-lock.mount && \
+		$(LN_S) ../media.mount media.mount )
 	( cd $(DESTDIR)$(userunitdir) && \
 		rm -f shutdown.target sockets.target local-fs.target swap.target bluetooth.target printer.target sound.target && \
 		$(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \
diff --git a/units/media.mount b/units/media.mount
new file mode 100644
index 0000000..66a5a5c
--- /dev/null
+++ b/units/media.mount
@@ -0,0 +1,16 @@
+#  This file is part of systemd.
+#
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+
+[Unit]
+Description=Media Directory
+Before=local-fs.target
+
+[Mount]
+What=tmpfs
+Where=/media
+Type=tmpfs
+Options=mode=755,nosuid,nodev,noexec



More information about the systemd-commits mailing list