# # kexecboot configuration file # Copyright (c) 2009 Yuri Bushmelev # Copyright (c) 2009 Omegamoon # # Show this label in kexecboot menu. LABEL=Sharp # Specify full path to the kernel. KERNEL=/boot/zImage # Append this tags to the kernel cmdline. # This will have no effect on the kernel, because the parameters are built-in # and I have selected kernel options such that the Sharp SL parameter block # is ignored (L.). APPEND=console=ttyS0,115200n8 root=/dev/mtdblock2 mtdparts=sharpsl-nand:7168k@0k(smf),28672k@7168k(root),-(home) jffs2_orphaned_inodes=delete EQUIPMENT=2 # Specify full path to the custom icon # that will be shown in kexecboot menu. #ICON=/boot/my-own-icon.xpm # Priority of item in kexecboot menu. # Items with highest priority will be shown at top of menu. # Default: 0 (lowest, ordered by device ordering) #PRIORITY=10