Skip to content

Commit

Permalink
Add zfs utils to ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 22, 2025
1 parent 0b23967 commit 20c2ef2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkg/values/packagemaps.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 20c2ef2

Please sign in to comment.