Set boot loader version

This commit is contained in:
Julian Stecklina 2022-11-22 01:01:11 +01:00
parent 172b341a4c
commit 20e1bf7fc8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
osrel = pkgs.writeText "lanzaboote-osrel" '' osrel = pkgs.writeText "lanzaboote-osrel" ''
NAME=Lanzaboote NAME=Lanzaboote
VERSION="0" VERSION="${lanzaboote.version}"
''; '';
cmdline = pkgs.writeText "lanzaboote-cmdline" ""; cmdline = pkgs.writeText "lanzaboote-cmdline" "";