9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Installation floppy
  2001-10-01 17:22 [9fans] Installation floppy Russ Cox
@ 2001-10-01 15:31 ` Lucio De Re
  2001-10-01 17:48 ` Louis Beleos
  1 sibling, 0 replies; 12+ messages in thread
From: Lucio De Re @ 2001-10-01 15:31 UTC (permalink / raw)
  To: 9fans

On Mon, Oct 01, 2001 at 01:22:56PM -0400, Russ Cox wrote:
> 
> these would have come over from
> 
> 	/sys/lib/pcdist/bin/386
> 
My bad, I see they do get put in .../boot/...

> but you need to put them there by doing
> 
> 	cd /sys/lib/pcdist/cmd
> 	mk install
> 	for (i in bzfs ext2 gzfs) @{
> 		cd $i
> 		mk install
> 	}
> 
> perhaps i'll automate more of this next time.

This bit can just be added to your original message.  It is astounding
how much useful work you folks have put in the distribution that
seldom gets the recognition it deserves.  Little things like these
make a big difference.

++L


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

* Re: [9fans] Installation floppy
  2001-10-01 17:48 ` Louis Beleos
@ 2001-10-01 16:05   ` Lucio De Re
  0 siblings, 0 replies; 12+ messages in thread
From: Lucio De Re @ 2001-10-01 16:05 UTC (permalink / raw)
  To: 9fans

On Mon, Oct 01, 2001 at 10:48:37AM -0700, Louis Beleos wrote:
> 
> Also please note that the recipe for ndisk references file
> /sys/lib/pcdist/bin/386/pbs, which doesn't exist.
> This probably should read just /386/pbs.
> (At least this was true when first reported in June, 2001.)
> 
Yep, that seemed obvious, once I got there :-)

++L


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

* Re: [9fans] Installation floppy
@ 2001-10-01 17:22 Russ Cox
  2001-10-01 15:31 ` Lucio De Re
  2001-10-01 17:48 ` Louis Beleos
  0 siblings, 2 replies; 12+ messages in thread
From: Russ Cox @ 2001-10-01 17:22 UTC (permalink / raw)
  To: 9fans

	/sys/lib/pcdist/disk/bin/386/bargraph
	/sys/lib/pcdist/disk/bin/386/cdsh
	/sys/lib/pcdist/disk/bin/386/ext2srv
	/sys/lib/pcdist/disk/bin/386/tailfsrv

these would have come over from

	/sys/lib/pcdist/bin/386

but you need to put them there by doing

	cd /sys/lib/pcdist/cmd
	mk install
	for (i in bzfs ext2 gzfs) @{
		cd $i
		mk install
	}

perhaps i'll automate more of this next time.



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

* Re: [9fans] Installation floppy
  2001-10-01 17:22 [9fans] Installation floppy Russ Cox
  2001-10-01 15:31 ` Lucio De Re
@ 2001-10-01 17:48 ` Louis Beleos
  2001-10-01 16:05   ` Lucio De Re
  1 sibling, 1 reply; 12+ messages in thread
From: Louis Beleos @ 2001-10-01 17:48 UTC (permalink / raw)
  To: 9fans

Also please note that the recipe for ndisk references file
/sys/lib/pcdist/bin/386/pbs, which doesn't exist.
This probably should read just /386/pbs.
(At least this was true when first reported in June, 2001.)

Louis

Russ Cox wrote:
> 
>         /sys/lib/pcdist/disk/bin/386/bargraph
>         /sys/lib/pcdist/disk/bin/386/cdsh
>         /sys/lib/pcdist/disk/bin/386/ext2srv
>         /sys/lib/pcdist/disk/bin/386/tailfsrv
> 
> these would have come over from
> 
>         /sys/lib/pcdist/bin/386
> 
> but you need to put them there by doing
> 
>         cd /sys/lib/pcdist/cmd
>         mk install
>         for (i in bzfs ext2 gzfs) @{
>                 cd $i
>                 mk install
>         }
> 
> perhaps i'll automate more of this next time.


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

* Re: [9fans] Installation floppy
@ 2001-10-01 16:37 Russ Cox
  2001-10-01 15:05 ` Lucio De Re
  0 siblings, 1 reply; 12+ messages in thread
From: Russ Cox @ 2001-10-01 16:37 UTC (permalink / raw)
  To: 9fans

> Many of the items in /sys/lib/pcdist/... seem to be missing, how do
> they normally get in there?  Is my installation at fault?

depends. what's missing?



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

* Re: [9fans] Installation floppy
  2001-10-01 15:17   ` Lucio De Re
@ 2001-10-01 15:20     ` Lucio De Re
  0 siblings, 0 replies; 12+ messages in thread
From: Lucio De Re @ 2001-10-01 15:20 UTC (permalink / raw)
  To: 9fans

Oops: a /disk too many in each of these:

On Mon, Oct 01, 2001 at 05:17:12PM +0200, Lucio De Re wrote:
> 
> 	/sys/lib/pcdist/disk/bin/386/bargraph
> 	/sys/lib/pcdist/disk/bin/386/cdsh
> 	/sys/lib/pcdist/disk/bin/386/ext2srv
> 	/sys/lib/pcdist/disk/bin/386/tailfsrv
> 

++L


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

