diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index d60a73b..aed7502 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -64,9 +64,9 @@ esac # FIXME: this should be scripted; manage with puppet instead read -p '''! Änderung in Network-Interfaces Ändere die bestehenden Einträge für eth0 auf - allow-hotplug eth0 - #NetworkManager - #iface eth0 inet dhcp + + #NetworkManager iface eth0 inet dhcp + Starte nun den Editor mit [Enter] ''' editor /etc/network/interfaces @@ -95,6 +95,7 @@ editor /etc/default/nfs-common FOUND=`iwconfig | grep "IEE 802.11"` WIFIDEV=$(echo "$FOUND" | awk '{print $1}') +# FIXME: this works for systemd-networkd, but not for NetworkManager if [ -n "$FOUND" ]; then export WIFIDEV # Add system-wide WiFi-config |