Re: [Grml] grml-live, specifying GRML_LIVE_SOURCES

2010-07-26 Thread Michael Prokop
* T o n g mlist4sunt...@yahoo.com [Thu Jul 22, 2010 at 03:49:53AM +]:

 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-


signature.asc
Description: Digital signature
___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/

[Grml] grml-live, specifying GRML_LIVE_SOURCES

2010-07-21 Thread T o n g
Hi,

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. 

Please help. 
Thanks

___
Grml mailing list - Grml@mur.at
http://lists.mur.at/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://grml.supersized.org/