From: Thomas Glanzmann Date: Thu, 10 Mar 2022 08:53:19 +0000 (+0100) Subject: do not start wifi by default; hostname is now debian X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/16cad30fe236f5af6f42c8e79c3c4f4d7984b2ae do not start wifi by default; hostname is now debian --- 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