mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
4f4a377d7a
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
11 lines
455 B
Text
11 lines
455 B
Text
description "mount /sys"
|
|
type wait
|
|
target boot
|
|
after procfs
|
|
before vfs
|
|
|
|
exec "@SBINPATH@/mount" -t sysfs sysfs /sys
|
|
exec "@SCRIPTDIR@/trymount.sh" "/sys/kernel/security" "securityfs" "nodev,noexec,nosuid"
|
|
exec "@SCRIPTDIR@/trymount.sh" "/sys/kernel/config" "configfs" "nodev,noexec,nosuid"
|
|
exec "@SCRIPTDIR@/trymount.sh" "/sys/fs/fuse/connections" "fusectl" "nodev,noexec,nosuid"
|
|
exec "@SCRIPTDIR@/trymount.sh" "/sys/firmware/efi/efivars" "efivarfs" "ro"
|