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/procfs.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 services/procfs.in (limited to 'services/procfs.in') diff --git a/services/procfs.in b/services/procfs.in new file mode 100644 index 0000000..76d479f --- /dev/null +++ b/services/procfs.in @@ -0,0 +1,7 @@ +description "mount /proc" +type wait +target boot +before vfs + +exec "@SBINPATH@/mount" -t proc proc /proc +exec "@SCRIPTDIR@/trymount.sh" "/proc/sys/fs/binfmt_misc" "binfmt_misc" "nodev,noexec,nosuid" -- cgit v1.2.3