]> git.zerfleddert.de Git - m1-debian/commitdiff
use different interface names
authorThomas Glanzmann <thomas@glanzmann.de>
Sun, 11 Dec 2022 21:40:37 +0000 (22:40 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sun, 11 Dec 2022 21:40:37 +0000 (22:40 +0100)
files/grub.cfg
files/interfaces

index 08e47a8254a12fb64ae31d510c84fa39b54180ea..23b29fe430b3c4b2ffebadd4de1a0a2a139f0681 100644 (file)
@@ -1,5 +1,5 @@
 echo Loading Kernel...
-linux (hd0,msdos1)/vmlinuz expert DEBIAN_FRONTEND=gtk
+linux (hd0,msdos1)/vmlinuz net.ifnames=0
 echo Loading initrd... Please wait
 initrd (hd0,msdos1)/initrd.gz
 boot
index 9eb2f142ccbf7cc897f0b1643e02b03e23a9510c..3691cbc570610518cf2ca40009998403433bc11d 100644 (file)
@@ -2,9 +2,9 @@
 # Include files from /etc/network/interfaces.d:
 source /etc/network/interfaces.d/*
 
-allow-hotplug enp3s0
-iface enp3s0 inet dhcp
+allow-hotplug eth0
+iface eth0 inet dhcp
 
-# allow-hotplug wlp1s0f0
-iface wlp1s0f0 inet dhcp
+# allow-hotplug wlan0
+iface wlan0 inet dhcp
         wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Impressum, Datenschutz