search for: minimal_installation_using_yum

Displaying 1 result from an estimated 1 matches for "minimal_installation_using_yum".

2012 Dec 13
0
CentOS 6.3 LXC guest with CentOS 6.3 host
...66 /dev/urandom c 1 9 ln -s /dev/urandom /dev/random mknod -m 600 /dev/console c 5 1 mknod -m 660 /dev/tty1 c 4 1 chown root:tty /dev/tty1 mkdir -p /dev/shm chmod 1777 /dev/shm mkdir -p /dev/pts chmod 755 /dev/pts basically all instructions from here http://wiki.1tux.org/wiki/Centos6/Installation/Minimal_installation_using_yum My configuration looks like this <domain type='lxc'> <name>c03</name> <memory unit="G">4</memory> <os> <type>exe</type> <init>/sbin/init</init> </os> <vcpu>1</vcpu> <clock offset=...