Installing CentOS 5 "Debian Style"

| |

Package SetsPackage SetsIf one knows of the hype about Ubuntu, and it is almost unavoidable, one is led to believe that it is the most popular Linux distribution for desktop users. I have yet to see hard data that shows evidence of that claim so that will remain unresolved for now. One of the reasons touted for Ubuntu's popularity is that it comes on a single CD. Debian, upon which Ubuntu is based, also has fans because it too has a very light-weight install option (among other reasons) which will install the base system and allow one to install all the desired software post-install by downloading only what is needed. While Debian is huge, 27 CDs for the full distro or 3 DVDs (not counting the source CDs), virtually no one downloads all of the .iso images.

Since I'm a Red Hat fan (which includes Fedora Core and CentOS), I'm aware of the complaints people have about "having to download multiple CDs" before they can start installing. In fact, the recently released CentOS 5 is 6 CDs (i386, or 7 CDs for x86_64). To counter those complaints, I thought I'd try a single CD install of the recently released CentOS 5 "Debian style" and then add everything in post-install. Join me if you will...

Insert CD 1 and boot

The goal of this exercise is to do a minimal install using CD 1 only, and then post-install, install a fairly full desktop system including GNOME, KDE, graphical Internet applications, text Internet applications, utilities, development tools... you name it. This is not a HOWTO so I WILL NOT be going through every single step. The install process of Red Hat based distros is so easy now, a chicken could almost do it by pecking the enter key on the keyboard.

The default package selection for CentOS 5 is basically a GNOME based desktop environment with OpenOffice.org and several common graphical Internet applications... and this default install actually requires CDs 1-5. If you don't want the default install, you have to manually select "Customize now" at the bottom of the installation type screen... which will take you to a package selection screen. While previous releases had options for "Install everything" and "Minimal install" at the bottom of the package list, the package selection screen has been completely redesigned. With the addition of Virtualization, Clustering, and Cluster Storage options, the "Install everything" option no longer makes much sense... but it is unfortunate that the "Minimal install" option isn't there anymore. With this release they have also added the option to include additional, network-based package repositories if desired.

So, without a "Minimal install" option, just how does one accomplish a minimal install? It isn't too difficult. You just have to select each package group on the left side of the screen and make sure to remove all checkmarks in the sub-groups on the right. This means you have to do a bit of clicking... by working through each section and removing all checkmarks. When I say remove all check marks, I mean it... with the exception of "Base" in the "Base System" group... although for an even lighter-weight install, you can even remove that checkmark too.

All about the dependencies

Package GroupsPackage GroupsAfter making your package selections, or in this case, de-selections, clicking Next will produce a pop that says, "Checking dependencies in packages selected for installation...". If you were successful at unchecking every package group and sub-group, you will be rewarded by the installer not even telling you how many CDs are needed.

A typical minimal install takes 5 minutes or so... with more time spent entering information on the various screens rather than in package installation. If you left "Base" checked, it equals 340 rpms taking up 881MB of disk space. If you didn't leave "Base" checked, it equals 144 rpms taking up 616MB of disk space.

Post-install party

Ok, the install is done and system rebooted. The grub menu comes up, the kernel boots, and shortly thereafter you are presented with the console login screen. You login and the command prompt blinks at you with anticipation. What do you do now? Remember, the goal of this experiment was to end up with a GUI desktop with everything... GNOME, KDE, GUI apps, Development tools, etc.

yum stands for Yellowdog Updater Modified... and it is the higher-level package management tool offered by most Red Hat based distros these days. By higher-level I mean that when you want to install something, yum figures out all of the dependencies and downloads everything for you. In contrast to yum is the venerable rpm command. Debian and/or Ubuntu users can relate as follows... rpm is to yum as dpkg is to apt-get.

yum is typically used to install one or more packages by name... but it has lesser used package group functionality as well. Want to know what groups are available? Then try:

yum grouplist

From a minimal install you should get something like:

