From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 13 Jan 2011 11:56:02 -0500 To: tphilipp@potion-studios.com, 9fans@9fans.net Message-ID: <79b345a5e0b3cae69ede3e3c4b93eddd@brasstown.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Noob says Hi .. Topicbox-Message-UUID: 9655088c-ead6-11e9-9d60-3106f5b1d025 On Thu Jan 13 11:53:18 EST 2011, tphilipp@potion-studios.com wrote: > If I'm not mistaken, you should be able to edit the plan9.ini file on a > PC, to set the source you want to boot from. However, I did that only > once, and I don't remember the details... look up plan9.ini(8) > (http://lsub.org/magic/man2html/8/plan9.ini), boot(8) > (http://lsub.org/magic/man2html/8/boot) and booting(8) > (http://lsub.org/magic/man2html/8/booting) for details, etc.. if you're using 9atom. all you need to do is replace hard-coded references to the boot device with $bootdev. e.g., bootargs=local!$bootdev/fs bootfile=$bootdev!9fat!9pccpu.gz this particular example is for a kfs install. - erik