Add e2fsprogs to dependencies

This commit is contained in:
Serge Schneider
2025-08-14 13:52:21 +01:00
parent 26ea1c19ff
commit 52ac7751ca
3 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ To install the required dependencies for `pi-gen` you should run:
```bash
apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc \
dosfstools e2fsprogs libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc \
gpg pigz xxd arch-test bmap-tools
```