From 43fae882e94a48dfa5397ef5d4b3e61e769abbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20M=C3=B8ller?= Date: Wed, 20 Mar 2019 14:41:01 +0100 Subject: [PATCH] Added compressions Apparrently xz requires liblz4 Closes: #54 [via git-merge-pr] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5877410..fb6c540 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This repository contains utilities for Void Linux: * make #### Dependencies + * Compression type for the initramfs image + * liblz4 (for lz4, xz) (default) * xbps>=0.45 * qemu-user-static binaries (for mkrootfs)