From 68b207f9603f98426f5a71e1a59f40291629f47b Mon Sep 17 00:00:00 2001 From: jolheiser Date: Fri, 29 Dec 2023 10:49:22 -0600 Subject: [PATCH] chore: add boot task Signed-off-by: jolheiser --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 448f184..15037f1 100644 --- a/justfile +++ b/justfile @@ -13,6 +13,10 @@ rebuild *args: switch *args: @just rebuild switch {{args}} +# Rebuild the current machine for next boot +boot *args: + @just rebuild boot {{args}} + # Run colmena for remote deploy colmena node: @git add .