############################### # # Ramdisk Rescue # http://handhelds.org/moin/moin.cgi/RamdiskRescue # # HaRET Startup File for ipaq-pxa270 # # # When using Pocket Word to view this file, # it is best viewed at 75% zoom. # # Note: the following lines all start with "set" # (Some may be wrapped in Pocket Word) set KERNEL "zImage-2.6.16-hh5-ipaq-pxa270-20061028021958" set INITRD "ramdisk-rescue-0.6.4.rootfs.ext2.gz" set MTYPE 562 set CMDLINE "root=/dev/ram0 ramdisk_size=12288 mem=64M console=ttyS0,115200n8 console=tty0" # And the command that does all the heavy lifting bootlinux ############################### # # Additional command-line parameters for Ramdisk # Rescue used for debugging purposes. # # Do not use these unless you know what you are # doing! Bug reports about these settings will be # ignored. # ################### # # RR_PATH="/directory/name" # # This parameter specifies the path where Ramdisk # Rescue was booted from relative to the root of # the flash card, and is also (by default) the parent # directory of IMAGE_PATH. Note that this is a # UNIX pathname, with forward slashes separating # parent directories from children. # # Default: # RR_PATH="/linux/rescue" # ################### # # EARLY_NETWORK # # This parameter has no settings. Its inclusion in # CMDLINE enables the usb network before # Ramdisk Rescue is fully initialised. The early # interface is brought down and replaced by the # one with the settings as specified in custom.txt # once found and loaded. This is useful to diagnose # problems with custom.txt (etc) if you don't have # a serial interface cable/cradle for your handheld. # # Default: # disabled # # If enabled, the interface is configured for: # IP_ADDRESS: 192.168.1.203 # HOST_IP: 192.168.1.200 # ###############################