Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: liveusb.xml
Date: Fri, 22 Dec 2006 07:33:49
Message-Id: 20061222073338.B2A0B64746@smtp.gentoo.org
1 nightmorph 06/12/22 07:33:38
2
3 Modified: liveusb.xml
4 Log:
5 Fixed invalid atom in syslinux emerge command, thanks to Christian (phreak) for reporting and patch, bug 158743
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/liveusb.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?r1=1.11&r2=1.12
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- liveusb.xml 5 Nov 2006 04:02:25 -0000 1.11
21 +++ liveusb.xml 22 Dec 2006 07:33:38 -0000 1.12
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.11 2006/11/05 04:02:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.12 2006/12/22 07:33:38 nightmorph Exp $ -->
27
28 <guide link="/doc/en/liveusb.xml">
29 <title>Gentoo Linux LiveUSB HOWTO</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.6</version>
35 -<date>2006-09-18</date>
36 +<version>1.7</version>
37 +<date>2006-12-21</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -134,7 +134,7 @@
42
43 <pre caption="Installing a master boot record">
44 <comment>(Make sure you have sys-boot/syslinux-3.00 or later installed)</comment>
45 -# <i>emerge -av '>=sys-boot/syslinux-3*'</i>
46 +# <i>emerge -av '>sys-boot/syslinux-3'</i>
47 # <i>dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda</i>
48 0+1 records in
49 0+1 records out
50
51
52
53 --
54 gentoo-doc-cvs@g.o mailing list