diff options
author | 1998-09-21 08:49:15 +0000 | |
---|---|---|
committer | 1998-09-21 08:49:15 +0000 | |
commit | 581e9ea2c1337abef05ce02e0029dee96d2bfec1 (patch) | |
tree | efbd3d9b13d07e7476717562bc7e0154aacd2ddd | |
parent | bad sysctl(), malloc(0), and memory leaks fixes (diff) | |
download | wireguard-openbsd-581e9ea2c1337abef05ce02e0029dee96d2bfec1.tar.xz wireguard-openbsd-581e9ea2c1337abef05ce02e0029dee96d2bfec1.zip |
fix better.
-rw-r--r-- | distrib/notes/sparc/install | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install index 3d7894e1333..01da97bc1ba 100644 --- a/distrib/notes/sparc/install +++ b/distrib/notes/sparc/install @@ -116,9 +116,9 @@ installation scripts'' below. Booting From CD-ROM installation media: - > b sd(,30,0){:--:}OSrev/sparc/bsd.rd # for Sun4 monitors* - ok boot sd(,6,0){:--:}OSrev/sparc/bsd.rd # for version 1 OpenBOOT ROMs - ok boot cdrom {:--:}OSrev/sparc/bsd.rd # for version 2 OpenBOOT ROMs + > b sd(,30,0)OSREV/sparc/bsd.rd # for Sun4 monitors* (not working currently) + ok boot sd(,6,0)OSREV/sparc/bsd.rd # for version 1 OpenBOOT ROMs + ok boot cdrom OSREV/sparc/bsd.rd # for version 2 OpenBOOT ROMs If the boot is successful, you will get a loader version message, executable sizes and then the Kernel copyright and device probe @@ -179,9 +179,9 @@ Boot your workstation from the server by entering the appropriate `boot' command at the monitor prompt. Depending on the PROM version in your machine, this command takes one of the following forms: - > b le()bsd # for sun4 monitors - ok boot le()bsd # for version 1 OpenBOOT ROMs - ok boot net bsd # for version 2 OpenBOOT ROMs + > b le()bsd.rd # for sun4 monitors + ok boot le()bsd.rd # for version 1 OpenBOOT ROMs + ok boot net bsd.rd # for version 2 OpenBOOT ROMs This will cause the kernel provided by the diskless setup to be booted. After the initial probe messages you'll asked to start the install |