summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-27 12:20:50 +0200
committerDirk von Suchodoletz2008-08-27 12:20:50 +0200
commite9e5b40f6b1f2e8a0d446d412a615d30e7870697 (patch)
tree84a6b65b3d0c97e138aff0e1f43c0731e1399767 /initramfs/stage3-stuff/etc/functions
parentvmchooser problem reported by Detlef (no "default" session in (diff)
downloadcore-e9e5b40f6b1f2e8a0d446d412a615d30e7870697.tar.gz
core-e9e5b40f6b1f2e8a0d446d412a615d30e7870697.tar.xz
core-e9e5b40f6b1f2e8a0d446d412a615d30e7870697.zip
Remove the misleading (and not in all setups properly working option
"-o" from the udhcpc call, see #265 too). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2106 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/etc/functions')
-rw-r--r--initramfs/stage3-stuff/etc/functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 21dc422e..9b3c6e28 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -262,8 +262,8 @@ mkdir /var/lib/dhcp >/dev/null 2>&1
testmkd /usr/share/udhcpc
ln -sf /bin/dhcpmkconfig /usr/share/udhcpc/default.script
# -o option gets additionally the nis* options, but described other way round
-udhcpc -o -t 8 -q $vci -s /usr/share/udhcpc/default.script \
- -i $nwif 2>/dev/null
+# hopefully in some future version "-O dhcp-option" works ...
+udhcpc -t 8 -q $vci -s /usr/share/udhcpc/default.script -i $nwif 2>/dev/null
}
#############################################################################