<span class="gmail_quote"></span><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">that there is no better %post debug and devel environment than to simply
<br>open a shell and see what is going on.  (In fact, I would very much like<br>to see this capability built into kickstart as a simple option: specify a<br>DEBUG parameter, and, on error, a shell prompt is provided.)  <br>
</blockquote></div><br>There is no need for a DEBUG parameter.  You can get to a shell for debugging by..<br><br>1. not putting reboot in your ks.cfg<br>2. Crtl-Alt-F2<br><br>#2 will get you into a shell prompt that will allow you to do your debugging.  If you are running your %post in a chroot fashion (default), the you will want to run chroot /mnt/sysimage and then do your debugging. 
<br><br>-Jeremy, RHCE<br>