Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml
Date: Sat, 17 Jun 2006 19:04:15
Message-Id: 20060617190353.631AB64BCB@smtp.gentoo.org
1 jkt 06/06/17 19:03:53
2
3 Modified: hb-install-alpha-bootloader.xml
4 Log:
5 coding style fixes, *no context change* (so please let the knives rest, kthxbye)
6
7 Revision Changes Path
8 1.17 xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo
13
14 Index: hb-install-alpha-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- hb-install-alpha-bootloader.xml 14 Mar 2006 19:29:29 -0000 1.16
21 +++ hb-install-alpha-bootloader.xml 17 Jun 2006 19:03:52 -0000 1.17
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.16 2006/03/14 19:29:29 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.17 2006/06/17 19:03:52 jkt Exp $ -->
28
29 <sections>
30
31 @@ -42,7 +42,7 @@
32 do so:
33 </p>
34
35 -<pre caption = "Installing aboot">
36 +<pre caption="Installing aboot">
37 # <i>emerge --usepkg aboot</i>
38 </pre>
39
40 @@ -52,7 +52,7 @@
41 writing the <c>aboot</c> bootloader to the start of the disk.
42 </p>
43
44 -<pre caption = "Making your bootdisk bootable">
45 +<pre caption="Making your bootdisk bootable">
46 # <i>swriteboot -f3 /dev/sda /boot/bootlx</i>
47 # <i>abootconf /dev/sda 2</i>
48 </pre>
49 @@ -73,7 +73,7 @@
50 console itself.
51 </p>
52
53 -<pre caption = "Automatically booting Gentoo">
54 +<pre caption="Automatically booting Gentoo">
55 # <i>echo '0:2/boot/vmlinux.gz root=/dev/sda2' &gt; /etc/aboot.conf</i>
56 # <i>cd /proc/srm_environment/named_variables</i>
57 # <i>echo -n 0 &gt; boot_osflags</i>
58 @@ -117,7 +117,7 @@
59 To install MILO, we use <c>emerge</c>.
60 </p>
61
62 -<pre caption = "Installing MILO">
63 +<pre caption="Installing MILO">
64 # <i>emerge --usepkg milo</i>
65 </pre>
66
67 @@ -127,7 +127,7 @@
68 with MILO. Remember to use the correct image for your Alpha-system.
69 </p>
70
71 -<pre caption = "Installing MILO on a floppy">
72 +<pre caption="Installing MILO on a floppy">
73 <comment>(First insert a blank floppy)</comment>
74 # <i>fdformat /dev/fd0</i>
75 # <i>mformat a:</i>
76
77
78
79 --
80 gentoo-doc-cvs@g.o mailing list