From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Lee" To: <9fans@cse.psu.edu> Message-ID: <000001c304ea$17097520$0300000a@nova> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C3052D.252CB520" Subject: [9fans] the make .ISO file under plan9 Date: Thu, 17 Apr 2003 22:03:12 +0800 Topicbox-Message-UUID: 93e0deb0-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C3052D.252CB520 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, 9fans, Could anyone tell me how to make the whole plan9 system into an .iso file? Bell labs will not make plan9's iso file. And they encourage 9fans replica/pull to Update the plan9's source. So, it is problem for me to make one fresh plan9 .iso file under plan9 system. Cheers, Anthony Lee ------=_NextPart_000_0001_01C3052D.252CB520 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello, 9fans,

 

Could anyone tell me how to make the whole = plan9 system into an .iso file?

Bell labs will not = make plan9’s iso file. And they encourage 9fans replica/pull to

Update the plan9’s source. =

 

So, it is problem for me to make one fresh = plan9 .iso file under plan9 system.

 

Cheers,

 

Anthony Lee

------=_NextPart_000_0001_01C3052D.252CB520-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <23166d431e26a329ca1fd5693c5a3986@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] the make .ISO file under plan9 In-Reply-To: <000001c304ea$17097520$0300000a@nova> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 21 Apr 2003 13:03:21 -0400 Topicbox-Message-UUID: 93f36562-eacb-11e9-9e20-41e7f4b1d025 You can fetch a fresh ISO file from http://plan9.bell-labs.com/plan9dist/ureg.html Look for the link named "Sources Snapshot" for a file plan9-new.iso.bz2. This file can be used to update your Plan 9 system or to install a fresh up-to-date system. The file is generated nightly from the sources data. To update your system you'd download the file, uncompress it, mount it, and then use the replica tools: 9660srv bunzip2 < plan9-new.iso.bz2 > plan9-new.iso mount /srv/9660 /n/dist plan9-new.iso disk/kfscmd allow replica/pull -v /dist/replica/cd disk/kfscmd disallow If you wrote it to a real CD first, the mount sequence would look like: 9660srv mount /srv/9660 /n/dist /dev/sdD0/data assuming the CD drive was /dev/sdD0/data. If you want to build your own ISO images you can look at /sys/lib/dist/mkfile, but the process will need some editing to make it work on machines outside Bell Labs. Russ