# # root_config.txt - for booting the installer # images_to_dram='zImage ramdisk.gz' setenv root_args root=/dev/ram0 initrd=${INITRD},5000k ramdisk_size=13000 setenv mtd_args mtdparts=pxa:${FLBLOCKSZ}(boot),${FLBLOCKSZ}(bootvars),2048k(zImage),-(flashfs1) setenv boot_linux 'test -n ${hw_config} && run hw_config; bootm zImage_buffer'