What size do you need to get down to?
If you want to go really really small you could do this:
- Install from dvd. When prompted for type of install select minimal.
- Once the install is done, do the following (as root)
Code:
echo "group_package_types=mandatory" >> /etc/yum.conf
yum groupinstall base-x
yum groupinstall openbox
yum install redhat-menus
yum install dejavu-{fonts,sans,serif}*
yum install slim
yum install firefox
Then create a file called: /etc/sysconfig/desktop
and add the following:
Code:
DISPLAYMANAGER=slim
PREFERRED=openbox
Then type the following in a termnial
Code:
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
restart.
That should get you what you need. You may find you need a few more packages. If you search for minimal install on the forums there are a couple of posts by myself and sea that cover things in a bit more detail.