Quoting Gavin Ellis <gavin.ellis@denverslair.co.uk>:
> 1)Have people had success with booting to filesystem images specified in
> hpcboot.exe? (My feeble efforts failed.)
I haven't, but have heard others having somesmall success involving a kernel
patch that I can't seem to find.
> 2)Once i've booted the kernel with the file-system built in, and mounted
> /proc (using mount -a) how do i remount as rw?
While I suppose you could remount to rw, I'm not sure why you would need this
(as any changes would be lost anyways).
mount / -o remount,rw
> 3)How do i mount a memory card? (are /dev/vcc & /dev/vc the memory cards?
> if
> not what are they?)
The *entire* purpose of this compiled-in ramdisk (for me at least) is to run
cardmgr to detect PCMCIA devices (such as your CF card), then pivot_root to that
device.
I have pcmcia-cs, modutils, and busybox compiled against uClibc, so its close to
working nicely.
> 4)Do i need a swap filesystem? If so it better to use ramdisk or flash or
> my
> PCMCIA hdd?
Ur... ramdisk for swap??
-- mikeReceived on Wed Apr 24 23:15:32 2002
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:46:00 EDT