BTS

Message2381

Author mika
Recipients
Date 2009-08-05.01:43:22
Content
The parsing of options and conffile is fixed in recent grml-live versions. Demo:

# grep OUTPUT /etc/grml/grml-live.local
OUTPUT="/srv/grml-live"
# grep OUTPUT /etc/grml/grml-live.conf 
OUTPUT="/grml/grml-live"

# grml-live -o /srv/foooo
[...]
  main directory:    /srv/foooo
  chroot target:     /srv/foooo/grml_chroot
  build target:      /srv/foooo/grml_cd
  ISO target:        /srv/foooo/grml_isos

So cmdline wins over grml-live.local which wins over grml-live.conf which wins 
over defaults. :) Should do what users expect. Closing this bugreport therefore.
History
Date User Action Args
2009-08-05 01:43:22mikasetmessageid: <1249436602.57.0.00184291654364.issue491@bts.grml.org>
2009-08-05 01:43:22mikalinkissue491 messages
2009-08-05 01:43:22mikacreate