Comment out config in user-data
This commit is contained in:
parent
17d36d6000
commit
3ef644081b
|
@ -8,12 +8,12 @@
|
||||||
# Documentation: http://cloudinit.readthedocs.io/en/0.7.9/index.html
|
# Documentation: http://cloudinit.readthedocs.io/en/0.7.9/index.html
|
||||||
|
|
||||||
# Set your hostname here, the manage_etc_hosts will update the hosts file entries as well
|
# Set your hostname here, the manage_etc_hosts will update the hosts file entries as well
|
||||||
hostname: raspberrypi
|
#hostname: raspberrypi
|
||||||
manage_etc_hosts: true
|
#manage_etc_hosts: true
|
||||||
|
|
||||||
# You could modify this for your own user information
|
# You could modify this for your own user information
|
||||||
users:
|
#users:
|
||||||
- default
|
# - default
|
||||||
|
|
||||||
# # Set the locale of the system
|
# # Set the locale of the system
|
||||||
# locale: "en_US.UTF-8"
|
# locale: "en_US.UTF-8"
|
||||||
|
@ -57,7 +57,7 @@ package_upgrade: false
|
||||||
# These commands will be ran once on first boot only
|
# These commands will be ran once on first boot only
|
||||||
runcmd:
|
runcmd:
|
||||||
# Pickup the hostname changes
|
# Pickup the hostname changes
|
||||||
- 'systemctl restart avahi-daemon'
|
#- 'systemctl restart avahi-daemon'
|
||||||
|
|
||||||
# # Activate WiFi interface
|
# # Activate WiFi interface
|
||||||
# - 'ifup wlan0'
|
# - 'ifup wlan0'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user