This commit is contained in:
2024-08-10 00:34:53 -05:00
parent 7ffb6dd4c0
commit a5ff6df245
@@ -1,6 +1,6 @@
# alpine_cloud_init_setup # alpine_cloud_init_setup
**INSTALL AND INITIAL SETUP** ## **INSTALL AND INITIAL SETUP**
## first boot ## first boot
boot alpine from network boot alpine from network
@@ -32,7 +32,7 @@ write disk: y
reboot reboot
``` ```
# CONFIGURATION ## **CONFIGURATION**
## set nano as default editor ## set nano as default editor
```bin ```bin
@@ -109,7 +109,7 @@ wget -qO /root/scripts/download-alpine-scripts.sh aknlw.com/download-alpine-scri
chmod +x /root/scripts/download-alpine-scripts.sh chmod +x /root/scripts/download-alpine-scripts.sh
``` ```
# FINALIZE - DO NOT POWER BACK ON BEFORE CONVERTING TO TEMPLATE ## **FINALIZE - DO NOT POWER BACK ON BEFORE CONVERTING TO TEMPLATE**
```bin ```bin
setup-cloud-init setup-cloud-init
``` ```