]> err.no Git - systemd/commitdiff
Install a (auto)mount unit to mount /lib/init/rw early during boot.
authorTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 11:43:15 +0000 (12:43 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 11:43:15 +0000 (12:43 +0100)
debian/changelog
debian/lib-init-rw.automount [new file with mode: 0644]
debian/lib-init-rw.mount [new file with mode: 0644]

index 4d5d6143054b18b4eb98253b1e64a7456e88117c..a2cdceaa48b21f4f7b7b5017cb94fd6a92f63835 100644 (file)
@@ -11,6 +11,7 @@ systemd (13-1) experimental; urgency=low
   * Revert upstream change which requires libnotify 0.7 (not yet available in
     Debian).
   * Use dh-autoreconf for updating the build system.
+  * Install a (auto)mount unit to mount /lib/init/rw early during boot.
 
  -- Tollef Fog Heen <tfheen@debian.org>  Sat, 20 Nov 2010 09:28:01 +0100
 
diff --git a/debian/lib-init-rw.automount b/debian/lib-init-rw.automount
new file mode 100644 (file)
index 0000000..10040ae
--- /dev/null
@@ -0,0 +1,14 @@
+#  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=Debian early rw Automount Point
+DefaultDependencies=no
+Before=basic.target
+
+[Automount]
+Where=/lib/init/rw
diff --git a/debian/lib-init-rw.mount b/debian/lib-init-rw.mount
new file mode 100644 (file)
index 0000000..ee42e2b
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=Debian early rw mount
+DefaultDependencies=no
+
+[Mount]
+What=tmpfs
+Where=/lib/init/rw
+Type=tmpfs
+Options=mode=0755,nosuid