swift 05/07/02 10:54:44 Modified: xml/htdocs/doc/en lvm2.xml Log: #89527 - Add instructions for rescueing a failed installation
Revision Changes Path 1.13 +37 -3 xml/htdocs/doc/en/lvm2.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/lvm2.xml?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/lvm2.xml?rev=1.13&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/lvm2.xml.diff?r1=1.12&r2=1.13&cvsroot=gentoo Index: lvm2.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lvm2.xml 26 Apr 2005 03:11:23 -0000 1.12 +++ lvm2.xml 2 Jul 2005 10:54:44 -0000 1.13 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.12 2005/04/26 03:11:23 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.13 2005/07/02 10:54:44 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link = "/doc/en/lvm2.xml"> @@ -21,8 +21,8 @@ <license/> -<version>2.0.8</version> -<date>2005-04-25</date> +<version>2.0.9</version> +<date>2005-07-02</date> <chapter> <title>Introduction</title> @@ -432,6 +432,40 @@ </chapter> <chapter> +<title>Continuing After a Reboot</title> +<section> +<body> + +<p> +If you have interrupted the Gentoo installation at one point and want to +continue, you need to create the volume device nodes first: +</p> + +<pre caption="Reactivating the volumes"> +# <i>vgscan --mknodes</i> +</pre> + +<p> +Installation CDs with less recent tools might need to reactivate the volumes +instead: +</p> + +<pre caption="Reactivating the volumes"> +<comment>(Deactivate all volumes first)</comment> +# <i>vgchange -a n</i> +<comment>(Export all the volumes)</comment> +# <i>vgexport -a vg</i> +<comment>(Import all volumes)</comment> +# <i>vgimport -a vg</i> +<comment>(Reactivate all volumes)</comment> +# <i>vgchange -a y</i> +</pre> + +</body> +</section> +</chapter> + +<chapter> <title>Resources</title> <section> <body> -- [email protected] mailing list
