Seite 1 von 1

patch for master.py ?

Verfasst: 03 Jul 2011, 20:43
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

Re: patch for master.py ?

Verfasst: 29 Aug 2011, 15:40
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