View Single Post
Posts: 34 | Thanked: 6 times | Joined on Aug 2009 @ Germany
#4
This is how I edited the second menu item in bootmenu.conf:

[...]

MENU_2_NAME="Internal MMC card, partition 3, ext3"
MENU_2_ID="immc3"
MENU_2_DEVICE="${INT_CARD}p3"
MENU_2_MODULES="mbcache jbd ext3"
MENU_2_FSTYPE="ext3"
MENU_2_FSOPTIONS="noatime,ro"
MENU_2_LINUXRC="linuxrc"
[...]