<br><br><div class="gmail_quote">On Wed, Jun 9, 2010 at 11:00 PM, Tong Sun <span dir="ltr">&lt;<a href="mailto:suntong001@gmail.com">suntong001@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
only the revert in config file is all it take to restore the normal grml-debootstrap behaviour. </blockquote></div><br>Moreover, I think the change to cmdlineopts.clp <br>(in <a href="http://git.grml.org/?p=grml-debootstrap.git;a=commit;h=7cc268e168259a681c0244f9d73a28b7dc4d3769" target="_blank">http://git.grml.org/?p=grml-debootstrap.git;a=commit;h=7cc268e168259a681c0244f9d73a28b7dc4d3769</a>)<br>
might be the reason for the bug that I&#39;m troubleshooting for:<br><br>% grml-debootstrap --verbose --confdir=$gdcd --target $os_mnt --hostname $gdhn --nodebootstrap --debconf --packages=$ttf<br><br>[ . . . ]<br>   Executing stage kernel<br>
Writing extended state information... Done<br>Get:1 <a href="http://security.debian.org">http://security.debian.org</a> testing/updates Release.gpg [835B]<br>Get:2 <a href="http://security.debian.org">http://security.debian.org</a> testing/updates Release [44.6kB]              <br>
<br>[ . . . ]<br>   Executing stage packages<br>   Executing stage extrapackages<br><br>I.e., I specified --packages=xxx but the packages are still not installed -- this is the first time grml-debootstrap invoked on the debootstrap&#39;d OS. I.e., stage file is not the cause. <br>
<br>The reason is that, handling normal parameter and handling optional parameter have entirely different approach in .clp file. Merely change getopt option won&#39;t work.<br><br>Thanks<br><br>