On Tue, Mar 13, 2012 at 5:31 PM, Darren Patterson <span dir="ltr"><<a href="mailto:darren.patterson@stanford.edu">darren.patterson@stanford.edu</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Years ago it was possible to create an interactive init script that prompted on startup.  This isn't the case anymore, unlike on Debian and Ubuntu.<br>
<br>
There are two bootstrap steps that I need to need to prompt for at first boot as root.  Since I can't do that at boot, anyone want to offer some recommendations?<br>
<br>
I was considering just having root's shell skel files launch the script (then remove itself on success).  Is there a better way?<br>
<br></blockquote><div><br>Would it be over kill to make use of firstboot?   It looks like you could modify /etc/init.d/firstboot to point to your own set of python scripts to do <br>custom config via <br><br>firstboot -m<br>
<br>I have not tried this, but it seems like it would work as a way to force something the first time the system is booted.<br><br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Thanks,<br>
-darren<br>
<br>
_______________________________________________<br>
rhelv6-list mailing list<br>
<a href="mailto:rhelv6-list@redhat.com">rhelv6-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rhelv6-list" target="_blank">https://www.redhat.com/mailman/listinfo/rhelv6-list</a><br>
</blockquote></div><br>