9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Dan Cross <cross@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] iso?
Date: Sun, 16 Feb 2003 12:22:09 -0500	[thread overview]
Message-ID: <200302161722.h1GHM9M12724@augusta.math.psu.edu> (raw)
In-Reply-To: Your message of "Sun, 16 Feb 2003 12:03:29 EST." <Pine.LNX.4.30.0302161158300.21064-100000@athena>

> I'm looking at installing tex and having mounted
> /n/sources I see it's a .iso.bz2.  What should
> I do with the iso to get the sources mounted
> at /sys/src/cmd/tex, or, how do most people handle
> the isos?

You've got to bunzip2 the compressed ISO image, mount it, and
install it using replica/pull.

term% bunzip2 < /n/sources/extra/tex.iso.bz2 > /someplace/big/tex.iso
term% 9660srv
term% mount /srv/9660 /n/dist /someplace/big/tex.iso

The install files will then be under /n/dist.  You probably need to
do something like run a script to touch the replica db and log files,
and then run pull.  There's usually a README file inside the ISO
that gives you exact instructions.

If you're installing into a KFS, you shouldn't have any problems.
If you're installing onto a fileserver, you'll need to modify the
replica configuration file.  That's the sort of thing I want
/dist/replica/site for to be included in replica config files
for.

	- Dan C.


  reply	other threads:[~2003-02-16 17:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-16 17:03 Sam
2003-02-16 17:22 ` Dan Cross [this message]
2003-02-16 17:38   ` Sam
2003-02-16 17:46     ` Dan Cross
2003-02-16 18:16       ` Russ Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200302161722.h1GHM9M12724@augusta.math.psu.edu \
    --to=cross@math.psu.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).