CentOS Installation Settings

Linux Installation

CentOS Installation Settings

Introduction

Here are some of my CentOS installation settings. See also: **Create Disc Image**, Driver Installation Settings, Operating System Settings, Operating System Installation Times, Operating System Requirements, Operating System Startup Times.

CentOS 7

Make Windows installation visible when booting

wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm

rpm -Uvh rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm

wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt

rpm --import RPM-GPG-KEY.dag.txt

rpm -K rpmforge-release-0.5.3-1.el7.rf.*.rpm

sudo yum install epel-release

yum --enablerepo epel install ntfs-3g

yum install ntfsprogs ntfsprogs-gnomevfs

cp /boot/grub2/grub.cfg orig.grub.cfg

grub2-mkconfig -o /boot/grub2/grub.cfg

Last modified: August 28th, 2015

Author: Tomi Häsä (tomi.hasa@gmail.com)

URL: http://sites.google.com/site/tomihasa/centos-installation-settings