summaryrefslogtreecommitdiffstats
path: root/builder/build-initramfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'builder/build-initramfs.sh')
-rwxr-xr-xbuilder/build-initramfs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index 746eb1aa..a20884dc 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -87,7 +87,8 @@ declare -A core_dependencies=(
declare -A optional_dependencies=(
[chroot]='build against a distribution other than this program runs in' \
['curl git gzip tar']='dynamically retrieve and unpack missing application which will be compiled for current or given kernel' \
- [qemu-img]='support template systems in container (usually used by virtual runtime environments')
+ [qemu-img]='support template systems in container (usually used by virtual runtime environments' \
+ ['mkfs.ext4 fsck']='support for persistent binary diffs in image files')
# shellcheck disable=SC2034
declare -A core_shared_library_pattern_dependencies=(
[libz]='compile dnbd3 for given or current kernel')