[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: boot-floppies 2.2.9 and Debian CD's...



>     for drive in `echo /dev/hd? /dev/sd? /dev/scd?` ; do
> 	if ! mount $drive /mnt -t iso9660 -o ro > /dev/null 2>&1 ; then
> 	    continue
> 	elif [ -e /mnt/README.Debian ] ; then
> 	    foundit=1
> 	else
> 	    umount /mnt
> 	fi
>     done

That's asking for all kinds of false positives and problems. We don't want
to go mucking around with the cdrom stuff unless the user asks us to.

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`     bcollins@debian.org  --  bcollins@openldap.org  --  bmc@visi.net     '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'


Reply to: