Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: liveusb.xml
Date: Tue, 25 Apr 2006 12:50:20
Message-Id: 200604251250.k3PCoLat025938@robin.gentoo.org
1 neysx 06/04/25 12:50:20
2
3 Modified: liveusb.xml
4 Log:
5 #130363 Explain possible "Could not find any loop device" err msg
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/liveusb.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- liveusb.xml 28 Feb 2006 13:51:25 -0000 1.6
21 +++ liveusb.xml 25 Apr 2006 12:50:20 -0000 1.7
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.6 2006/02/28 13:51:25 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.7 2006/04/25 12:50:20 neysx 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.2</version>
35 -<date>2006-02-28</date>
36 +<version>1.3</version>
37 +<date>2006-04-25</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -161,6 +161,12 @@
42 # <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i>
43 </pre>
44
45 +<note>
46 +If you receive a <e>Could not find any loop device</e> error message when
47 +mounting the iso, you need to enable the <c>Loopback device support</c> option
48 +in your kernel configuration.
49 +</note>
50 +
51 </body>
52 </section>
53 <section>
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list