distro: don't include hfstools in image

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2023-03-18 18:19:00 +00:00
parent c77405ed55
commit 507976d08d

View File

@ -217,7 +217,7 @@
INITRAMFS_PARTED_SUPPORT="no"
# build and install hfs filesystem utilities (yes / no)
HFSTOOLS="yes"
HFSTOOLS="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"