View Single Post
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#4731
Originally Posted by gabby131 View Post
hi!

i just wanna ask about the auto-load of settings of kernel on boot.

so if i

Code:
/usr/sbin/kernel-config default ideal
the IDEAL settings will load on boot,

now, how will i revert it back to default?

is;

Code:
/usr/sbin/kernel-config default default
okay?

thanks
That method is depreciated.
To set ideal as default you do the following in x-term:
Code:
root
Code:
kernel-config default ideal
You can replace ideal with the name of your chosen config.

If you want to return to stock, do the following:
Code:
root
Code:
kernel-config default default
Hope that helps
 

The Following User Says Thank You to James_Littler For This Useful Post: