Skip to content

Commit

Permalink
buildVerityUKI: log files system in use
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Oct 24, 2024
1 parent 2236c99 commit 519de4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/by-name/buildVerityUKI/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ nixos-config:
boot.kernelParams = lib.optional (roothashPlaceholder != "") "roothash=${roothashPlaceholder}";
}).image.overrideAttrs
(oldAttrs: {
preBuild = ''
echo Building on file system $(stat -f -c %T .)
'';
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ jq ];
# Replace the placeholder with the real root hash.
# The real root hash is only known after we build the image, so this
Expand Down

0 comments on commit 519de4f

Please sign in to comment.