Results 1 to 1 of 1
Hi,
I am working in a project which has Redhat kickstart installation.
Kickstart files can be kept on single server system, and read by individual computers during the installation. This ...
- 07-06-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 12
kickstart installation - change init scripts
Hi,
I am working in a project which has Redhat kickstart installation.
Kickstart files can be kept on single server system, and read by individual computers during the installation. This installation method can support the use of a single kickstart file to install Red Hat Linux on multiple machines, making it ideal for network and system administrators.
Now let me ask my question:
When system kicks, at the end of the boot, it will start all the init scripts.
In my system, when it kicks from the kickstart, sshd daemon should start at last.
(WHEN KICKING ITSELF, NOT AFTER KICKING).
/etc/rc3.d/S55sshd ( run level specification for sshd is 55, now I would want to change this to S99sshd.
So where should I give this command, or how to change this..
When my machine kicks from kickstart, it should start sshd daemon at last.
Kindly give your inputs to achieve the same.


Reply With Quote