From 3ef644081b5e784508f3bf7a5ff91b4a5d2adab8 Mon Sep 17 00:00:00 2001 From: kraeml Date: Thu, 26 Sep 2019 22:06:45 +0200 Subject: [PATCH] Comment out config in user-data --- stage2/02-cloud-init/files/user-data | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stage2/02-cloud-init/files/user-data b/stage2/02-cloud-init/files/user-data index edfefde..6514159 100644 --- a/stage2/02-cloud-init/files/user-data +++ b/stage2/02-cloud-init/files/user-data @@ -8,12 +8,12 @@ # 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 -hostname: raspberrypi -manage_etc_hosts: true +#hostname: raspberrypi +#manage_etc_hosts: true # You could modify this for your own user information -users: - - default +#users: +# - default # # Set the locale of the system # locale: "en_US.UTF-8" @@ -57,7 +57,7 @@ package_upgrade: false # These commands will be ran once on first boot only runcmd: # Pickup the hostname changes - - 'systemctl restart avahi-daemon' + #- 'systemctl restart avahi-daemon' # # Activate WiFi interface # - 'ifup wlan0'