View Single Post
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#32
It should be something like this:
Code:
MENU_3_NAME="External MMC card, partition 1, ext2"
MENU_3_ID="mmc3"
MENU_3_DEVICE="${EXT_CARD}p1"
MENU_3_MODULES="mbcache ext2"
MENU_3_FSTYPE="ext2"
MENU_3_FSOPTIONS="noatime"
[ -d "/sys/block/${INT_CARD}/${MENU_3_DEVICE}" ] || MENU_3_NAME="(${MENU_3_NAME}
) N/A"