Jump to content

[Armbian build PR] - fix: chroot buid: Selecting value "user-built" for proper operation


Recommended Posts

Posted

The else condition will never be met.

if [[ "$BETA" == "yes" ]]; then
IMAGE_TYPE=nightly
elif [[ "$BETA" == "no" ]]; then
IMAGE_TYPE=stable
else
IMAGE_TYPE=user-built
fi

Description

The chroot_build_packages function collects all packages everything for all operating systems and the user is drowning in the amount of code being executed.

How Has This Been Tested?

  • [x] Test building with the EXTERNAL_NEW="compile" parameter

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines