Drat! For CDROM, we need to mount_cd9660 not just mount (slap!).
This commit is contained in:
parent
46cf4f38ae
commit
d86019dd9b
@ -13,7 +13,7 @@
|
||||
# putting your name on top after doing something trivial like reindenting
|
||||
# it, just to make it look like you wrote it!).
|
||||
#
|
||||
# $Id: bininst,v 1.31 1994/11/12 05:04:21 jkh Exp $
|
||||
# $Id: bininst,v 1.32 1994/11/12 06:12:27 jkh Exp $
|
||||
|
||||
# Some useful constants.
|
||||
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
|
||||
@ -462,7 +462,7 @@ install_set()
|
||||
;;
|
||||
|
||||
cdrom)
|
||||
if ! mount $media_device /mnt > /dev/ttyv1 2>&1; then
|
||||
if ! mount_cd9660 $media_device /mnt > /dev/ttyv1 2>&1; then
|
||||
error "Unable to mount $media_device on /mnt"
|
||||
else
|
||||
dialog --title "CDROM Information" $clear \
|
||||
|
Loading…
Reference in New Issue
Block a user