# cocoboot.conf - configuration file for Cocoboot on Palm T|T3 ## cmdline # The value of cmdline is the default kernel command-line. The user can # edit this via the GUI unless noprompt is enabled. # # Default: [blank] #cmdline = root=/dev/mmcblk0p1 cmdline = init=/linuxrc root=/dev/ram0 max_loop=255 ram=75% cpu=auto mod=modlist-OpieMini0719.txt net=192.168.0.231/24;192.168.0.1 dns=213.46.172.36;213.46.172.37 ## kernel # Filename of the kernel zImage. Cocoboot will look for this file on all # attached VFS disks. # # Defaut: /zImage #kernel = /zImage-2.6.21 kernel = /zImage.k105 ## initrd # Filename of the initrd or initramfs ramdisk image. # # Default: /initrd.gz #initrd = /initramfs_cpio.gz initrd = /initrd.k105.gz ## noprompt # When this option is 1, Cocoboot will not prompt for the kernel # command-line and will instead boot Linux immediately when it is started. # # Default: 0 noprompt = 0