Provide --debug option for very verbose execution
authorMichael Prokop <mika@grml.org>
Tue, 15 Apr 2014 10:41:00 +0000 (12:41 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 15 Apr 2014 10:48:56 +0000 (12:48 +0200)
This effectively executes grml-debootstrap under 'set -x'
(including the chroot script), so it's easy to generate an
execution log via e.g.:

  grml-debootstrap ... --debug --force 2>&1 | tee -a grml-deboootstrap.log

and providing it to grml-debootstrap developers for further
investigation.


No differences found