Apparently, it's not console=serial to set the serial console,

it's serial=comconsole.  I wish it were easier to figure this
stuff out. :)

Submitted by:	jfieber
This commit is contained in:
Jordan K. Hubbard 1999-09-13 16:24:08 +00:00
parent c0d43b32c1
commit 543992e0df
3 changed files with 3 additions and 3 deletions

View File

@ -756,7 +756,7 @@ installFixupBin(dialogMenuItem *self)
fprintf(fp, "# -- sysinstall generated deltas -- #\n");
fprintf(fp, "userconfig_script_load=\"YES\"\n");
if (!OnVTY)
fprintf(fp, "console=\"serial\"\n");
fprintf(fp, "console=\"comconsole\"\n");
fclose(fp);
}
}

View File

@ -756,7 +756,7 @@ installFixupBin(dialogMenuItem *self)
fprintf(fp, "# -- sysinstall generated deltas -- #\n");
fprintf(fp, "userconfig_script_load=\"YES\"\n");
if (!OnVTY)
fprintf(fp, "console=\"serial\"\n");
fprintf(fp, "console=\"comconsole\"\n");
fclose(fp);
}
}

View File

@ -756,7 +756,7 @@ installFixupBin(dialogMenuItem *self)
fprintf(fp, "# -- sysinstall generated deltas -- #\n");
fprintf(fp, "userconfig_script_load=\"YES\"\n");
if (!OnVTY)
fprintf(fp, "console=\"serial\"\n");
fprintf(fp, "console=\"comconsole\"\n");
fclose(fp);
}
}