
27 Jul
2010
27 Jul
'10
05:24
* T o n g mlist4suntong@yahoo.com [Thu Jul 22, 2010 at 03:49:53AM +0000]:
Is it possible to *add to* current GRML_LIVE_SOURCES setting?
I tried,
GRML_LIVE_SOURCES="$GRML_LIVE_SOURCES # debian multimedia deb http://www.debian-multimedia.org sid main non-free . . . "
but got
/etc/grml/grml-live.local: line 29: GRML_LIVE_SOURCES: unbound variable
then I realized that the grml-live.local should be in python syntax, which I don't know.
Python? No.
"GRML_LIVE_SOURCES: unbound variable" tells you that you are using a variable that isn't set yet. So get rid of the unset $GRML_LIVE_SOURCES.
regards, -mika-