2022-09-24 19:06:39 +00:00
|
|
|
#!/bin/execlineb -P
|
2022-10-18 19:06:48 +00:00
|
|
|
s6-envdir -i /etc/s6/env/path
|
2022-09-24 19:06:39 +00:00
|
|
|
importas -i PATH PATH
|
|
|
|
emptyenv
|
|
|
|
|
|
|
|
export PATH $PATH
|
2022-10-21 18:41:16 +00:00
|
|
|
define DEST /sys/fs/pstore
|
2022-09-24 19:06:39 +00:00
|
|
|
|
|
|
|
fdclose 1
|
|
|
|
fdclose 2
|
|
|
|
|
2022-10-21 18:41:16 +00:00
|
|
|
exec umount $DEST
|