From 16cad30fe236f5af6f42c8e79c3c4f4d7984b2ae Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Thu, 10 Mar 2022 09:53:19 +0100
Subject: [PATCH] do not start wifi by default; hostname is now debian

---
 bootstrap.sh     | 2 +-
 files/hosts      | 2 +-
 files/interfaces | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index 2c5d1e9..408dedc 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -75,7 +75,7 @@ build_rootfs()
 
         sudo mkdir -p boot/efi
 
-        sudo bash -c 'echo live > etc/hostname'
+        sudo bash -c 'echo debian > etc/hostname'
 
         sudo bash -c 'echo > etc/motd'
 
diff --git a/files/hosts b/files/hosts
index 0328b5c..002fbb6 100644
--- a/files/hosts
+++ b/files/hosts
@@ -1 +1 @@
-127.0.0.1 localhost live
+127.0.0.1 localhost debian
diff --git a/files/interfaces b/files/interfaces
index 5fbb36d..9eb2f14 100644
--- a/files/interfaces
+++ b/files/interfaces
@@ -5,6 +5,6 @@ source /etc/network/interfaces.d/*
 allow-hotplug enp3s0
 iface enp3s0 inet dhcp
 
-allow-hotplug wlp1s0f0
+# allow-hotplug wlp1s0f0
 iface wlp1s0f0 inet dhcp
         wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
-- 
2.39.5