diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-14 17:37:45 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-04-14 17:37:45 -0400 |
commit | d3752c6a14ee9462d7ac86210778c1ca2380b7d5 (patch) | |
tree | 2e4c7348309470c2cca8f3011c90ec539055b04f | |
parent | 14d7de9737a5e5818c7633d7eabc72d4c3823150 (diff) |
root_image: include squashfs, erofs tools
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rwxr-xr-x | root_image | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -135,6 +135,8 @@ PACKAGES+=(multipath-tools sg3-utils srptools) # PuzzleFS support PACKAGES+=(capnproto jq) +PACKAGES+=(erofs-utils squashfs-tools-ng) + # ZFS support #PACKAGES+=("linux-headers-generic" dkms zfsutils-linux zfs-dkms) |