BTS

Issue767

Title grml-live: do not include addons config if files are not present
Priority wish Status resolved
Superseder Nosy List mika
Assigned To Topics grml-live

Created on 2009-11-06.11:34:14 by mika, last changed 2010-12-02.13:39:02 by mika.

Messages
msg3561 (view) Author: mika Date: 2010-12-02.13:39:02
This one is supposed to work nowadays thanks to:

         if [ ! -n "$NO_ADDONS" ] ; then
           echo "include addons.cfg"    >> "${BUILD_OUTPUT}/boot/isolinux/
grmlmain.cfg"

If there's still a problem with it under certain conditions this needs to be 
fixed, closing this bugreport for now.
msg3078 (view) Author: mika Date: 2010-02-28.01:28:45
This one actually is quite tricky, though I'd like to provide this at least for 
the templates we ship with grml-live by default.
msg2670 (view) Author: mika Date: 2009-11-06.11:34:13
If using grml-live WITHOUT having grml-live-addons installed the bootsplash 
still provides the addons & CO menu. Would be nice if we include the config 
only if the files are available on the ISO then.
History
Date User Action Args
2010-12-02 13:39:02mikasetstatus: chatting -> resolved
messages: + msg3561
2010-02-28 01:28:45mikasetstatus: unread -> chatting
messages: + msg3078
2009-11-06 11:34:14mikacreate