Changes

Jump to: navigation, search

Creating a CentOS 6 Template

5 bytes removed, 20:20, 15 October 2014
m
update to centos 6.5
yum install yum-utils
yumdownloader centos-release.x86_64
mkdir -p /newroot/var/lib
touch /newroot/var/lib/random-seed #without it, the initscript installation script will fail
rpm --rebuilddb --root=/newroot
rpm -i --root=/newroot --nodeps centos-release-6-45.el6.centos.1011.2.x86_64.rpm
yum --installroot=/newroot install -y openssh-clients openssh-server yum yum-utils man wget sudo tar passwd
yum --installroot=/newroot clean all

Navigation menu