Re: little change in faq7.html
Nick Holland <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Antoine Jacoutot wrote: > Selon Antoine Jacoutot <[email protected]>: >> I propose the following change in faq7.html to match what's in >> src/distrib/miniroot/install.sub. > > OK, let's put the diff inline... > > > --- www/faq/faq7.html.orig Mon Jun 26 17:31:22 2006 > +++ www/faq/faq7.html Mon Jun 26 17:32:17 2006 > @@ -323,7 +323,7 @@ > </pre> > to read: > <pre> > - tty00 "/usr/libexec/getty std.9600" vt100 on secure > + tty00 "/usr/libexec/getty std.9600" vt220 on secure > </pre> > > Here, <tt>tty00</tt> is the serial port we are using as a console. Actually, this is sorta wrong. Contrary to the way it is worded, there is no one answer to this -- the entry there should match what kind of terminal you actually have, not precisely this line. I just committed something that should be a bit more accurate. Nick.