josejx 06/08/16 15:14:58 Modified: hb-install-ppc-bootloader.xml Log: Fixed umount as in bug #143704.
Revision Changes Path 1.3 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-bootloader.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-bootloader.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-bootloader.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-bootloader.xml?r1=1.2&r2=1.3 Index: hb-install-ppc-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-bootloader.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-ppc-bootloader.xml 11 Aug 2006 16:31:53 -0000 1.2 +++ hb-install-ppc-bootloader.xml 16 Aug 2006 15:14:58 -0000 1.3 @@ -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/draft/2006.1/hb-install-ppc-bootloader.xml,v 1.2 2006/08/11 16:31:53 josejx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-bootloader.xml,v 1.3 2006/08/16 15:14:58 josejx Exp $ --> <sections> @@ -296,7 +296,7 @@ <pre caption="Unmounting all partitions and rebooting"> cdimage ~# <i>cd /</i> -cdimage ~# <i>umount /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo /mnt/mac</i> +cdimage ~# <i>umount /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo/sys /mnt/gentoo /mnt/mac</i> cdimage ~# <i>reboot</i> </pre> @@ -522,7 +522,7 @@ <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> # <i>exit</i> -livecd ~# <i>umount /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i> +livecd ~# <i>umount /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo/sys /mnt/gentoo</i> livecd ~# <i>reboot</i> </pre> -- [email protected] mailing list