Installed Groups:
System Tools
Dialup Networking Support
Network Servers
Mail Server
Available Groups:
Office/Productivity
Engineering and Scientific
MySQL Database
Development Libraries
Editors
GNOME Software Development
Text-based Internet
X Software Development
Virtualization
Legacy Network Server
DNS Name Server
GNOME Desktop Environment
Authoring and Publishing
FTP Server
Games and Entertainment
Legacy Software Development
Java
Java Development
Emacs
Legacy Software Support
X Window System
Graphics
Web Server
Ruby
Windows File Server
Printing Support
KDE Software Development
KDE (K Desktop Environment)
Server Configuration Tools
Sound and Video
PostgreSQL Database
Administration Tools
News Server
Development Tools
Yum Utilities
FreeNX and NX
Graphical Internet

Notice that the vast majority of group names are multiple words with spaces included. As a result, you have to put them in double quotes so the spaces in their names won't be interpreted as separators.

Ok, let's install all of the stuff I want with the following yum commandline:

yum groupinstall \
"Office/Productivity" "Development Libraries" Editors \
"GNOME Software Development" "Text-based Internet" \
"X Software Development" "GNOME Desktop Environment" \
"Games and Entertainment" "Legacy Software Development" \
Java "Java Development" Emacs "Legacy Software Support" \
"X Window System" Graphics Ruby "Printing Support" \
"KDE Software Development" "KDE (K Desktop Environment)" \
"Sound and Video" "Administration Tools" "Development Tools" \
"Graphical Internet"

Please note that is really one line but the \ has been used to separate it across multiple lines for readability. \ in shell syntax means continued on next line.

After doing that, yum spewed out a lot of text, figured out all of the dependencies and gave me a transaction summary that said it was going to install 688 packages, update 4 packages and remove 0 packages with a total download size of 904MB. Depending on updates and whether or not you had "Base" selected in the initial install (I did), the exact figures may vary but you get the point. Luckily I setup my own package repositories so downloading all of this stuff over the LAN was probably faster than having all of the physical CDs or the DVD. This article isn't intended to be a HOWTO so install what you want rather than what I've specified above.

It will take a while but after it is all said and done, everything will be there all happy like.

Why would you want to do it this way?

As time goes on, there are going to be more and more package updates. Installing this way lets you do a minimal install which will require a minimal amount of updates AND all of the packages you install post-install should check updates so it won't install anything that needs updating.

Having local repositories on the LAN really made it fast but I'm not sure I'd like to have to download 904MB of packages over the greater Internet... although in most cases it shouldn't be a problem... although on the same day or week of a new distro release it might be problematic.

I guess I'm just old fashioned. I like to download the whole distro and pick all of the stuff I want to install during the install. Sure that means a lot of updates but RHEL/CentOS do release updated install media (aka respins) as minor versions of the distro and as long as you have the most recent install media, you shouldn't have too terribly many packages to update... knock on wood. Even with Fedora, that has the rapid 6 month development cycle, there is a group that produces respins every so often to cut down on the number of updates needed after a fresh install.

Draw backs to the minimal install method

If you do a default install or add packages beyond the default install, you'll have a GUI system to begin with... and that includes the firstboot wizard that runs when you boot for the first time after installation. firstboot does things for you like configuring X, adding a user account, setting up a firewall, configuring your sound card, etc. With a minimal install you don't get that firstboot experience so you'll have a little work ahead of you after everything is installed. Luckily there are packages that will do everything firstboot does... just with each function as a separate program you have to run. For configuring X there is system-configure-display. There are several different apps you can use to add a user account. For your sound card there is system-configure-soundcard. While many users aren't familiar with these utilities it doesn't hurt to get to know them. Do you know how to change your default runlevel? If not, you should.

A difference of culture

Maybe it is just me... having used Linux since 1995... but I like downloading multiple CDs (or a large DVD image) and getting the opportunity to pick what I want during the install. To me, a single install CD like Ubuntu is so "cookie cutter" in that it makes all of the choices for you. With a minimal Debian style install, I have a working base from which I can choose anything... and it doesn't try to figure out what desktop I should use or what GUI applications I want. In my experiment, I lost a little package choice granularity by selecting package groups but I could have just as easily installed fewer groups and more individual packages if desired.

