From 4f4a377d7acb555193566db3ee459adc19e2e6a5 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 6 Apr 2018 18:40:09 +0200 Subject: Add VFS setup scripts Signed-off-by: David Oberhollenzer --- services/tmpfs.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 services/tmpfs.in (limited to 'services/tmpfs.in') diff --git a/services/tmpfs.in b/services/tmpfs.in new file mode 100644 index 0000000..1aa48cc --- /dev/null +++ b/services/tmpfs.in @@ -0,0 +1,5 @@ +description "mount /tmp" +type wait +target boot +before vfs +exec "@SBINPATH@/mount" -t tmpfs none /tmp -- cgit v1.2.3