9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Steve Kotsopoulos steve@tor.securecomputing.com
Subject: [9fans] Looking good...
Date: Wed, 16 Jul 1997 09:39:16 -0400	[thread overview]
Message-ID: <19970716133916.KCc3Y2UBHQ6TP2nv41UGoOBFaQnWqgduxSnfdJ3zCDU@z> (raw)

Lucio de Re wrote:
> I managed to test a combination of "mkfs | mkext" to copy part of the
> CDROM to the 280Meg MO disk, and I'd now like to be more selective
> about what I put on there while at the same time using the
> "_conform.map" file to rename files correctly.

What you want to do it boot a cdrom-capable kernel on a plan9 terminal (which
it appears you have already done), and then use mkfs|mkext with a custom
proto file that will copy only the stuff you want.
Look in /lib/proto for the prototype files, in particular /lib/proto/portproto,
copy portproto to /tmp/myproto, edit it to suit your needs,
and use something like the following on your cdrom terminal:

mount -c /srv/il!* /n/kremvax
mount /srv/boot /n/boot
disk/mkfs -a -s /n/boot /tmp/myproto | disk/mkext -u -d /n/kremvax

You don't need to think __conform.map if you mount the cdrom on a plan9
system. That "find" script is for unpacking things under Unix.




             reply	other threads:[~1997-07-16 13:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-07-16 13:39 Steve [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-07-16 14:24 Lucio
1997-07-16 12:57 Lucio

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=19970716133916.KCc3Y2UBHQ6TP2nv41UGoOBFaQnWqgduxSnfdJ3zCDU@z \
    --to=9fans@9fans.net \
    /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).