From 543992e0dfe1bdab37905be634cf3d17174bcdcf Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 13 Sep 1999 16:24:08 +0000 Subject: 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 --- release/sysinstall/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index a96451fccaae..0e2977aa3330 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -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); } } -- cgit v1.3