# # root_config.txt - copies a kernel to flash and configs for USB root # setenv ${txt_file} images_to_flash="${kernel}" setenv root_args root=/dev/sda5 noinitrd rootfstype=ext3 rootdelay=10 setenv mtd_args mtdparts=flash0:${FLASH0_HEAD},3m(kernel),-(flashfs1),${FLASH0_TAIL} setenv boot_linux 'test -n ${hw_config} && run hw_config; run get_kernel; bootm kernel_buffer'