From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5ace7b5106026801d9460f7c9580885e@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] building 9load In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 11 Apr 2003 09:27:03 -0400 Topicbox-Message-UUID: 8ec21d04-eacb-11e9-9e20-41e7f4b1d025 > I am making a floppy too, so I followed your instructions (though I am > not using a fresh install...) and got: > term% mk ndisk > @{ > cd /sys/src/9/pc > mk 'CONF=pcflop' 9pcflop.gz > } > mk: don't know how to make '/sys/lib/dist/pc/root.bz2' in directory /sys/src/9/pc > mk: @{ cd ... : exit status=rc 2179: rc 2181: mk 2182: error That's weird. You ran that in /sys/lib/dist/pc? The mkfile very clearly states that root.bz2 needs to be built before you run that recipe for 9pcflop.gz. You could do it manually: cd /sys/lib/dist/pc mk root.bz2 but it really shouldn't be necessary.