From 51b1613d9e7fab36fb29a7b7c673958af942995f Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Mon, 7 Apr 2025 12:10:10 +0000 Subject: [PATCH] scripts: unbranding changes for image script Signed-off-by: Christian Hewitt --- scripts/image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/image b/scripts/image index 5713f846c8..24bcfd2490 100755 --- a/scripts/image +++ b/scripts/image @@ -139,7 +139,7 @@ rm -rf ${INSTALL} rm -rf ${STAMPS_INSTALL} mkdir -p ${INSTALL} -# Create base layout of LibreELEC read-only file system +# Create base layout of read-only file system for directory in etc dev proc run sys tmp usr var flash storage; do mkdir -p ${INSTALL}/${directory} done @@ -374,7 +374,7 @@ if [ "${1}" = "release" -o "${1}" = "mkimage" -o "${1}" = "noobs" ]; then RELEASE_DIR="${TARGET_IMG}/${IMAGE_NAME}-${1}" - # eg. LibreELEC_RPi, LibreELEC_RPi2 etc. + # eg. Distro_RPi, Distro_RPi2 etc. NOOBS_DISTRO="${DISTRONAME}_${DEVICE:-${PROJECT}}" # Create release dir