do you have an example of your initramfs for the 7260?
--- In Andrew Taylor <> wrote:
>
> On Wed, Feb 06, 2008 at 05:05:28PM -0000, Gonzalo A. de la Vega wrote:
> > the problem is not actually building the kernel, but getting udev to
> > work with TS-Linux... but I guess I'll be able to get it to work... it
> > can't be that difficult.
>
> I've previously used a static /dev on my TS-72XX. With the shift
> 2.6.21 I thought I'd try a dynamic /dev. Busybox now includes
> mdev (a min-udev) which seem to provide enough fucntionality.
> Appended is what I have in my /etc/rsS
>
> Andrew
>
> /bin/mount -n -t proc proc /proc # busybox may need explicit path for this
> mount
> mount -t sysfs sysfs /sys
> mount -t tmpfs mdev /dev
> mkdir /dev/pts
> mount -t devpts devpts /dev/pts
> mkdir /dev/shm
> mount -t tmpfs none /dev/shm
> ln -s /dev /dev/snd # work-around for mdev not creating files in sub-dirs
> echo /sbin/mdev > /proc/sys/kernel/hotplug
> mdev -s
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|