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:
parent
b954d78bfc
commit
d81166eb85
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user