diff --git a/pkg/values/packagemaps.go b/pkg/values/packagemaps.go index b8de5b4..2f0518c 100644 --- a/pkg/values/packagemaps.go +++ b/pkg/values/packagemaps.go @@ -422,7 +422,7 @@ var GrubPackages = PackageMap{ "snmpd", // For snmp support, check if needed? Move to BasePackages if so? "squashfs-tools", // For squashfs support, probably needs to be part of BasePackages //"zfsutils-linux", // For zfs tools (zfs and zpool), probably needs to be part of BasePackages - // Requires a repo add + // Requires a repo add for Debian }, }, ArchARM64: { @@ -494,6 +494,13 @@ var GrubPackages = PackageMap{ }, }, }, + Ubuntu: { + ArchCommon: { + Common: { + "zfsutils-linux", // For zfs tools (zfs and zpool) We put it here because this package is useless for the Trusted Boot variant and we want to keep that part as ligth as possible + }, + }, + }, } // SystemdPackages is a map of packages to install for each distro and architecture for systemd-boot (trusted boot) variants