diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-14 08:33:10 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-14 08:33:10 +0000 |
| commit | 2931df8a4022208f929437b3bad7a8c39b27ef7e (patch) | |
| tree | ed5edc407c0c314cdfd55a97c533ba00f88bb65a /release/sysinstall/options.c | |
| parent | fbf67537b403dca1bd635657e459f0d36053b94b (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/options.c')
| -rw-r--r-- | release/sysinstall/options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index b6fed2397162..ae640f66fe57 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -118,6 +118,8 @@ static Option Options[] = { OPT_IS_VAR, NULL, VAR_NO_CONFIRM, varCheck }, { "DHCP", "Attempt automatic DHCP configuration of interfaces", OPT_IS_VAR, NULL, VAR_TRY_DHCP, varCheck }, +{ "IPv6", "Attempt IPv6 configuration of interfaces", + OPT_IS_VAR, NULL, VAR_TRY_RTSOL, varCheck }, { "FTP username", "Username and password to use instead of anonymous", OPT_IS_FUNC, mediaSetFTPUserPass, VAR_FTP_USER, varCheck }, { "Editor", "Which text editor to use during installation", |
