[issue1165] grml-live: DEFAULT_BOOTOPTIONS containing '/' leads to errors
Thomas Brunko
bts at bts.grml.org
Tue May 8 17:06:47 CEST 2012
New submission from Thomas Brunko <thomas.brunko at web.de>:
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'.
----------
messages: 4340
nosy: briconaut
priority: bug
status: unread
title: grml-live: DEFAULT_BOOTOPTIONS containing '/' leads to errors
topic: grml-live
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1165>
_____________________________________
More information about the Bugs-changes
mailing list