You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
407 B
13 lines
407 B
description "mount /sys" |
|
type wait |
|
target boot |
|
after procfs |
|
before vfs |
|
|
|
exec { |
|
mount -t sysfs sysfs /sys |
|
"@SCRIPTDIR@/trymount.sh" /sys/kernel/security securityfs nodev,noexec,nosuid |
|
"@SCRIPTDIR@/trymount.sh" /sys/kernel/config configfs nodev,noexec,nosuid |
|
"@SCRIPTDIR@/trymount.sh" /sys/fs/fuse/connections fusectl nodev,noexec,nosuid |
|
"@SCRIPTDIR@/trymount.sh" /sys/firmware/efi/efivars efivarfs ro |
|
}
|
|
|