* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-bootloader.xml
@ 2011-03-16 7:45 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-16 7:45 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 11/03/16 07:45:13
Modified: hb-install-ppc-bootloader.xml
Log:
use different bind mount, bug 253681
Revision Changes Path
1.48 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.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?r1=1.47&r2=1.48
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.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- hb-install-ppc-bootloader.xml 21 Jul 2010 01:28:29 -0000 1.47
+++ hb-install-ppc-bootloader.xml 16 Mar 2011 07:45:13 -0000 1.48
@@ -1,11 +1,10 @@
<?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.48 2011/03/16 07:45:13 nightmorph Exp $ -->
<!-- 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-ppc-bootloader.xml,v 1.47 2010/07/21 01:28:29 nightmorph Exp $ -->
-
<sections>
<abstract>
@@ -15,8 +14,8 @@
needs.
</abstract>
-<version>10.1</version>
-<date>2010-07-20</date>
+<version>10.2</version>
+<date>2011-03-16</date>
<section>
<title>Making your Choice</title>
@@ -68,8 +67,8 @@
<pre caption="Bind-mounting the device and sysfs filesystems">
# <i>exit </i> # this will exit the chroot
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
-# <i>mount -o bind /sys /mnt/gentoo/sys</i>
+# <i>mount --rbind /dev /mnt/gentoo/dev</i>
+# <i>mount --rbind /sys /mnt/gentoo/sys</i>
# <i>chroot /mnt/gentoo /bin/bash</i>
# <i>/usr/sbin/env-update && source /etc/profile </i>
</pre>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-bootloader.xml
@ 2014-08-31 17:41 Sven Vermeulen (swift)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2014-08-31 17:41 UTC (permalink / raw
To: gentoo-doc-cvs
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-31 17:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 7:45 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-bootloader.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2014-08-31 17:41 Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox