Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/578ec3b1fb3f4e85d8243d442f66f308c94b791d You should set ROOT_URL correctly, otherwise the web may not work correctly.

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>
master
Alexander Graf 9 years ago committed by Tom Rini
parent ecbe1a07c5
commit 578ec3b1fb
  1. 1
      include/config_distro_defaults.h

@ -62,6 +62,7 @@
#define CONFIG_MENU
#define CONFIG_DOS_PARTITION
#define CONFIG_EFI_PARTITION
#define CONFIG_ISO_PARTITION
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_SYS_HUSH_PARSER

Loading…
Cancel
Save