Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos, supposedly.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@124 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Tim Yamin 21 years ago
parent 5a3ac05d80
commit b106d22276

@ -33,7 +33,7 @@ findcdmount() {
for x in $*
do
echo -e "${GOOD}>>${NORMAL} Attempting to mount CD:- ${x}"
mount -t iso9660 -r ${x} /newroot/mnt/cdrom > /dev/null 2>&1
mount -r ${x} /newroot/mnt/cdrom > /dev/null 2>&1
if [ "$?" = "0" ]
then
REAL_ROOT="${x}"

Loading…
Cancel
Save