jkt 06/06/17 19:03:53 Modified: hb-install-alpha-bootloader.xml Log: coding style fixes, *no context change* (so please let the knives rest, kthxbye)
Revision Changes Path 1.17 xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml 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 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 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 Index: hb-install-alpha-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- hb-install-alpha-bootloader.xml 14 Mar 2006 19:29:29 -0000 1.16 +++ hb-install-alpha-bootloader.xml 17 Jun 2006 19:03:52 -0000 1.17 @@ -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-alpha-bootloader.xml,v 1.16 2006/03/14 19:29:29 neysx Exp $ --> +<!-- $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 $ --> <sections> @@ -42,7 +42,7 @@ do so: </p> -<pre caption = "Installing aboot"> +<pre caption="Installing aboot"> # <i>emerge --usepkg aboot</i> </pre> @@ -52,7 +52,7 @@ writing the <c>aboot</c> bootloader to the start of the disk. </p> -<pre caption = "Making your bootdisk bootable"> +<pre caption="Making your bootdisk bootable"> # <i>swriteboot -f3 /dev/sda /boot/bootlx</i> # <i>abootconf /dev/sda 2</i> </pre> @@ -73,7 +73,7 @@ console itself. </p> -<pre caption = "Automatically booting Gentoo"> +<pre caption="Automatically booting Gentoo"> # <i>echo '0:2/boot/vmlinux.gz root=/dev/sda2' > /etc/aboot.conf</i> # <i>cd /proc/srm_environment/named_variables</i> # <i>echo -n 0 > boot_osflags</i> @@ -117,7 +117,7 @@ To install MILO, we use <c>emerge</c>. </p> -<pre caption = "Installing MILO"> +<pre caption="Installing MILO"> # <i>emerge --usepkg milo</i> </pre> @@ -127,7 +127,7 @@ with MILO. Remember to use the correct image for your Alpha-system. </p> -<pre caption = "Installing MILO on a floppy"> +<pre caption="Installing MILO on a floppy"> <comment>(First insert a blank floppy)</comment> # <i>fdformat /dev/fd0</i> # <i>mformat a:</i> -- [email protected] mailing list
