Fixing a regression introduced in rev1.72 by connecting cd9660 to the
external mounting program list as well; otherwise, entry like the following in /etc/fstab wouldn't work: /dev/acd0 /mnt/cdrom cd9660 ro,-C=big5 0 0 Reviewed by: rodrigc
This commit is contained in:
parent
389f1f906b
commit
6973ce04c4
@ -129,7 +129,7 @@ use_mountprog(const char *vfstype)
|
||||
*/
|
||||
unsigned int i;
|
||||
const char *fs[] = {
|
||||
"mfs", "msdosfs", "nfs", "nfs4", "ntfs",
|
||||
"cd9660", "mfs", "msdosfs", "nfs", "nfs4", "ntfs",
|
||||
"nwfs", "nullfs", "portalfs", "reiserfs", "smbfs", "udf", "umapfs",
|
||||
"unionfs",
|
||||
NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user