9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Newbie Question: How do I update the system?
@ 2001-05-27 20:37 sdrthomas
  0 siblings, 0 replies; 2+ messages in thread
From: sdrthomas @ 2001-05-27 20:37 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

Hi,

I've just installed the 0327 release of Plan9.

I've done a wrap/inst of the updates and I was wondering:

What is the set of mk commands that I need to invoke to update the systems and produce new kernels and a new floppy?

Thanks


[-- Attachment #2: Type: text/html, Size: 749 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Newbie Question: How do I update the system?
@ 2001-05-27 22:29 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2001-05-27 22:29 UTC (permalink / raw)
  To: 9fans

> I've done a wrap/inst of the updates and I was wondering:
> 
> What is the set of mk commands that I need to invoke
> to update the systems and produce new kernels and a new floppy?

You should probably only rebuild the commands
that are marked as having changed.  In general
you 
	cd /sys/src/cmd/directory
	mk install
	mk clean

To build the terminal disk kernel,
	cd /sys/src/9/pc
	mk 'CONF=pcdisk' install
and then to boot from it
	9fat:
	cp 9pcdisk /n/9fat

You shouldn't need a new boot floppy.
To build a new installation floppy, you 
	cd /sys/lib/pcdist/disk
	mk

Russ


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-27 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-27 20:37 [9fans] Newbie Question: How do I update the system? sdrthomas
2001-05-27 22:29 Russ Cox

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).