summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/netsetup
diff options
context:
space:
mode:
authorChristian Rößler2014-10-22 17:28:06 +0200
committerChristian Rößler2014-10-22 17:28:06 +0200
commit7f1bee5cd3e720e0db3b172803d55f1e7ff56b3a (patch)
tree3ec46448039157bf2e09913154a924776cbe9e4d /satellit_installer/static_files/netsetup
parent[SSPS] netsetup: Now in German, some sweet little bugs exterminated (diff)
downloadsetup-scripts-7f1bee5cd3e720e0db3b172803d55f1e7ff56b3a.tar.gz
setup-scripts-7f1bee5cd3e720e0db3b172803d55f1e7ff56b3a.tar.xz
setup-scripts-7f1bee5cd3e720e0db3b172803d55f1e7ff56b3a.zip
[SSPS] Bug netsetup dhcp entries
Diffstat (limited to 'satellit_installer/static_files/netsetup')
-rwxr-xr-xsatellit_installer/static_files/netsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/static_files/netsetup b/satellit_installer/static_files/netsetup
index cdd46be..f6570e2 100755
--- a/satellit_installer/static_files/netsetup
+++ b/satellit_installer/static_files/netsetup
@@ -117,7 +117,7 @@ write_config_dyn() {
echo "" >> "$INTERFACES"
echo "# Primary network interface" >> "$INTERFACES"
echo "auto eth0" >> "$INTERFACES"
- echo "iface eth0 inet dhcpauto eth0" >> "$INTERFACES"
+ echo "iface eth0 inet dhcp" >> "$INTERFACES"
# Leaving /etc/resolv alone; pump/dhclient/whatever will take care of that.
}