[OLPC-devel] Boot tasks?
Richard Smith
smithbone at gmail.com
Fri Jul 14 12:54:16 EDT 2006
On 7/14/06, Ronald G Minnich <rminnich at lanl.gov> wrote:
>
> what's the error? Note that you have to have /proc mounted to mount
> anything, now adays.
I can't remember.. -15 maybe? Maybe I can boot up during lunch and check.
> mkdir /proc /m
> mknod s b 8 1 (for usb)
> mount -t proc none /proc
> mount s m
Ahh.. USB thats probally it. I had all the stuff set up for /dev/sd?
but nothing for usb.
I'll fix that up and submit something to add to skeleton of buildrom.
Currently buildrom (with my proc patch) uses devices.txt and kbl to
both mount proc and to create all the device nodes. Shall I rip out
the mkdev part of kbl into a standalone app that mounts proc and makes
the devs or create them with mknod in the boot script and then mount
them with mount?
> I vote single script. We're going to run out of flash. We're already
> talking putting pretty pictures and gui in there ... I still think we're
> going to run out.
IIRC the current buildrom (wo init) has about 23k avaialable.
--
Richard A. Smith
More information about the Devel
mailing list