PDA

View Full Version : Make Fedora 12


kelvinfix
3rd May 2010, 05:06 PM
Trying to make a lighter version for USB.

1. How can I disable the GUI, boot it on command prompt only, remove the GUI from the OS?

2. Install MYSQL, and store the data permanently or persistently?

3. Configure the system to shutdown automatically when power off button is press, how to do it in command prompt?

4. Remove all the system tool that is not needed? Any?

Thank you.

Theodor009
3rd May 2010, 05:35 PM
Trying to make a lighter version for USB.
http://fedoraproject.org/wiki/Remix


1. How can I disable the GUI, boot it on command prompt only, remove the GUI from the OS?

http://fedorasolved.org/post-install-solutions/runlevel


2. Install MYSQL, and store the data permanently or persistently?

http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-11-lamp
http://dev.mysql.com/doc/


3. Configure the system to shutdown automatically when power off button is press, how to do it in command prompt?

The system bios should have that option.


4. Remove all the system tool that is not needed? Any?

The best solution is not to install them to begin with.
http://fedoraproject.org/wiki/Remix

kelvinfix
4th May 2010, 06:23 AM

Will it be better to use Puppy Linux?

kurtdriver
5th May 2010, 01:05 AM
Puppy runs everything as root and has a limited supply of available packages. If you boot from a Fedora livecd and choose install to hard drive, and then choose your USB key as the hard drive to install to, you will have all of the key's space available to you. Use a 16 Gb. USB key and you'll have 16Gb. of persistance. If you want to remove the gui, remove X11 with yum and, I believe, it will also remove the programs that depend on it.
You might want to set the default runlevel before doing that.

kelvinfix
5th May 2010, 03:05 PM
I would like to use Fedora, but I need a smaller Fedora, which must be stable and fast boot up on netbook using Intel ATOM processor. Fedora boot up is slow.

How can I remove all the GUI at startup?

How I remove all the the application? using Yum?

How can I replicate to another flash drive fast? Just copy and paste the files to another flash drive?

kurtdriver
6th May 2010, 02:35 AM
I would like to use Fedora, but I need a smaller Fedora, which must be stable and fast boot up on netbook using Intel ATOM processor. Fedora boot up is slow.

How can I remove all the GUI at startup?

Theodor099 answered that one already. See his post above.



How I remove all the the application? using Yum?

Yes, yum remove xorg* ought to do it, but if you set it to runlevel 3 the GUI won't start up at boot time. This would give you the option of starting it when you choose to do so.


How can I replicate to another flash drive fast? Just copy and paste the files to another flash drive?

I don't know, maybe with dd?

Our mutual friend Mr. Google knows the answers to these questions.