From: Thomas Glanzmann Date: Thu, 10 Mar 2022 08:53:25 +0000 (+0100) Subject: Merge branch 'master' of a.gmvl.de:/git/m1-debian X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/4ef39a460fb350dbfb5aae05f07d541623ea0d16?hp=40c6aeffbb4651d483ce5a66f6debf2cc1893e61 Merge branch 'master' of a.gmvl.de:/git/m1-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