diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:46:58 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:46:58 +0000 |
commit | 51f13b82723b37f7d5269ca61ba53ac9b8a0dfca (patch) | |
tree | e19bfab1e0bf70f75a390a462652fe96d094b2c2 /sys/arch/mvme68k/stand/bootsd/README | |
parent | d99153999e628882701792af823b9a81745606b5 (diff) |
update to run from bootxx + major clean up
Diffstat (limited to 'sys/arch/mvme68k/stand/bootsd/README')
-rw-r--r-- | sys/arch/mvme68k/stand/bootsd/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/bootsd/README b/sys/arch/mvme68k/stand/bootsd/README index f3a503eb63e..86d2b194056 100644 --- a/sys/arch/mvme68k/stand/bootsd/README +++ b/sys/arch/mvme68k/stand/bootsd/README @@ -1,3 +1,7 @@ -In short: stick the the bootblocks into a partition with -something like: - cat sdboot bootsd > /dev/rsd0c +In short: + cd /usr/mdec + cp bootsd / + ./installboot -v /bootsd ./bootxx /dev/rsd0c + + (you will need to be single user to run installboot since it writes + to a raw disk device) |