Oddly enough, with the upcoming Fedora 7, the Fedora developers seem to have bought into the whole Ubuntu single CD design. They are producing a default single CD for a basic GNOME desktop and another single CD for a basic KDE desktop. It is my understanding though that Fedora still plans on releasing a DVD with everything. What I don't quite understand though is with Fedora 7 they are merging Core with Extras and Extras alone is more than a DVD worth of packages. Just how are they merging Core and Extras and still keeping with a single DVD? I guess the final release candidate and final release will answer those questions.


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Scott Dowdle's picture

Seeking numbers?

DistroWatch is one source of numbers but the numbers provided aren't really proof of anything. I wouldn't be surprised if Ubuntu was indeed the most popular desktop distro out there... but I do like to continue to point out that there are really no numbers that show one way or another. Even if there were, does that really mean much?

There was an article on Dell's website yesterday, which oddly enough... too came out on the same day as the Ubuntu release... about how Michael Dell runs Ubuntu on one of his many, many computers. That leads me to believe that if Dell ever decides to offer Linux on mass market computers, it will probably be Ubuntu. I'm not sure I'd want Linux installed by an OEM... as I'd probably want to wipe it and install it myself regardless of whatever distro an OEM would put on there.

I wasn't trying to say one distro is better than another. It is all about personal preference... but anyone who thinks there isn't any "hype" around Ubuntu is smoking something I wish they'd share with the rest of us.

Ask a Debian person if they think there is too much hype around Ubuntu and see what answer you get.


quote: If one knows of the

quote: If one knows of the hype about Ubuntu, and it is almost unavoidable, one is led to believe that it is the most popular Linux distribution for desktop users. I have yet to see hard data that shows evidence of that claim so that will remain unresolved for now. -end quote.

LMFAO.

Sour grapes if ever I've EVER read anything. Hype? You make it sound like the buzz was artificially invented. The size of the Ubuntu forum community alone shows that its more than hype.

quote: Maybe it is just me... having used Linux since 1995... but I like downloading multiple CDs (or a large DVD image) and getting the opportunity to pick what I want during the install. -end quote.

Its just you. (metaphorically speaking.)


Wasn't it?

Hype? You make it sound like the buzz was artificially invented.

Can you prove that it hasn't been?


Ubuntu, a hype?

Ubuntu, a hype? First of all, you can prove that something isn't. You can only prove that something is. And everything I've heard here is 'everybody is wrong and I know it's a hype, me and people who hate Ubuntu'.

Heh, anyway, stats from Ubuntu mirrors prove that it isn't a hype. 2000+ people on IRC channel before release proves it isn't a hype.

Guys, pull out your heads from sand :)


Scott Dowdle's picture

Between the lines?

No one here has said they hate Ubuntu. I concede that it is very popular... especially among new users. I think it is a great distro.

Anything else?

There was more to the article than the first two sentences. I'm can't make you get past them... but I keep trying. :)


Scott Dowdle's picture

Drawing the fire?

Again, thank you for your comment, whoever you are.

I guess I should have expected more flack although I really didn't say anything inflamatory. It was, after all... published on the same day as a new Ubuntu release... which I downloaded and installed on a laptop... and agree that it is mighty fine.

I'm glad we have all of this choice in the Linux arena... and Ubuntu has definitely had an impact on the Debian developers... and competition is good for all of us... it least to the distro makers trying harder.


And everything goes from

And everything goes from assumption that Ubuntu is popular cause of single CD. So, if that premise is wrong, then your whole post is pointless.

Maybe you should take a look at your last sentence 'I guess the final release candidate and final release will answer those questions.'. You can't ask question like this if you are using Ubuntu, cause all details of development are open and known to everybody.

There are many reasons for Ubuntu success, from marketing to intuitive default install. Fedora has none of this. Even worse, there is a general opinion that Fedora is playground for RHEL. And this is true.

