kernel: Add support for gpt partitions
We are using a GPT partition table in the WIC file, so GPT support is required. id:458169
This commit is contained in:
parent
02dc2cdbef
commit
49cf460db4
|
|
@ -669,7 +669,7 @@ CONFIG_MSDOS_PARTITION=y
|
||||||
# CONFIG_ULTRIX_PARTITION is not set
|
# CONFIG_ULTRIX_PARTITION is not set
|
||||||
# CONFIG_SUN_PARTITION is not set
|
# CONFIG_SUN_PARTITION is not set
|
||||||
# CONFIG_KARMA_PARTITION is not set
|
# CONFIG_KARMA_PARTITION is not set
|
||||||
# CONFIG_EFI_PARTITION is not set
|
CONFIG_EFI_PARTITION=y
|
||||||
# CONFIG_SYSV68_PARTITION is not set
|
# CONFIG_SYSV68_PARTITION is not set
|
||||||
# CONFIG_CMDLINE_PARTITION is not set
|
# CONFIG_CMDLINE_PARTITION is not set
|
||||||
# end of Partition Types
|
# end of Partition Types
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue