Hi, I have a question about initrd,<br><br>can I read a file located in flash card from initrd?<br>if my file is in /boot I could read it from /bootpart directory?<br><br>For example:<br><br>mount_boot<br>content='cat /bootpart/security/myfile'<br>

umount_boot<br><br>mount_boot and  umount_boot are defined in 30olpc-boot-prepivot.sh<br><br><br>thanks.<br>Esteban.<br>