Changes

Jump to: navigation, search

Slackware template creation

278 bytes removed, 20:10, 6 June 2006
Removed setting VE OSTEMPLATE, IP and hostname since it's not really needed
== Preparing the new VE ==
=== Preconfiguring the Creating VE config ===
Now you need to create the configuration file for the [[VE]], 777.conf:
<pre>
vzctl set 777 --applyconfig vps.basic --save
</pre>
 
You need to set its <tt>OSTEMPLATE</tt> parameter:
<pre>
echo "OSTEMPLATE=slackware-10.2-i486-minimal" >> /etc/sysconfig/vz-scripts/777.conf
</pre>
 
Set an IP address and a hostname:
<pre>
vzctl set 777 --ipadd x.x.x.x --save
vzctl set 777 --hostname myslacky --save
</pre>

Navigation menu