From: David K. <Da...@Ke...> - 2009-01-29 02:41:06
|
Found a bug building generic i586 with serial console. If you select this build option for target device in menuconfig then the astlinux-0.6-xxxx.run.conf file contains the line... KCMD="root=/dev/ram0 rw init=/linuxrc console=ttyS0,19200n8 astlinux=geni586 astimg=astlinux-0.6-2415.run astkd=/dev/sda1 astlive ide=nodma" when built without serial console selected you get... KCMD="root=/dev/ram0 rw init=/linuxrc astlinux=geni586 astimg=astlinux-0.6-2415.run astkd=auto asturw=auto astlive ide=nodma" Notice that the asturw= is missing and that the astkd= is pointing at /dev/sda1 instead of auto. Not surprisingly this causes problems after boot ! Can someone look into a fix please? Thanks David |