blob: 9124792056e2814adb432dfc4266febf6799452e (
plain)
1
2
3
4
5
6
7
8
9
|
description "mount /proc"
type wait
target boot
before vfs
exec {
"@SBINPATH@/mount" -t proc proc /proc
"@SCRIPTDIR@/trymount.sh" /proc/sys/fs/binfmt_misc binfmt_misc nodev,noexec,nosuid
}
|