Remove the -1 option from the installer.
authorMatthias Schmidt <matthias@dragonflybsd.org>
Tue, 16 Sep 2008 11:16:36 +0000 (11:16 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Tue, 16 Sep 2008 11:16:36 +0000 (11:16 +0000)
commit761aee5ef7b5e6a7d0dbc43ba7fbba05c96f5024
tree87c23fb511d57bd2475d4738ddd65413106e86ca
parent011a003da248b0508b1a777f54d44d932ce220c0
Remove the -1 option from the installer.

This option is specific to the old, now removed, ISC dhcp client.  The new
OpenBSD dhcp client does not support this option.  If a user wants to set an
IP address with the installer prior to this commit, it fails and the user sees
an error message.

The meaning of the -1 option was: "Try to get a lease only once.  If it fails,
quit."  Due to this commit, this behaviour changes.  I think its better to have
an installer which tries to get a lease more than once that having an installer
which does not try to get a lease at all.
contrib/bsdinstaller-1.1.6/src/backend/installer/fn_configure.c