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
c0d43b32c1
commit
543992e0df
@ -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…
Reference in New Issue
Block a user