BTS

Issue491

Title grml-live: specifying OUTPUT in grml-live.conf and grml-live.local conflicting
Priority bug Status resolved
Superseder Nosy List mika
Assigned To mika Topics grml-live

Created on 2008-07-17.17:11:19 by mika, last changed 2009-08-05.01:43:22 by mika.

Messages
msg2381 (view) Author: mika Date: 2009-08-05.01:43:22
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.
msg1377 (view) Author: mika Date: 2008-07-17.17:11:18
When specifying different OUTPUT-directories in /etc/grml/grml-live.conf and /
etc/grml/grml-live.local the directories inside $OUTPUT (grml_cd, grml_chroot 
and grml_isos) are not always the same ones. We should make sure that the 
precedence of cmdline vs. grml-live.conf vs. grml-live.local are correct.
History
Date User Action Args
2009-08-05 01:43:22mikasetstatus: unread -> resolved
messages: + msg2381
2008-07-17 17:11:19mikacreate