From 775963a3ef28fbaed430355fcdc4aa52ae299522 Mon Sep 17 00:00:00 2001 From: chewitt Date: Fri, 27 May 2016 13:48:35 +0100 Subject: [PATCH 1/3] noobs: rebrand script to LE --- config/noobs/partition_setup.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/noobs/partition_setup.sh b/config/noobs/partition_setup.sh index d6b9c16c67..a11e5faadb 100755 --- a/config/noobs/partition_setup.sh +++ b/config/noobs/partition_setup.sh @@ -1,20 +1,20 @@ #!/bin/sh -x ################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2016 LibreELEC Team # -# 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 . ################################################################################ MOUNTPOINT="/tmp/LibreELEC-System" @@ -26,10 +26,10 @@ md5sumCheck() { if [ "$?" = "1" ]; then echo "#######################################################" echo "# #" - echo "# LibreELEC failed md5 check - Installation will quit #" + echo "# Invalid MD5 checksum - Installation stopped #" echo "# #" - echo "# Your original download was probably corrupt. #" - echo "# Please visit www.libreelec.tv and get another copy #" + echo "# Your download was probably corrupt. #" + echo "# Visit https://libreelec.tv to download again #" echo "# #" echo "#######################################################" exit 1 From e6b8098b674e0c77b01cda7684229fe70dc05ded Mon Sep 17 00:00:00 2001 From: chewitt Date: Fri, 27 May 2016 13:49:21 +0100 Subject: [PATCH 2/3] noobs: update distro description --- distributions/LibreELEC/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 6395b4a14c..a52d849c83 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -2,7 +2,7 @@ DISTRONAME="LibreELEC" # short project description - DESCRIPTION="LibreELEC is a fast and user-friendly Kodi Entertainment Center distribution." + DESCRIPTION="LibreELEC is a fast and user-friendly Kodi media centre distribution." # Welcome Message for e.g. SSH Server (up to 5 Lines) GREETING0="##############################################" From cb4fa2166e29f7da619e7c990b8e1de53b9f5230 Mon Sep 17 00:00:00 2001 From: chewitt Date: Fri, 27 May 2016 14:05:40 +0100 Subject: [PATCH 3/3] noobs: rebrand config.txt to avoid confusion --- .../files/3rdparty/bootloader/config.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt b/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt index 7bf5c43869..ded6a36803 100644 --- a/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt +++ b/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt @@ -1,21 +1,23 @@ ################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2016 LibreELEC Team +# # Inspired and partly copied from: +# http://tinyurl.com/gvx7v95 (C) 2009-2014 Stephan Raue # http://youresuchageek.blogspot.fr/2012/09/howto-raspberry-pi-openelec-on.html # -# 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 . ################################################################################ # Bootloader configuration - config.txt ################################################################################