From: Chris Gianelloni Date: Tue, 12 Sep 2006 17:04:01 +0000 (+0000) Subject: Try using -t iso9660,vfat to our mount command, since we can't use only iso9660 as... X-Git-Tag: v3.4.10.902~315 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=197155af44f3fd3f709a56a628582b8a4b5d60b0;p=genkernel.git 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 --- diff --git a/generic/initrd.scripts b/generic/initrd.scripts index 812e240..caeeb08 100644 --- a/generic/initrd.scripts +++ b/generic/initrd.scripts @@ -72,7 +72,7 @@ findcdmount() { if [ -b "${x}" ] then 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' ] then # Check for a LiveCD