UDF has been around for more than a decade in the kernel. Now with a
fsck_udf(8) it is not making sense to keep it calling `experimental'.
This commit is contained in:
parent
374cb9be67
commit
4e45e5a272
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: filesystems.config,v 1.14 2020/04/04 15:43:22 jdolecek Exp $
|
||||
# $NetBSD: filesystems.config,v 1.15 2022/04/06 13:59:22 reinoud Exp $
|
||||
#file-system ADOSFS # AmigaDOS-compatible file system
|
||||
#options APPLE_UFS # Apple UFS support in FFS
|
||||
#file-system AUTOFS # Automounter Filesystem
|
||||
|
@ -28,7 +28,7 @@ file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
|||
pseudo-device putter # for puffs and pud
|
||||
#file-system SYSVBFS # sysvfs
|
||||
file-system TMPFS # Efficient memory file-system
|
||||
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
||||
file-system UDF # OSTA UDF CD/DVD file-system
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
#file-system V7FS # 7th Edition(V7) File System
|
||||
|
|
Loading…
Reference in New Issue