diff options
author | afresh1 <afresh1@cvs.openbsd.org> | 2014-02-28 00:47:15 +0000 |
---|---|---|
committer | afresh1 <afresh1@cvs.openbsd.org> | 2014-02-28 00:47:15 +0000 |
commit | e033024f7912ac4098ce3965e5769df1279e2659 (patch) | |
tree | 7982818a01fe74b8462c33b8a18c60805f8958a3 /distrib/notes/octeon | |
parent | 7241bb2f9b2fd800d870174ee9fbe1d9adf5a3ee (diff) |
Recommend cu instead of tip in the INSTALL prep notes
As well as using a USB serial device in the example.
"cu in general works better on various systems" -- deraadt
"cu is more predictable across platforms" -- dlg
Ok from maja, tedu, bmercer, jj. "I like it" from deraadt
First commit is in documentation, that must be sign of something.
Thanks to everyone for making me feel welcome.
Diffstat (limited to 'distrib/notes/octeon')
-rw-r--r-- | distrib/notes/octeon/prep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/octeon/prep b/distrib/notes/octeon/prep index 85d2904fd50..59085bfb580 100644 --- a/distrib/notes/octeon/prep +++ b/distrib/notes/octeon/prep @@ -1,10 +1,10 @@ -dnl $OpenBSD: prep,v 1.3 2013/04/08 09:46:53 jasper Exp $ +dnl $OpenBSD: prep,v 1.4 2014/02/28 00:47:14 afresh1 Exp $ By default MACHINE systems are shipped with a Linux (or proprietary) system installated on the CompactFlash card or USB drive. First connect your computer via serial port to the device (you may need to use a Cisco serial cable depending on your hardware) with a command such as -"tip -115200 tty00" (assuming tty00 is your serial port device). Now apply +"cu -l cuaU0 -s 115200" (assuming cuaU0 is your serial port device). Now apply power to the device and start it. Unless you have removed or changed the Linux installation it will be booted |