diff --git a/scripts/image b/scripts/image index 8a6b49e1e9..b14dca7ddd 100755 --- a/scripts/image +++ b/scripts/image @@ -1,21 +1,22 @@ #!/bin/bash ################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2016-present Team LibreELEC # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # -# OpenELEC is free software: you can redistribute it and/or modify +# LibreELEC is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # -# OpenELEC is distributed in the hope that it will be useful, +# LibreELEC is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . +# along with LibreELEC. If not, see . ################################################################################ unset _CACHE_PACKAGE_LOCAL _CACHE_PACKAGE_GLOBAL _DEBUG_DEPENDS_LIST _DEBUG_PACKAGE_LIST @@ -351,6 +352,8 @@ if [ "$1" = "release" -o "$1" = "mkimage" -o "$1" = "amlpkg" -o "$1" = "noobs" ] TARGET_KERNEL_ARCH="$TARGET_KERNEL_ARCH" \ RELEASE_DIR=$RELEASE_DIR \ UUID_STORAGE="$(uuidgen)" \ + DISTRO_BOOTLABEL="$DISTRO_BOOTLABEL" \ + DISTRO_DISKLABEL="$DISTRO_DISKLABEL" \ UBOOT_SYSTEM="$UBOOT_SYSTEM" \ UBOOT_VERSION="$UBOOT_VERSION" \ EXTRA_CMDLINE="$EXTRA_CMDLINE" \