Skip to content

Commit

Permalink
try out external bootloader hook
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Apr 6, 2024
1 parent 08a1768 commit 4e90cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flake-parts/tfgrid-microvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in {

boot.loader.external.enable = true;
boot.loader.external.installHook = pkgs.writeShellScript "noop" ''
exit 0
${pkgs.coreutils}/bin/ln -sf ${config.system.build.toplevel}/init /init-new
'';

services.cloud-init.enable = true;
Expand Down

0 comments on commit 4e90cf2

Please sign in to comment.