pmaports/device/unmaintained/device-samsung-on7xelte-downstream/mount-efs.rc-init
methanal 8c1b379e53
unmaintained/samsung-on7xelte: move downstream port to unmaintained (MR 4980)
[ci:skip-build]: already built successfully in CI
2024-03-31 17:21:16 +09:00

12 lines
152 B
Text

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