neysx 06/04/25 12:50:20 Modified: liveusb.xml Log: #130363 Explain possible "Could not find any loop device" err msg
Revision Changes Path 1.7 xml/htdocs/doc/en/liveusb.xml 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 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo Index: liveusb.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- liveusb.xml 28 Feb 2006 13:51:25 -0000 1.6 +++ liveusb.xml 25 Apr 2006 12:50:20 -0000 1.7 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.6 2006/02/28 13:51:25 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.7 2006/04/25 12:50:20 neysx Exp $ --> <guide link="/doc/en/liveusb.xml"> <title>Gentoo Linux LiveUSB HOWTO</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.2</version> -<date>2006-02-28</date> +<version>1.3</version> +<date>2006-04-25</date> <chapter> <title>Introduction</title> @@ -161,6 +161,12 @@ # <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i> </pre> +<note> +If you receive a <e>Could not find any loop device</e> error message when +mounting the iso, you need to enable the <c>Loopback device support</c> option +in your kernel configuration. +</note> + </body> </section> <section> -- [email protected] mailing list
