mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 07:59:23 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152778
@ -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…
Reference in New Issue
Block a user