Re: anna's hard-coded priority list of retreivers

2003-11-02 Thread Goswin von Brederlow
Joey Hess <[EMAIL PROTECTED]> writes: > I wrote: > > Another idea I've had is to turn anna inside-out, removing it from the > > menu, and put the retreivers themselves on the main menu. Well, not > > quite, the menu items would really be separate udebs customized to the > > type of install, that p

Re: anna's hard-coded priority list of retreivers

2003-11-02 Thread Joey Hess
I wrote: > Another idea I've had is to turn anna inside-out, removing it from the > menu, and put the retreivers themselves on the main menu. Well, not > quite, the menu items would really be separate udebs customized to the > type of install, that picked a retreiver and called anna, forcing it to

Re: Wording (was Re: anna's hard-coded priority list of retreivers)

2003-10-13 Thread Christian Perrier
Quoting Denis Barbier ([EMAIL PROTECTED]): > cdrom-checker: Verify the cd contents (IMO s/cd/CD/) Confirmed. I forgot to report this though I found it when translating. > partconf:Configure and Mount Partitions > > I will also add a comment > # Main menu item > before ma

Wording (was Re: anna's hard-coded priority list of retreivers)

2003-10-13 Thread Denis Barbier
Some menu items seem wrongly formatted, either because they are uppercased or contain no verb. Could someone please have a look? choose-mirror: Choose Mirror s390-netdevice: Network Device Configuration s390-dasd: DASD Configuration kbd-chooser: Select a Keyboard Layout cdro

Re: anna's hard-coded priority list of retreivers

2003-10-13 Thread Goswin von Brederlow
"Chris Tillman" <[EMAIL PROTECTED]> writes: > On Mon, Oct 13, 2003 at 08:27:47PM +0200, Goswin von Brederlow wrote: > > > > Since in your case the detecting of a network card comes up empty > > neither configuration nor retriever should be triggered. I somehow see > > this unwanted, unneeded and

Re: anna's hard-coded priority list of retreivers

2003-10-13 Thread Chris Tillman
On Mon, Oct 13, 2003 at 08:27:47PM +0200, Goswin von Brederlow wrote: > > Since in your case the detecting of a network card comes up empty > neither configuration nor retriever should be triggered. I somehow see > this unwanted, unneeded and harmfull triggering of other menu items > when selectin

Re: anna's hard-coded priority list of retreivers

2003-10-13 Thread Goswin von Brederlow
Joey Hess <[EMAIL PROTECTED]> writes: > Goswin von Brederlow wrote: > > The retrievers should depend on the hardware thats found yet. Until > > the floppy module is loaded and a floppy drive is found (is anyone > > working on detecting this?) floppy-retriever should be disabled. As > > long as no

Re: anna's hard-coded priority list of retreivers

2003-10-13 Thread Joey Hess
Goswin von Brederlow wrote: > The retrievers should depend on the hardware thats found yet. Until > the floppy module is loaded and a floppy drive is found (is anyone > working on detecting this?) floppy-retriever should be disabled. As > long as no network module is loaded net-retriever should be

Re: anna's hard-coded priority list of retreivers

2003-10-13 Thread Goswin von Brederlow
Joey Hess <[EMAIL PROTECTED]> writes: > I keep stumbling over anna's hard-coded priority list of retreivers. > > static const char * const retrievers[] = { > "net-retriever", > "cdrom-retriever", > "floppy-ret

Re: anna's hard-coded priority list of retreivers

2003-10-13 Thread Joey Hess
Martin Sjögren wrote: > I have had the exact same idea, when thinking about how to solve the > multiple-providing-retrievers problem, but I never really got any > response on it (though I have to admit I never sent a mail, only > discussed it on IRC). I think it's a good idea. Good! > >Config

Re: anna's hard-coded priority list of retreivers

2003-10-13 Thread Martin Sjögren
mån 2003-10-13 klockan 08.33 skrev Joey Hess: > I keep stumbling over anna's hard-coded priority list of retreivers. > > static const char * const retrievers[] = { > "net-retriever", > "cdrom-retriever", > "floppy-retrie

anna's hard-coded priority list of retreivers

2003-10-13 Thread Joey Hess
I keep stumbling over anna's hard-coded priority list of retreivers. static const char * const retrievers[] = { "net-retriever", "cdrom-retriever", "floppy-retriever", NULL }; anna defaults to using the one closest to