# # root_config.txt - for installing full Debian to a 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=flash0:128k(boot),128k(bootvars),2048k(zImage),256k(extras),-(flashfs1) setenv boot_linux 'test -n ${hw_config} && run hw_config; bootm zImage_buffer'