Open main menu
OpenVZ Virtuozzo Containers Wiki
β
Search
Changes
← Older edit
Newer edit →
Gentoo template creation
112 bytes removed
,
23:23, 24 February 2007
→
Edit /etc/init.d/checkroot:
This will do the same thing without completely screwing up your machine when you update baselayout...
===Edit /etc/init.d/checkroot===
We have to clean this
The checkroot
script
and make them dummy, because we don't need mount or check root.
should not be enabled on boot
<pre>
cat >
rm
/vz/private/777/etc/
init.d
runlevels/boot
/checkroot
#!/sbin/runscript
depend()
{
echo
}
start()
{
echo
}
end()
{
echo
}
</pre>
Djcapelis
8
edits