# u-boot configuration file to boot a ramdisk containing the run_installer # script and install the full root filesystem to an USB drive or # microdrive in a USB compact flash reader images_to_dram='zImage ramdisk.gz' setenv root_args init=/usr/local/sbin/run_installer ADSBOARD=noauto SOURCE_DRIVE=/dev/hda1 INSTALL_DRIVE=/dev/sda,/dev/sdb,/dev/sdc 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'