pmaports/device/unmaintained/device-samsung-on7xelte-downstream/mount-efs.rc-init

13 lines
152 B
Text
Raw Normal View History

#!/sbin/openrc-run
command="/bin/mount"
command_args="/dev/disk/by-partlabel/EFS /efs/"
depend() {
after bootmisc
}
start_pre() {
mkdir -p /efs/
}