diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq/howdoi.html.part | 8 | ||||
-rw-r--r-- | doc/faq/index.html.part | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/faq/howdoi.html.part b/doc/faq/howdoi.html.part index 07eae770a..d46963153 100644 --- a/doc/faq/howdoi.html.part +++ b/doc/faq/howdoi.html.part @@ -10,6 +10,7 @@ <li><a href="howdoi.html#unmask">Unmask a Package</a></li> <li><a href="howdoi.html#syncfromcvs">Sync from CVS</a></li> <li><a href="howdoi.html#syncfromsnapshot">Sync from a Gentoo tree snapshot</a></li> + <li><a href="howdoi.html#deletedvdb">Recover VDB</a></li> </ul> <h2 id="ccache">Use <code>ccache</code></h2> @@ -199,3 +200,10 @@ sync = tar+ftp://my.favourite.mirror/gentoo/snapshots/portage-latest.tar.bz2 sync_options = --strip-components=1 </pre> +<h2 id="deletedvdb">Recover VDB</h2> + +<p>If you deleted <code>/var/db/pkg</code> by accident, you're pretty much screwed. So don't do that, and be more +careful next time.</p> + +<p>If you deleted <code>/var/db/pkg</code> on purpose, please install OS X and stop pestering us.</p> + diff --git a/doc/faq/index.html.part b/doc/faq/index.html.part index fbd66f900..c5bc55746 100644 --- a/doc/faq/index.html.part +++ b/doc/faq/index.html.part @@ -31,6 +31,7 @@ functionality. Pestering anyone about these is liable to get you hurt a lot.</p> <li><a href="howdoi.html#unmask">Unmask a Package</a></li> <li><a href="howdoi.html#syncfromcvs">Sync from CVS</a></li> <li><a href="howdoi.html#syncfromsnapshot">Sync from a Gentoo tree snapshot</a></li> + <li><a href="howdoi.html#deletedvdb">Recover VDB</a></li> </ul> <h2>Operation</h2> |