ports/main/nnd-s6-services/rc/mount.sys-fs-pstore/up

22 lines
348 B
Plaintext
Raw Normal View History

#!/bin/execlineb -P
define DEST /sys/fs/pstore
define CLEANDEST sys-fs-pstore
define FSTYPE pstore
2022-10-18 19:06:48 +00:00
s6-envdir -i /etc/s6/env/path
importas -i PATH PATH
s6-envdir -i /etc/s6/env/mount.${CLEANDEST}
2022-10-18 19:06:48 +00:00
importas -i OPTS OPTS
emptyenv
export PATH $PATH
fdclose 1
fdclose 2
foreground {
exec mkdir -p $DEST
} exec mount -t $FSTYPE -o $OPTS none $DEST