Quote:
Originally Posted by ozjd
Firstboot is a service, you can disable it in system-config-services
|
Which directory would I find this in?
Quote:
Try
Code:
su - -c "sed -i 's/=.*/=NO/' /etc/sysconfig/firstboot"
|
It says 'no such file or directory'. I tried looking manually and could not find it.
Quote:
Or you could just try:
chkconfig firstboot off
as root instead of editing files.
|
I tried this and the command seemed to go through but when restarted firstboot still appeared.
* EDIT *
I got it to work. I entered this command:
echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
Thanks all!