nightmorph 07/07/27 06:26:38 Modified: hb-install-mips-system.xml hb-install-system.xml Log: just copy the file to the dir rather than specifying the filename again. means fewer possible typos like resolve.conf -- suggested by mark_alec on IRC. also, this is already how it is in the quickinstall guides.
Revision Changes Path 1.5 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.4&r2=1.5 Index: hb-install-mips-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hb-install-mips-system.xml 7 May 2007 18:11:41 -0000 1.4 +++ hb-install-mips-system.xml 27 Jul 2007 06:26:38 -0000 1.5 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.4 2007/05/07 18:11:41 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.5 2007/07/27 06:26:38 nightmorph Exp $ --> <sections> -<version>8.0</version> -<date>2007-05-07</date> +<version>8.1</version> +<date>2007-07-26</date> <section> <title>Chrooting</title> @@ -27,7 +27,7 @@ <pre caption="Copy over DNS information"> <comment>(The "-L" option is needed to make sure we don't copy a symbolic link)</comment> -# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i> +# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i> </pre> </body> 1.107 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.107&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.106&r2=1.107 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- hb-install-system.xml 7 May 2007 18:11:41 -0000 1.106 +++ hb-install-system.xml 27 Jul 2007 06:26:38 -0000 1.107 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.106 2007/05/07 18:11:41 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.107 2007/07/27 06:26:38 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>8.0</version> -<date>2007-05-07</date> +<version>8.1</version> +<date>2007-07-26</date> <section> <title>Chrooting</title> @@ -74,7 +74,7 @@ <pre caption="Copy over DNS information"> <comment>(The "-L" option is needed to make sure we don't copy a symbolic link)</comment> -# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i> +# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i> </pre> </body> -- [EMAIL PROTECTED] mailing list
