Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
92756010
Commit
92756010
authored
Feb 18, 2022
by
Antoine Kaufmann
Browse files
images: add vfat support to kernel
Ubuntu cloud images use this for EFI.
parent
1022960f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
images/kernel/config-5.4.46
images/kernel/config-5.4.46
+8
-4
No files found.
images/kernel/config-5.4.46
View file @
92756010
...
@@ -2337,8 +2337,12 @@ CONFIG_VIRTIO_FS=y
...
@@ -2337,8 +2337,12 @@ CONFIG_VIRTIO_FS=y
#
#
# DOS/FAT/NT Filesystems
# DOS/FAT/NT Filesystems
#
#
CONFIG_FAT_FS=y
# CONFIG_MSDOS_FS is not set
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_FAT_DEFAULT_UTF8=y
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_FS is not set
# end of DOS/FAT/NT Filesystems
# end of DOS/FAT/NT Filesystems
...
@@ -2389,7 +2393,7 @@ CONFIG_MISC_FILESYSTEMS=y
...
@@ -2389,7 +2393,7 @@ CONFIG_MISC_FILESYSTEMS=y
# CONFIG_NETWORK_FILESYSTEMS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NLS=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_DEFAULT="iso8859-1"
#
CONFIG_NLS_CODEPAGE_437
is not set
CONFIG_NLS_CODEPAGE_437
=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
...
@@ -2413,7 +2417,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
...
@@ -2413,7 +2417,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
# CONFIG_NLS_ASCII is not set
#
CONFIG_NLS_ISO8859_1
is not set
CONFIG_NLS_ISO8859_1
=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_4 is not set
...
@@ -2437,7 +2441,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
...
@@ -2437,7 +2441,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
# CONFIG_NLS_MAC_TURKISH is not set
#
CONFIG_NLS_UTF8
is not set
CONFIG_NLS_UTF8
=y
# CONFIG_DLM is not set
# CONFIG_DLM is not set
# CONFIG_UNICODE is not set
# CONFIG_UNICODE is not set
# end of File systems
# end of File systems
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment