I noticed in 4.92 there is no disabling selinux at install. It is now a firstboot option which then requires a reboot. Is there anyway to disable selinux at the boot install prompt so after the firstboot screens it wont reboot again? I presently install with "linux askmethod" so I can select NFS install. Thanks, Jerry
The only thing that I can think of would be to use a kickstart file and put this information in %post. Hopefully someone else will have a more elegant answer. On 3/25/07, Jerry Geis <geisj at pagestation.com> wrote:> > I noticed in 4.92 there is no disabling selinux at install. > It is now a firstboot option which then requires a reboot. > > Is there anyway to disable selinux at the boot install prompt > so after the firstboot screens it wont reboot again? > > I presently install with "linux askmethod" so I can select NFS install. > > Thanks, > > Jerry > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- Thx Joshua Gimer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070326/00a477e1/attachment.html>
On 26/03/07, Joshua Gimer <jgimer at gmail.com> wrote:> The only thing that I can think of would be to use a kickstart file and put > this information in %post. Hopefully someone else will have a more elegant > answer.There's support -- or at least, there is in EL4, I assume it's in 5 too -- for disabling SELinux 'properly' in a Kickstart config... selinux --disabled but I'd guess that won't help Jerry if he's looking to do this in an interactive install. Will.