mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
Merge pull request #3910 from ToKe79/le_master-aml_mkimage_labels
Amlogic mkimage: use DISTRO labels
This commit is contained in:
commit
f9682060ca
@ -41,7 +41,7 @@ mkimage_extlinux(){
|
|||||||
LABEL ${DISTRO}
|
LABEL ${DISTRO}
|
||||||
LINUX /${KERNEL_NAME}
|
LINUX /${KERNEL_NAME}
|
||||||
FDT /${DTB}
|
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
|
EOF
|
||||||
mcopy -s -o "${LE_TMP}/extlinux" ::
|
mcopy -s -o "${LE_TMP}/extlinux" ::
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user