curling
This commit is contained in:
@@ -32,10 +32,10 @@ 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 /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
|
||||
- url -o /target/etc/systemd/system/hello_world.service http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.service
|
||||
- chmod +x /target/etc/systemd/system/hello_world.service
|
||||
- curl -o /target/root/hello_world.sh http://23.88.102.139/gitea/sre/ld-install/raw/branch/main/files/hello_world.sh
|
||||
- chmod +x /target/root/hello_world.sh
|
||||
user-data:
|
||||
hostname: ldhost
|
||||
chpasswd:
|
||||
|
||||
Reference in New Issue
Block a user