# bootmenu customisation file # # included from bootmenu.sh after default menu is defined # you can change some items or redefine menu completely # timeout for automatic selection when no key is pressed # set to -1 for no timeout (not recommended, can drain battery when device reboots unatteded) MENU_TIMEOUT=30 # menu items MENU_MIN=1 # first item index #no need to redefine #MENU_1_NAME="Internal flash" #MENU_1_ID="flash" MENU_2_NAME="External MMC card, partition 2 (stable), ext2" MENU_2_ID="mmc1" MENU_2_DEVICE="mmcblk1p1" MENU_2_MODULES="mbcache ext2" MENU_2_FSTYPE="ext2" MENU_2_FSOPTIONS="defaults,noatime" MENU_3_NAME="Power off (when not on charger)" MENU_3_ID="off" #last item index, change if you add/remove items MENU_MAX=3