summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-09-13 16:24:08 +0000
committerjkh <jkh@FreeBSD.org>1999-09-13 16:24:08 +0000
commitd81166eb853901609bf06cae0a41c1b549e7abe3 (patch)
treee5d64c814526f910c864e6acdef11ed43b2820ae /release/sysinstall
parentb954d78bfc357dfcc823e56d098685996673f0fc (diff)
downloadFreeBSD-src-d81166eb853901609bf06cae0a41c1b549e7abe3.zip
FreeBSD-src-d81166eb853901609bf06cae0a41c1b549e7abe3.tar.gz
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
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index a96451f..0e2977a 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);
}
}
OpenPOWER on IntegriCloud