From 75575c6109c5ceecd99dd38e815feefcc1becb6c Mon Sep 17 00:00:00 2001 From: skeezix Date: Thu, 17 Jun 2010 21:02:38 -0400 Subject: [PATCH] taking 'mmcblk'-fu out of mmenu.conf paths, so that /media/* can be used; wiser, and supports upcoming mount.sh change --- deployment/etc/pandora/conf/mmenu.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/etc/pandora/conf/mmenu.conf b/deployment/etc/pandora/conf/mmenu.conf index 6a8477c..ba2700a 100644 --- a/deployment/etc/pandora/conf/mmenu.conf +++ b/deployment/etc/pandora/conf/mmenu.conf @@ -53,10 +53,10 @@ wrap_vert_stop 0 # if 0, wrap to other end; if 1, stops at top/bottom [previewpic] defer_timer_ms 1500 # after setting selection, how long to wait before we try to load the previewpic do_cache 1 # if 1, will try to cache previews to SD, for performance boost -cache_searchpath /media/mmcblk[12]p? # devices to consider for caching to, in order +cache_searchpath /media/* # devices to consider for caching to, in order cache_minfree 500 # if free space is less than this (in KB), move to next device cache_path /pandora/appdata/mmenu.pvwcache # where to write cached images to -cache_findpath /media/mmcblk?p?/pandora/appdata/mmenu.pvwcache # where to look for cached preview pics +cache_findpath /media/*/pandora/appdata/mmenu.pvwcache # where to look for cached preview pics [categories] catmap_searchpath /media/*/pandora/mmenu:/etc/pandora/mmenu:./minimenu -- 2.39.5