|
Lines 122-127
Link Here
|
| 122 |
OPT_IS_VAR, NULL, VAR_TRY_DHCP, varCheck }, |
122 |
OPT_IS_VAR, NULL, VAR_TRY_DHCP, varCheck }, |
| 123 |
{ "IPv6", "Attempt IPv6 configuration of interfaces", |
123 |
{ "IPv6", "Attempt IPv6 configuration of interfaces", |
| 124 |
OPT_IS_VAR, NULL, VAR_TRY_RTSOL, varCheck }, |
124 |
OPT_IS_VAR, NULL, VAR_TRY_RTSOL, varCheck }, |
|
|
125 |
{ "Skip PCCARD", "Skip PC-card probing, do not use PC-card devices for installation", |
| 126 |
OPT_IS_VAR, NULL, VAR_SKIP_PCCARD, varCheck }, |
| 125 |
{ "FTP username", "Username and password to use instead of anonymous", |
127 |
{ "FTP username", "Username and password to use instead of anonymous", |
| 126 |
OPT_IS_FUNC, mediaSetFTPUserPass, VAR_FTP_USER, varCheck }, |
128 |
OPT_IS_FUNC, mediaSetFTPUserPass, VAR_FTP_USER, varCheck }, |
| 127 |
{ "Editor", "Which text editor to use during installation", |
129 |
{ "Editor", "Which text editor to use during installation", |