swift 14/08/31 17:41:52 Modified: hb-install-ppc-bootloader.xml Log: Wrongly tried umounting unexisting directories
Revision Changes Path 1.52 xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?r1=1.51&r2=1.52 Index: hb-install-ppc-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- hb-install-ppc-bootloader.xml 17 Aug 2014 16:38:13 -0000 1.51 +++ hb-install-ppc-bootloader.xml 31 Aug 2014 17:41:52 -0000 1.52 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.51 2014/08/17 16:38:13 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.52 2014/08/31 17:41:52 swift Exp $ --> <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> @@ -14,8 +14,8 @@ needs. </abstract> -<version>13</version> -<date>2014-08-17</date> +<version>14</version> +<date>2014-08-31</date> <section> <title>Making your Choice</title> @@ -314,7 +314,7 @@ <pre caption="Unmounting all partitions and rebooting"> cdimage ~# <i>cd /</i> -cdimage ~# <i>umount -l /mnt/gentoo/dev{/pts,/shm,/proc,/sys,}</i> +cdimage ~# <i>umount -l /mnt/gentoo/dev{/pts,/shm,}</i> cdimage ~# <i>umount -l /mnt/gentoo{/proc,/sys,}</i> cdimage ~# <i>umount -l /mnt/mac</i> cdimage ~# <i>reboot</i>