Re: Troubles in a multiple choice

Luca <[email protected]> Wed, 15 Nov 2006 10:48:39 +0100
Newsgroups gmane.linux.distributions.rock.devel
Message-ID <[email protected]>
Hi and good morning to all!

The problem is still unsolved...

My idea was to let it read /usr/share/zoneinfo/zone.tab and to list the
contents of the timezone tab in alphabetical order in a TIMEZONE choice
with obviously each entry on a separate line.

So I added:
comment 'Choose your timezone'
CFGTEMP_TIMEZONE_LIST=`grep "$1/" /usr/share/zoneinfo/zone.tab | while
read a b timezone c ; do echo "$timezone" ; done ;`
choice ROCKCFG_PKG_GLIBC_TIMEZONE Factory \ $CFGTEMP_TIMEZONE_LIST

Result:
"Choose your timezone
(Africa/Abidjan) Africa/Accra"

and in the choice selection various items missing...

Luca