From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 26 Feb 2011 18:21:15 -0800 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] usb/disk nvram and pxeload Topicbox-Message-UUID: b526bada-ead6-11e9-9d60-3106f5b1d025 On Sat, Feb 26, 2011 at 4:38 PM, Skip Tavakkolian wrote: > if i pxeload a cpu and want to be able to use an nvram partition on a > usb disk (i.e. nvram=/dev/sdXX/nvram - once it is partitioned & > formated). it seems i also must change boot/boot.c to add the 'partfs > && fdisk -p && prep -p' after usbd has started. is this correct? > > When it gets this complicated I much prefer a pcfs kernel. That lets me run a full up script. I have even adapted pcfs for arm so I can have usb disk root. I can find that script but maybe this is enough to get you going. ron