2 Commits

Author SHA1 Message Date
obarun
ce00a75a25 rebuild default database 2017-03-28 10:05:31 +04:00
obarun
473a622f41 replace import command by importas 2017-03-28 09:58:26 +04:00
6 changed files with 8 additions and 7 deletions

View File

@@ -4,10 +4,10 @@ fdmove -c 2 1
if { s6-echo -- rofs-console started } if { s6-echo -- rofs-console started }
s6-envdir /etc/s6/env/s6-conf s6-envdir /etc/s6/env/s6-conf
import -D "" KEYMAP importas -D "" KEYMAP KEYMAP
import -D "" FONT importas -D "" FONT FONT
import -D "" FONT_MAP importas -D "" FONT_MAP FONT_MAP
import -D "" FONT_UNIMAP importas -D "" FONT_UNIMAP FONT_UNIMAP
foreground { foreground {
loadkeys -q -u $KEYMAP loadkeys -q -u $KEYMAP
} }

View File

@@ -4,8 +4,8 @@ fdmove -c 2 1
if { s6-echo -- rofs-hardclock started } if { s6-echo -- rofs-hardclock started }
foreground { foreground {
s6-envdir /etc/s6/env/s6-conf s6-envdir /etc/s6/env/s6-conf
import -D "" TZ importas -D "" TZ TZ
import -D "" HARDWARECLOCK importas -D "" HARDWARECLOCK HARDWARECLOCK
pipeline -d { echo $HARDWARECLOCK } pipeline -d { echo $HARDWARECLOCK }
pipeline { tr A-Z a-z } pipeline { tr A-Z a-z }
forstdin -- clock forstdin -- clock

Binary file not shown.

Binary file not shown.

View File

@@ -8,8 +8,9 @@ pipeline -dw --
} }
if -nt -- if -nt --
{ {
redirfd -r 0 ./data/autofilled
s6-ipcclient -l0 -- s s6-ipcclient -l0 -- s
/usr/libexec/s6-rc-fdholder-filler -1 -- /usr/libexec/s6-rc-fdholder-filler -1 --
} }
s6-svc -t . s6-svc -t .
} }