|
From: Peter C. <pe...@ch...> - 2005-05-17 04:48:38
|
Ken Walker wrote:
Ken> OK, I did this and it failed again:
Ken> root@collie:~# mount
Ken> /dev/mtdblock4 on / type jffs2 (rw)
Ken> proc on /proc type proc (rw)
Ken> ramfs on /dev type ramfs (rw)
Ken> tmpfs on /var type tmpfs (rw)
Ken> devpts on /dev/pts type devpts (rw)
Ken> /dev/mmcda on /media/card type ext2 (rw)
^^^^^^^^^^ Ha!
Your SD card isn't partitioned. /sbin/init expects /dev/mmcda1 not
/dev/mmcda.
To fix: just edit /sbin/init and replace mmcda1 with mmcda in
the two places it appears, then reboot.
--
Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au
The technical we do immediately, the political takes *forever*
|