diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-04-28 15:00:49 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-04-28 15:00:49 +0000 |
commit | 5f3d5a3078a64652a05dcddded4d77cd7728c8bd (patch) | |
tree | eb05f6d49b614133da07eeae55bfbb39ae4647b3 /distrib/notes/sparc | |
parent | 0e3c9923e823135242f2b61ba87a7a35457ba5cd (diff) |
tweaks/OSrev/cleaning/'.tar.gz -> .tgz' .. etc ..
Diffstat (limited to 'distrib/notes/sparc')
-rw-r--r-- | distrib/notes/sparc/install | 16 | ||||
-rw-r--r-- | distrib/notes/sparc/xfer | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install index 145b2f7cd9f..5a0cd18d930 100644 --- a/distrib/notes/sparc/install +++ b/distrib/notes/sparc/install @@ -432,7 +432,7 @@ Installing from SunOS. You need a SunOS machine to install OpenBSD. You also need at least the following pieces: - the *.tar.gz files you want to install (as a minimum, base{:--:}OSrev.tar.gz) + the *.tgz files you want to install (as a minimum, base{:--:}OSrev.tgz) gunzip (GNU gzip) SunOS binary gtar (GNU tar) SunOS binary a "/boot" file from a SunOS machine that matches your machine type @@ -486,13 +486,13 @@ The installboot man page says to do something like this: sunos# sync; sync sunos# /usr/mdec/installboot -vlt /mnt/boot /usr/mdec/bootsd /dev/rsd2a -You can now extract the provided "*.tar.gz files onto your disk. +You can now extract the provided "*.tgz files onto your disk. sunos# ls -FC - base{:--:}OSrev.tar.gz comp{:--:}OSrev.tar.gz man{:--:}OSrev.tar.gz xfont{:--:}OSrev.tar.gz - bsd etc{:--:}OSrev.tar.gz misc{:--:}OSrev.tar.gz xserv{:--:}OSrev.tar.gz - bsd.scsi3 game{:--:}OSrev.tar.gz xbase{:--:}OSrev.tar.gz - sunos{:-#-:} gunzip < base{:--:}OSrev.tar.gz | (cd /mnt; gtar xvpf -) + base{:--:}OSrev.tgz comp{:--:}OSrev.tgz man{:--:}OSrev.tgz xfont{:--:}OSrev.tgz + bsd etc{:--:}OSrev.tgz misc{:--:}OSrev.tgz xserv{:--:}OSrev.tgz + bsd.scsi3 game{:--:}OSrev.tgz xbase{:--:}OSrev.tgz + sunos{:-#-:} gunzip < base{:--:}OSrev.tgz | (cd /mnt; gtar xvpf -) [...] for each set And finally copy an OpenBSD kernel (either bsd or bsd.scsi3) onto your disk. @@ -578,10 +578,10 @@ that partition or use tar to copy the contents to a more convenient spot. Alternatively you can build a bootable partition from the distribution sets as follows: -Unpack `base{:--:}OSrev.tar.gz' and `etc{:--:}OSrev.tar.gz' on the server in the root directory +Unpack `base{:--:}OSrev.tgz' and `etc{:--:}OSrev.tgz' on the server in the root directory for your target machine. If you elect to use a separately NFS-mounted filesystem for `/usr' with your diskless setup, make sure the "./usr" base -files in base{:--:}OSrev.tar.gz end up in the correct location. One way to do this is +files in base{:--:}OSrev.tgz end up in the correct location. One way to do this is to temporarily use a loopback mount on the server, re-routing <root>/usr to your server's exported OpenBSD "/usr" directory. Also put the kernel and the install/upgrade scripts into the root directory. diff --git a/distrib/notes/sparc/xfer b/distrib/notes/sparc/xfer index 34e9c8e6007..3a4ecf8980e 100644 --- a/distrib/notes/sparc/xfer +++ b/distrib/notes/sparc/xfer @@ -182,7 +182,7 @@ Creating a network bootable setup using SunOS or other Un*x-like system: The details of setting up a network bootable environment vary considerably, depending on the networks host. Extract the - OpenBSD diskless(8) man page from the man{:--:}OSrev.tar.gz distribution + OpenBSD diskless(8) man page from the man{:--:}OSrev.tgz distribution set or see the copy on the OpenBSD web page. You will also need to reference the relevant man pages or administrators guide for the host system. @@ -222,9 +222,9 @@ To install or upgrade OpenBSD using a tape, you need to do the following: #! /bin/sh tape=/dev/nrst0 mt -f ${tape} rewind - for file in base{:--:}OSrev etc{:--:}OSrev comp{:--:}OSrev game{:--:}OSrev man{:--:}OSrev misc{:--:}OSrev x*{:--:}OSrev + for file in base etc comp game man misc x* do - dd if=${file}.tar.gz of=${tape} + dd if=${file}OSrev.tgz of=${tape} done tar cf ${tape} bsd mt -f ${tape} offline |