This commit is contained in:
2024-08-10 00:34:53 -05:00
parent 7ffb6dd4c0
commit a5ff6df245

View File

@@ -1,6 +1,6 @@
# alpine_cloud_init_setup
**INSTALL AND INITIAL SETUP**
## **INSTALL AND INITIAL SETUP**
## first boot
boot alpine from network
@@ -32,7 +32,7 @@ write disk: y
reboot
```
# CONFIGURATION
## **CONFIGURATION**
## set nano as default editor
```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
```
# FINALIZE - DO NOT POWER BACK ON BEFORE CONVERTING TO TEMPLATE
## **FINALIZE - DO NOT POWER BACK ON BEFORE CONVERTING TO TEMPLATE**
```bin
setup-cloud-init
```