patch for master.py ?

Antworten
nschmitz
Beiträge: 1
Registriert: 03 Jul 2011, 20:33

patch for master.py ?

Beitrag von nschmitz »

Hello,
We have a lot of netboot product and infortunately, the list is too long for the "select netboot" screen, so we can't use all the netboot products we have :-( I'd like to add a scroll to the list, but I'm not a very skilled programmer :-)

Here is the code in master.py (from /usr/local/bin/ in miniroot) :

productId = ui.getSelection(values, radio=True, width=-1, height=-1, title = _(u"Please select netboot-product to install") )
if not productId:
raise CanceledException(_(u'Canceled'))
productId = productId[0]

Is there a way to add a scroll ?

Thanks you very much for any tips !

Nicolas
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1776
Registriert: 29 Mai 2008, 15:14

Re: patch for master.py ?

Beitrag von j.schneider »

Hello,

This issue should be fixed in the latest testing version (20110829-1) of the opsi-linux-bootimage.
The packages should be available soon at http://download.opensuse.org/repositori ... 40-testing

Greetings,
Jan Schneider
Antworten