<tt><font size=2>&gt; If you use the X gui during the selection process,
the runlevel will<br>
&gt; be 5. If you use the text process during the install, even if you
pick<br>
&gt; X stuff with Gnome desktop, the runlevel will be 3.<br>
&gt; <br>
&gt; If you keep the anaconda_install.log and save it as a ks.cfg you can<br>
&gt; still set the default runlevel to be 3 with a line<br>
&gt; text<br>
&gt; to be the install type.<br>
&gt; I further kill off X with a<br>
&gt; skipX<br>
&gt; line to block X even being configured.<br>
&gt; <br>
&gt; Lastly, using %postinstall in a kickstart file, the runlevel can be<br>
&gt; fixed at 3 with:<br>
&gt; %postinstall<br>
&gt; sed -i 's/\(^id\:\)5\(\:initdefault\)/\13\2/' /etc/inittab<br>
<br>
</font></tt><font size=2 face="sans-serif">This is exactly what I was looking
for. &nbsp;All of the other examples I found had me doing a manual modification
of inittab after the install was complete. &nbsp;I must keep X and gnome
because the Oracle requires it.</font>
<br>
<br><font size=2 face="sans-serif">Thanks,<br>
Gene Poole<br>
</font>