Readme: Add requirement for Linux system

This commit is contained in:
Jakub Jirutka 2017-10-11 21:28:44 +02:00
parent a91dfcd57d
commit 8fbab94a88

View file

@ -13,6 +13,7 @@ This project provides script for making customizable Alpine Linux disk image for
== Requirements
* Linux system with common userland (Busybox or GNU coreutils)
* POSIX-sh compatible shell (e.g. Busybox ash, dash, Bash, ZSH)
* qemu-img and qemu-nbd (automatically installed by the script if running on Alpine)
* e2fsprogs (for ext4), btrfs-progs (for Btrfs), or xfsprogs (for XFS) (automatically installed by the script if running on Alpine)