I'm too a RedHat/Debian user since '95, owner of RH certificates, etc... By design, Debian is way ahead of RedHat. This is another reason why Ubuntu is success - superior platform/design.


Scott Dowdle's picture

Oh, those distro wars... paaaalease

That was not my assumption but I do want to thank you (whoever you are) for taking the time to leave a comment.

I said "one of the reasons" not "the reason".

Fedora development is also done in the open.

Now to the package manager wars... both are good but I will give Debian credit for having pulled way more packages into the distro and having a very solid packaging policy that has lead to way less trouble with dependencies and updates. It has a lot to do with the quality of the packages.

I really wasn't badmouthing Debian or Ubuntu either. They are both fantastic. Mmmkay?

My main reason for writing the article was to make more people aware of the group package capabilities in yum that seem to be relatively little known.


Only distro war here

Only distro war here is the one you started with 'Ubuntu is hype, Fedora rulez'. Ubuntu isn't a hype, and as soon as you get it, your future (as a Linux professional) will be brighter. The same way people realized that RedHat wasn't a hype 10 years ago.

Distro wars are pointless, since everybody is doing the same thing - developing same OS and tools for it.


Scott Dowdle's picture

The distro war is dead. Long live the distro war.

I continue to publish these comments because I don't want to be accused to censoring anyone. :)

I didn't say Ubuntu was all hype or only hype... but there is a lot of hype around it. Take for example... there is Ubuntu, Kubuntu, Xubuntu, and Edbuntu. To the best of my knowledge, they all use the same software repository... and I really don't see a reason to have four separate distros from the same software repository... but THAT IS FREEDOM. I just get to see four announcements on DistroWatch whenever there is a beta... four announcements when there is a release. It is like a big company coming out with other labels simply so they can take up more shelf space.

Now I know that isn't on purpose nor a goal of the project, it is just the effect of it.

I hope Fedora doesn't try to call each single CD with different desktop a separate distro and announce them all separately.

I do understand that historically, each sprung up separately for different reasons... but I believe they all work together now... and are all under the parent umbrella.

Those are my opinions... and I agree with you that all of these distros are more alike than different... and that it is mostly about personal preference.

[starting to turn blue in the face]

Thanks for the comment.


1 CD Network/Internet Install

I do 1 CD installs of CentOS and Fedora all the time. Just burn the rescue CD or CD1 for the version you want and boot the target machine with it. At the boot: prompt enter linux askmethod choose FTP and then just point it to a mirror.

Tip: go to the mirror first to get the hostname and the path to the /os/ directory of the version you are installing. With centos it is the /i386/ directory of the version.

For example:
hostname "mirror.linux.duke.edu" path "/pub/fedora/linux/core/6/i386/os/"

Anaconda will start-up and let you setup the install like normal. When it starts copying packages it gets them from the mirror and not the CD.

I do this from a local mirror, but it works from the Internet too.

Steve


Thats netinstall !!!

Thank you, that is exactly what a debian user understands as netinstall.


Scott Dowdle's picture

A variety of install methods

Steve,

Thanks for the comment. You are right, there are a lot of different install methods available in Red Hat based distros... again, which is what I have the most experience with. I'm sure there are a handful of other distros with as side an assortment.

In the past I've done every install type offered:

NFS
HTTP
FTP
Hard disk from .iso images
Medialess, remote GUI install over VNC

Did I forget anything?

Since the askmethod boot parameter is required before those alternative install methods show up, it seems a lot of newer Linux users are unfamiliar with them. I think they used to be more popular way back when... before the CD was ubiquitous.

I myself used to do a lot of HTTP installs but I haven't done one in years.


Ubuntu as "unique single CD distro"

I am agree with you, Ubuntu is a hype. And I say more it's a really big hype (what is really redundant ;) ). But what you said it's the evidence, I mean, when you wrote:
"One of the reasons touted for Ubuntu's popularity is that it comes on a single CD."

Many people forget that there are many distros in a single CD, for instance, IMHO a better distro as Mandriva has One edition...


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.