# u-boot configuration file to boot a ramdisk containing the run_installer
# script and install the full root filesystem to an IDE drive.
images_to_dram='zImage ramdisk.gz'
setenv root_args init=/usr/local/sbin/run_installer ADSBOARD=noauto SOURCE_DRIVE=/dev/hdc1 INSTALL_DRIVE=/dev/hda root=/dev/ram0 initrd=${INITRD},8000k ramdisk_size=9000
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'