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@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@centos.org http://lists.centos.org/mailman/listinfo/centos
On 26/03/07, Joshua Gimer jgimer@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.
Will McDonald wrote:
On 26/03/07, Joshua Gimer jgimer@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.
How about an interactive kickstart install?