From 9d4cbb021f7904d0f6adb58c9e89735fa5d2a656 Mon Sep 17 00:00:00 2001 From: Stephan Reinwald Date: Tue, 21 Jan 2025 14:30:43 +0100 Subject: [PATCH] late-commands --- autoconfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconfig.yaml b/autoconfig.yaml index bb6b527..52408ce 100644 --- a/autoconfig.yaml +++ b/autoconfig.yaml @@ -32,8 +32,8 @@ autoinstall: shutdown: reboot late-commands: - curl -m 10 --retry 5 http://23.88.102.139:8000/ping/07bf78a8-67c5-4ffb-834d-e9dc660b162a - - curtin in-target curl -o /target/etc/systemd/system/hello_world.service http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.service - - curtin in-target chmod +x /target/etc/systemd/system/hello_world.service + - curtin in-target curl -o /etc/systemd/system/hello_world.service http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.service + - curtin in-target chmod +x /etc/systemd/system/hello_world.service - curtin in-target curl -o /root/hello_world.sh http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.sh - curtin in-target chmod +x /root/hello_world.sh user-data: