From d8a8bd70ccae7e06d42f2e0167cb9f60e3f8b5cc Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 4 Feb 2021 20:59:44 -0600 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index a7376ea..d291ff2 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -17,4 +17,4 @@ If you get the error `sudo: a terminal is required to read the password` or `sud ### unrecognized option: preserve-status -Alpine Linux uses an older version of Busybox, which misses the `--preserve-status` option on the `timeout` command. You can either update to a newer version of Busybox, or you can install the `coreutils` package in Alpine Linux, which includes a version of `timeout` which has `--preserve-status` implemented. \ No newline at end of file +Some minimalist Linux distributions (such as Alpine Linux) use an older version of Busybox, which misses the `--preserve-status` option on the `timeout` command. You can either update to a newer version of Busybox, or you can install the `coreutils` package in Alpine Linux, which includes a version of `timeout` which has `--preserve-status` implemented. \ No newline at end of file