enable UDF on arm64 install media
authorjsg <jsg@openbsd.org>
Mon, 13 Nov 2023 12:49:41 +0000 (12:49 +0000)
committerjsg <jsg@openbsd.org>
Mon, 13 Nov 2023 12:49:41 +0000 (12:49 +0000)
ok deraadt@ kn@

distrib/arm64/ramdisk/list
sys/arch/arm64/conf/RAMDISK

index 38f938e..d82876f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: list,v 1.22 2023/04/28 01:24:14 kevlo Exp $
+#      $OpenBSD: list,v 1.23 2023/11/13 12:49:41 jsg Exp $
 
 SRCDIRS distrib/special
 
@@ -45,6 +45,7 @@ LINK  instbin                                 sbin/mount_ext2fs
 LINK   instbin                                 sbin/mount_ffs
 LINK   instbin                                 sbin/mount_msdos
 LINK   instbin                                 sbin/mount_nfs
+LINK   instbin                                 sbin/mount_udf
 LINK   instbin                                 sbin/newfs
 LINK   instbin                                 sbin/newfs_ext2fs
 LINK   instbin                                 sbin/newfs_msdos
index fb9ffe7..f97f967 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.210 2023/11/11 17:20:21 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.211 2023/11/13 12:49:41 jsg Exp $
 
 machine                arm64
 maxusers       4
@@ -23,6 +23,7 @@ option                INET6
 option         EXT2FS
 option         NFSCLIENT
 option         CD9660
+option         UDF
 option         CRYPTO
 
 makeoptions    KERNEL_BASE_PHYS="0x00200000"