9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] custom-built plan9 iso?
@ 2010-05-15 21:51 Corey
  2010-05-15 21:57 ` Mathieu Lonjaret
  0 siblings, 1 reply; 5+ messages in thread
From: Corey @ 2010-05-15 21:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


Quite a while back, I recall someone was inquiring whether there was any
documentation/notes available with regards to the process of creating one's
own customized plan 9 iso - or related documentation detailing how the
official iso/distro is built.  If I remember correctly, there were a couple
responses that provided links to these docs... but I'm unable to find the
thread in question. Anyone know where I could find such info?




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

* Re: [9fans] custom-built plan9 iso?
  2010-05-15 21:51 [9fans] custom-built plan9 iso? Corey
@ 2010-05-15 21:57 ` Mathieu Lonjaret
  2010-05-15 23:41   ` Corey
  0 siblings, 1 reply; 5+ messages in thread
From: Mathieu Lonjaret @ 2010-05-15 21:57 UTC (permalink / raw)
  To: 9fans

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

As far as I am concerned:
http://9fans.net/archive/2008/05/263

and here's maht's blog entry about it:
http://maht0x0r.blogspot.com/2007/11/roll-your-own-plan9-iso.html

hth,
Mathieu

[-- Attachment #2: Type: message/rfc822, Size: 4589 bytes --]

From: Corey <corey@bitworthy.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] custom-built plan9 iso?
Date: Sat, 15 May 2010 14:51:32 -0700
Message-ID: <201005151451.32961.corey@bitworthy.net>


Quite a while back, I recall someone was inquiring whether there was any
documentation/notes available with regards to the process of creating one's
own customized plan 9 iso - or related documentation detailing how the
official iso/distro is built.  If I remember correctly, there were a couple
responses that provided links to these docs... but I'm unable to find the
thread in question. Anyone know where I could find such info?


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

* Re: [9fans] custom-built plan9 iso?
  2010-05-15 21:57 ` Mathieu Lonjaret
@ 2010-05-15 23:41   ` Corey
  2010-05-16  4:47     ` Iruata Souza
  0 siblings, 1 reply; 5+ messages in thread
From: Corey @ 2010-05-15 23:41 UTC (permalink / raw)
  To: 9fans

On Saturday 15 May 2010 2:57:12 Mathieu Lonjaret wrote:
> As far as I am concerned:
> http://9fans.net/archive/2008/05/263
>
> and here's maht's blog entry about it:
> http://maht0x0r.blogspot.com/2007/11/roll-your-own-plan9-iso.html
>

Excellent - thanks!     (I believe there was one other source of
notes on the subject... at least from what I remember of that
thread I mention  - but this should get be going)

Cheers



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

* Re: [9fans] custom-built plan9 iso?
  2010-05-15 23:41   ` Corey
@ 2010-05-16  4:47     ` Iruata Souza
  2010-05-16  4:49       ` Iruata Souza
  0 siblings, 1 reply; 5+ messages in thread
From: Iruata Souza @ 2010-05-16  4:47 UTC (permalink / raw)
  To: corey, Fans of the OS Plan 9 from Bell Labs

On Sat, May 15, 2010 at 8:41 PM, Corey <corey@bitworthy.net> wrote:
> On Saturday 15 May 2010 2:57:12 Mathieu Lonjaret wrote:
>> As far as I am concerned:
>> http://9fans.net/archive/2008/05/263
>>
>> and here's maht's blog entry about it:
>> http://maht0x0r.blogspot.com/2007/11/roll-your-own-plan9-iso.html
>>
>
> Excellent - thanks!     (I believe there was one other source of
> notes on the subject... at least from what I remember of that
> thread I mention  - but this should get be going)
>
> Cheers
>
>

i've written http://src.oitobits.net/9null/raw-file/bba1ea6a9313/util/mkiso
for 9null. be careful it uses a non-standard -B option to mkiso(8).



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

* Re: [9fans] custom-built plan9 iso?
  2010-05-16  4:47     ` Iruata Souza
@ 2010-05-16  4:49       ` Iruata Souza
  0 siblings, 0 replies; 5+ messages in thread
From: Iruata Souza @ 2010-05-16  4:49 UTC (permalink / raw)
  To: corey, Fans of the OS Plan 9 from Bell Labs

On Sun, May 16, 2010 at 1:47 AM, Iruata Souza <iru.muzgo@gmail.com> wrote:
> On Sat, May 15, 2010 at 8:41 PM, Corey <corey@bitworthy.net> wrote:
>> On Saturday 15 May 2010 2:57:12 Mathieu Lonjaret wrote:
>>> As far as I am concerned:
>>> http://9fans.net/archive/2008/05/263
>>>
>>> and here's maht's blog entry about it:
>>> http://maht0x0r.blogspot.com/2007/11/roll-your-own-plan9-iso.html
>>>
>>
>> Excellent - thanks!     (I believe there was one other source of
>> notes on the subject... at least from what I remember of that
>> thread I mention  - but this should get be going)
>>
>> Cheers
>>
>>
>
> i've written http://src.oitobits.net/9null/raw-file/bba1ea6a9313/util/mkiso
> for 9null. be careful it uses a non-standard -B option to mkiso(8).
>

reading http://src.oitobits.net/9null/raw-file/2478889c5356/util/mkiso
and http://src.oitobits.net/9null/raw-file/2478889c5356/boot/pc/mkfile
may be more useful for a standard installation.

iru



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

end of thread, other threads:[~2010-05-16  4:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-15 21:51 [9fans] custom-built plan9 iso? Corey
2010-05-15 21:57 ` Mathieu Lonjaret
2010-05-15 23:41   ` Corey
2010-05-16  4:47     ` Iruata Souza
2010-05-16  4:49       ` Iruata Souza

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