Simplify kexec and iso image generation

This commit is contained in:
2026-01-14 18:54:50 -08:00
parent bab2df5d7e
commit 5f7335c2a0
7 changed files with 58 additions and 136 deletions

View File

@@ -36,6 +36,11 @@ update-input:
iso:
nix build .#packages.x86_64-linux.iso
# Build Custom kexec image
.PHONY: kexec-img
kexec-img:
nix build .#packages.x86_64-linux.kexec
# Deploy a host by name (ex: 's0')
.PHONY: deploy
deploy: