Try using -t iso9660,vfat to our mount command, since we can't use only iso9660 as it breaks booting from a USB stick.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@437 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 19 years ago
parent e22b578be7
commit 197155af44

@ -72,7 +72,7 @@ findcdmount() {
if [ -b "${x}" ] if [ -b "${x}" ]
then then
good_msg "Attempting to mount media:- ${x}" good_msg "Attempting to mount media:- ${x}"
mount -r -t auto ${x} ${NEW_ROOT}/mnt/cdrom > /dev/null 2>&1 mount -r -t iso9660,vfat ${x} ${NEW_ROOT}/mnt/cdrom > /dev/null 2>&1
if [ "$?" = '0' ] if [ "$?" = '0' ]
then then
# Check for a LiveCD # Check for a LiveCD

Loading…
Cancel
Save