diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 7f0b1bf..bddb79a 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -77,6 +77,10 @@ Starte nun den Editor mit [Enter] ''' editor /etc/network/interfaces +# Alternate: scripted edit to /etc/network/interfaces +# sed -i 's/"auto eth0"//' /etc/network/interfaces +# sed -i 's/"iface eth0 inet dhcp"/"#NetworkManager iface eth0 inet dhcp"/' /etc/network/interfaces + #################### # FIXME: this should be scripted; manage with puppet instead |