this is the way i have mine set up on my flash card:

[justinf@bingo tmp]$ ls -l
total 7208
-rw-r--r--    1 justinf  501        181660 Jul 11 11:40 initrd
-rw-r--r--    1 justinf  root          719 Jul 15 16:56 inittab
-rw-r--r--    1 justinf  root          336 Jul 15 16:56 lilo.conf
-rw-r--r--    1 justinf  root          136 Jul 11 11:40 linuxrc
-rw-r--r--    1 justinf  501       7156265 Jul 15 16:56 ramdisk
-rw-r--r--    1 justinf  root         5111 Jul 15 16:57 rd.log

my lilo.conf is like so:

disk      = /dev/hdc
    bios  = 0x80
boot      = /dev/hdc
linear
backup    = /dev/null
map       = /mnt/flash/map
install   = /mnt/flash/boot.b
prompt
timeout   = 50
initrd    = /mnt/flash/ramdisk

image     = /mnt/flash/bzImage
    label     = linux
    root      = /dev/ram0
    vga       = 0x305
    ramdisk   = 39904
    read-only

so i have my soon to be ramdisk mounted on /mnt/flash, run lilo, then run the 
loop back/compression.  is that how yours is?

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to