Skip to content

Commit

Permalink
feat: enable udf support
Browse files Browse the repository at this point in the history
This PR adds udf support to the kernel. Needed for mounting azure
userdata from cdrom.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
  • Loading branch information
rsmitty committed Jan 28, 2020
1 parent 452221e commit 2cf024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -4386,7 +4386,7 @@ CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_UDF_FS is not set
CONFIG_UDF_FS=y
# end of CD-ROM/DVD Filesystems

#
Expand Down

0 comments on commit 2cf024b

Please sign in to comment.