From ff9faec6b5c664a65a49808533e178703f230f6f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 2 Apr 2017 08:56:19 +0200 Subject: [PATCH] Mention that dos2unix is needed for some recipes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d98308a..dbc6b178 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,4 @@ erase the container without losing your work. - Add the public key from the buildmaster to authorized\_keys - useradd sshd ; ssh-keygen -A - Enable PermitRootLogin in /system/settings/ssh/sshd\_config and make sure the path to the sftp server is correct - - install xz\_utils\_x86, lzip\_x86 (required for extracting packages), patch (required for PATCH() function in some packages) + - install xz\_utils\_x86, lzip\_x86 (required for extracting packages), patch, dos2unix (required for PATCH() function in some packages)