diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,12 @@ # packer The rustkrazy image generator. + +# System package requirements +For the packer to work you need to install the following packages: + +* nasm +* squashfs-tools-ng + +Then, add the musl target: + +`rustup target add x86_64-unknown-linux-musl` |