diglos / userpatches

Tool used to create an Ethereum full node based on Armbian distro
GNU General Public License v2.0
51 stars 8 forks source link

customize-image.sh $RELEASE $FAMILY $BOARD $BUILD_DESKTOP #15

Open RakibFiha opened 4 years ago

RakibFiha commented 4 years ago

https://github.com/diglos/userpatches/blob/master/customize-image.sh

In this script, what are the values to $FAMILY and $BUILD_DESKTOP ?

It does not seem to be in use in any part of the script.

AddressXception commented 3 years ago

these things come from the Armbian build configuration.

docs are here:

https://docs.armbian.com/Developer-Guide_Build-Options/

3cl1ps commented 3 years ago

where is this script called in the img file ? (https://ethraspbian.com/downloads/Armbian_20.11.0-trunk_Nanopct4_focal_legacy_4.4.213.img)

3cl1ps commented 3 years ago

seems to be ship in while making the img file.

https://github.com/armbian/build/blob/master/lib/image-helpers.sh#L109-L126