Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Fedora Core 5 Tips

393 bytes removed, 11:24, 14 September 2006
No more need to fix metadata, since FC5 update is back to caching-nameserver
Note: Do not install the FC5 openvz kernel on the website, it is outdated if you have an up to date FC5 install.
 
== Fix metadata ==
 
After installing the metadata, run the following
 
<pre>
INFILE=/vz/template/fedora-core/5/i386/config/default.list
if [ ! -e $INFILE.orig ]
then
cp $INFILE $INFILE.orig
fi
</pre>
 
If you have bind-9.3.2 with release from 10_FC5 till 24_fc5 you should run additional command
<pre>
sed 's/caching-nameserver/bind-config/' $INFILE.orig > $INFILE
</pre>
== Creating your own templates ==