9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* 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
* 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 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
* [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-09-30 17:27 [9fans] Installation floppy Russ Cox
2001-09-30 17:38 ` Sam Ducksworth
2001-10-01 14:33 ` Lucio De Re
  -- strict thread matches above, loose matches on Subject: below --
2001-10-01 17:22 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
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 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).