distro: Enable iso partition code
Now that we can properly boot EFI payloads from iso el torito images, let's enable support for isos by default in the distro header. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
ecbe1a07c5
commit
578ec3b1fb
|
|
@ -62,6 +62,7 @@
|
||||||
#define CONFIG_MENU
|
#define CONFIG_MENU
|
||||||
#define CONFIG_DOS_PARTITION
|
#define CONFIG_DOS_PARTITION
|
||||||
#define CONFIG_EFI_PARTITION
|
#define CONFIG_EFI_PARTITION
|
||||||
|
#define CONFIG_ISO_PARTITION
|
||||||
#define CONFIG_SUPPORT_RAW_INITRD
|
#define CONFIG_SUPPORT_RAW_INITRD
|
||||||
#define CONFIG_SYS_HUSH_PARSER
|
#define CONFIG_SYS_HUSH_PARSER
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue