Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Creating a CentOS 6 Template

6 bytes added, 09:36, 25 November 2014
no edit summary
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-35.el6.centos.911.2.x86_64.rpm yum --installroot=/newroot install -y rootfiles openssh-clients openssh-server yum yum-utils man wget sudo tar passwd
yum --installroot=/newroot clean all
ln -s /proc/mounts /newroot/etc/mtab