ports/main/nnd-s6-services/rc/mount.boot-efi/up

23 lines
363 B
Plaintext

#!/bin/execlineb -P
define DEST /boot/efi
define CLEANDEST boot-efi
s6-envdir -i /etc/s6/env/path
importas -i PATH PATH
s6-envdir -i /etc/s6/env/mount.${CLEANDEST}
importas -i SRC SRC
importas -i FSTYPE FSTYPE
importas -i OPTS OPTS
emptyenv
export PATH $PATH
fdclose 1
fdclose 2
foreground {
exec mkdir -p $DEST
} exec mount -t $FSTYPE -o $OPTS $SRC $DEST