summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-14 17:56:15 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-14 17:56:15 +0000
commitdfba5db41aa934c6fac5b90eb87b4ac0ede4deba (patch)
tree4fd9bce88bc2c3d3bc06cee38c4f086ec7823494 /eclass
parent. (diff)
downloadhistorical-dfba5db41aa934c6fac5b90eb87b4ac0ede4deba.tar.gz
historical-dfba5db41aa934c6fac5b90eb87b4ac0ede4deba.tar.bz2
historical-dfba5db41aa934c6fac5b90eb87b4ac0ede4deba.zip
Added Joliet info to cdrom_locate_file_on_cd
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 73d366ba11a2..87fc91709df5 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.182 2005/06/11 00:02:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.183 2005/06/14 17:56:15 wolf31o2 Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -1363,6 +1363,11 @@ cdrom_locate_file_on_cd() {
fi
einfo "Press return to scan for the cd again"
einfo "or hit CTRL+C to abort the emerge."
+ echo
+ einfo "If you are having trouble with the detection"
+ einfo "of your CD, it is possible that you do not have"
+ einfo "Joliet support enabled in your kernel. Please"
+ einfo "check that CONFIG_JOLIET is enabled in your kernel."
read
fi
done