* Re: [9fans] Installation floppy
  2001-10-01 15:05 ` Lucio De Re
@ 2001-10-01 15:17   ` Lucio De Re
  2001-10-01 15:20     ` Lucio De Re
  0 siblings, 1 reply; 12+ messages in thread
From: Lucio De Re @ 2001-10-01 15:17 UTC (permalink / raw)
  To: 9fans

On Mon, Oct 01, 2001 at 05:05:18PM +0200, Lucio De Re wrote:
> 
> On Mon, Oct 01, 2001 at 12:37:04PM -0400, Russ Cox wrote:
> > 
> > > Many of the items in /sys/lib/pcdist/... seem to be missing, how do
> > > they normally get in there?  Is my installation at fault?
> > 
> > depends. what's missing?
> 
> .../386/pbs, for example?  There were others when I first tried (I can
> 'mk clean', I suppose, and retry) that weren't fatal but may be later,
> of course.
> 
> Happy to try again, if it helps.
> 
Here are the others:

	/sys/lib/pcdist/disk/bin/386/bargraph
	/sys/lib/pcdist/disk/bin/386/cdsh
	/sys/lib/pcdist/disk/bin/386/ext2srv
	/sys/lib/pcdist/disk/bin/386/tailfsrv

and I screwed up

	/n/kremvax
	/usr/glenda

/sys/lib/pcdist/disk/bin/386/pbs was fatal, so there may be others
that haven't been reported.

++L


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

* Re: [9fans] Installation floppy
  2001-10-01 16:37 Russ Cox
@ 2001-10-01 15:05 ` Lucio De Re
  2001-10-01 15:17   ` Lucio De Re
  0 siblings, 1 reply; 12+ messages in thread
From: Lucio De Re @ 2001-10-01 15:05 UTC (permalink / raw)
  To: 9fans

On Mon, Oct 01, 2001 at 12:37:04PM -0400, Russ Cox wrote:
> 
> > Many of the items in /sys/lib/pcdist/... seem to be missing, how do
> > they normally get in there?  Is my installation at fault?
> 
> depends. what's missing?

.../386/pbs, for example?  There were others when I first tried (I can
'mk clean', I suppose, and retry) that weren't fatal but may be later,
of course.

Happy to try again, if it helps.

++L


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

* Re: [9fans] Installation floppy
  2001-09-30 17:27 Russ Cox
  2001-09-30 17:38 ` Sam Ducksworth
@ 2001-10-01 14:33 ` Lucio De Re
  1 sibling, 0 replies; 12+ messages in thread
From: Lucio De Re @ 2001-10-01 14:33 UTC (permalink / raw)
  To: 9fans

On Sun, Sep 30, 2001 at 01:27:13PM -0400, Russ Cox wrote:
> 
> 	cd /sys/lib/pcdist/disk
> 	mk ndisk
> 
Many of the items in /sys/lib/pcdist/... seem to be missing, how do
they normally get in there?  Is my installation at fault?

++L


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

* Re: [9fans] Installation floppy
  2001-09-30 17:27 Russ Cox
@ 2001-09-30 17:38 ` Sam Ducksworth
  2001-10-01 14:33 ` Lucio De Re
  1 sibling, 0 replies; 12+ messages in thread
From: Sam Ducksworth @ 2001-09-30 17:38 UTC (permalink / raw)
  To: 9fans

thanks i will give that a try.

> don't mk the kernel directly.
> instead do
>
> 	cd /sys/lib/pcdist/disk
> 	mk ndisk
>
> and the right things will happen.
> alternately, you could mk boot.bz2
> and then go back to the kernel directory.

--sam



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

* Re: [9fans] Installation floppy
@ 2001-09-30 17:27 Russ Cox
  2001-09-30 17:38 ` Sam Ducksworth
  2001-10-01 14:33 ` Lucio De Re
  0 siblings, 2 replies; 12+ messages in thread
From: Russ Cox @ 2001-09-30 17:27 UTC (permalink / raw)
  To: 9fans

don't mk the kernel directly.
instead do

	cd /sys/lib/pcdist/disk
	mk ndisk

and the right things will happen.
alternately, you could mk boot.bz2
and then go back to the kernel directory.



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

* [9fans] Installation floppy
@ 2001-09-30 16:14 Sam Ducksworth
  0 siblings, 0 replies; 12+ messages in thread
From: Sam Ducksworth @ 2001-09-30 16:14 UTC (permalink / raw)
  To: 9fans

i was trying to build my own install floppy and encountered the
following problem:

term% mk 'CONF=pcflop'
rc ../port/mkdevc pcflop > pcflop.c
mk: don't know how to make '/sys/lib/pcdist/disk/root.bz2'

am i missing an rc script in my distro?

--sam



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

end of thread, other threads:[~2001-10-01 17:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-01 17:22 [9fans] Installation floppy Russ Cox
2001-10-01 15:31 ` Lucio De Re
2001-10-01 17:48 ` Louis Beleos
2001-10-01 16:05   ` Lucio De Re
  -- strict thread matches above, loose matches on Subject: below --
2001-10-01 16:37 Russ Cox
2001-10-01 15:05 ` Lucio De Re
2001-10-01 15:17   ` Lucio De Re
2001-10-01 15:20     ` Lucio De Re
2001-09-30 17:27 Russ Cox
2001-09-30 17:38 ` Sam Ducksworth
2001-10-01 14:33 ` Lucio De Re
2001-09-30 16:14 Sam Ducksworth

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