Skip to content

Commit

Permalink
Ensure CONFIG_VFAT_FS is conformed (=y) in kernel
Browse files Browse the repository at this point in the history
Addresses issue #8
  • Loading branch information
sakaki- committed Feb 12, 2017
1 parent c24d29d commit 22f5b52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildkernel
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,9 @@ conform_config_file() {
# modules really, since we copy all modules into the initramfs
show "Ensuring Serpent, Whirlpool and SHA-512 are included..."
set_kernel_config_list_to_y "CRYPTO_SERPENT CRYPTO_WP512 CRYPTO_SHA512"
# the EFI system system partition is formatted FAT...
show "Ensuring VFAT file system support included..."
set_kernel_config_list_to_y "VFAT_FS"
show "Ensuring device mapper and crypt target support are included..."
set_kernel_config_list_to_y "BLK_DEV_DM DM_CRYPT"
show "Ensuring kernel makes config available under /proc..."
Expand Down

0 comments on commit 22f5b52

Please sign in to comment.