8c1b379e53
[ci:skip-build]: already built successfully in CI
12 lines
152 B
Text
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/
|
|
}
|