fix(image): image need to include devicemapper setup tools and udev rules

This commit is contained in:
Lars Sjöström 2025-03-03 13:52:52 +01:00
parent 0a6fc3af49
commit adb2e90c13
No known key found for this signature in database
6 changed files with 106 additions and 19 deletions

View file

@ -37,6 +37,7 @@
kernel = pkgs.callPackage ./pkgs/kernel { };
glibc = pkgs.callPackage ./pkgs/glibc { };
kexec = pkgs.callPackage ./pkgs/kexec-tools { };
lvm2 = pkgs.callPackage ./pkgs/lvm2 { };
tpm2-tools = pkgs.callPackage ./pkgs/tpm2-tools { inherit patosPkgs; };
tpm2-tss = pkgs.callPackage ./pkgs/tpm2-tss { };
systemd = pkgs.callPackage ./pkgs/systemd { };