2014年2月26日 星期三

建立 CentOS 6.5 OpenVZ Template

安裝 CentOS 6.5

yum install yum-utils
yumdownloader centos-release.x86_64
mkdir -p /newroot/var/lib
touch /newroot/var/lib/random-seed
rpm --rebuilddb --root=/newroot
rpm -i --root=/newroot --nodeps centos-release-6-5.el6.centos.11.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
ln -s /proc/mounts /newroot/etc/mtab
rm -f /newroot/dev/null
mknod -m 600 /newroot/dev/console c 5 1

編輯 /newroot/etc/fstab 內容如下
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0

修改  /newroot/etc/sysconfig/init
ACTIVE_CONSOLES=/dev/tty[1-6]
取代為
ACTIVE_CONSOLES=

tar zcf /root/centos-6-x86_64.tar.gz -C /newroot .

沒有留言: