Merge pull request #3910 from ToKe79/le_master-aml_mkimage_labels

Amlogic mkimage: use DISTRO labels
This commit is contained in:
Christian Hewitt 2019-10-16 05:17:42 +03:00 committed by GitHub
commit f9682060ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ mkimage_extlinux(){
LABEL ${DISTRO}
LINUX /${KERNEL_NAME}
FDT /${DTB}
APPEND boot=LABEL=LIBREELEC disk=LABEL=STORAGE quiet ${EXTRA_CMDLINE}
APPEND boot=LABEL=${DISTRO_BOOTLABEL} disk=LABEL=${DISTRO_DISKLABEL} quiet ${EXTRA_CMDLINE}
EOF
mcopy -s -o "${LE_TMP}/extlinux" ::
}