Skip to content

Commit 270dee5

Browse files
committed
remove wifi block
1 parent aaf89bf commit 270dee5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cloud-config.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ users:
66
passwd: @PASSWORD@
77
groups: [ "admin" ]
88

9-
#stages:
10-
# boot:
11-
# - name: Enable wireless
12-
# commands:
13-
# - connmanctl enable wifi
14-
# - wpa_passphrase '@WIFISSID@' '@WIFIPASSWORD@' > /etc/wpa_supplicant/wpa_supplicant.conf
15-
# - wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
16-
# - udhcpc -i wlan0 &
17-
189
write_files:
1910
- path: /etc/rancher/k3s/registries.yaml
2011
permissions: "0644"

0 commit comments

Comments
 (0)