From 197155af44f3fd3f709a56a628582b8a4b5d60b0 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 12 Sep 2006 17:04:01 +0000 Subject: [PATCH] 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 --- generic/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2