BTS

Message4340

Author briconaut
Recipients briconaut
Date 2012-05-08.15:06:46
Content
I tried passing the timezone configuration 'tz=Europe/Berlin' in the parameter 
'DEFAULT_BOOTOPTIONS' in '/etc/grml/grml-live.local'. The '/' symbol causes this 
error:

    sed: -e expression #1, char 81: unknown option to `s'

A look into the grml-live script shows, that 'DEFAULT_BOOTOPTIONS' is used inside 
sed in an 's/.../.../' statement. It'd be a good idea to either make the 
configuration variables sed-clean or document this problem in the configuration 
file.

I solved the problem by using 'tz=Europe\/Berlin'.
History
Date User Action Args
2012-05-08 15:06:47briconautsetrecipients: + briconaut
2012-05-08 15:06:47briconautsetmessageid: <1336489607.01.0.587656021513.issue1165@bts.grml.org>
2012-05-08 15:06:46briconautlinkissue1165 messages
2012-05-08 15:06:46briconautcreate