summaryrefslogtreecommitdiff
path: root/xi/s6/sv/checkfs/up
diff options
context:
space:
mode:
Diffstat (limited to 'xi/s6/sv/checkfs/up')
-rw-r--r--xi/s6/sv/checkfs/up12
1 files changed, 12 insertions, 0 deletions
diff --git a/xi/s6/sv/checkfs/up b/xi/s6/sv/checkfs/up
new file mode 100644
index 0000000..9dd2952
--- /dev/null
+++ b/xi/s6/sv/checkfs/up
@@ -0,0 +1,12 @@
+envfile /etc/s6/s6.conf
+importas -iu FORCECHECK FORCECHECK
+ifelse -X { s6-test $FORCECHCK = yes }
+ {
+ redirfd -w 1 /dev/console
+ if { s6-echo -- "[ Checkrootfs ] >>>>> Check of filesystem was asked, please wait" }
+ foreground { fsck -A -T -a -f noopts=_netdev }
+ s6-echo -- "[ Checkrootfs ] >>>>> Check of filesystem was asked, please wait"
+}
+if -t {
+ fsck -A -T -a noopts=_netdev
+}