mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-07 09:57:50 +00:00
Merge pull request #398 from chewitt/noobs_cosmetics
cosmetic changes for noobs
This commit is contained in:
commit
98f1ca693b
@ -1,20 +1,20 @@
|
|||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
# This file is part of LibreELEC - https://libreelec.tv
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 2 of the License, or
|
# the Free Software Foundation, either version 2 of the License, or
|
||||||
# (at your option) any later version.
|
# (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
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
MOUNTPOINT="/tmp/LibreELEC-System"
|
MOUNTPOINT="/tmp/LibreELEC-System"
|
||||||
@ -26,10 +26,10 @@ md5sumCheck() {
|
|||||||
if [ "$?" = "1" ]; then
|
if [ "$?" = "1" ]; then
|
||||||
echo "#######################################################"
|
echo "#######################################################"
|
||||||
echo "# #"
|
echo "# #"
|
||||||
echo "# LibreELEC failed md5 check - Installation will quit #"
|
echo "# Invalid MD5 checksum - Installation stopped #"
|
||||||
echo "# #"
|
echo "# #"
|
||||||
echo "# Your original download was probably corrupt. #"
|
echo "# Your download was probably corrupt. #"
|
||||||
echo "# Please visit www.libreelec.tv and get another copy #"
|
echo "# Visit https://libreelec.tv to download again #"
|
||||||
echo "# #"
|
echo "# #"
|
||||||
echo "#######################################################"
|
echo "#######################################################"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
DISTRONAME="LibreELEC"
|
DISTRONAME="LibreELEC"
|
||||||
|
|
||||||
# short project description
|
# 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)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
GREETING0="##############################################"
|
GREETING0="##############################################"
|
||||||
|
@ -1,21 +1,23 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
# This file is part of LibreELEC - https://libreelec.tv
|
||||||
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2016 LibreELEC Team
|
||||||
|
#
|
||||||
# Inspired and partly copied from:
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 2 of the License, or
|
# the Free Software Foundation, either version 2 of the License, or
|
||||||
# (at your option) any later version.
|
# (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
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
################################################################################
|
################################################################################
|
||||||
# Bootloader configuration - config.txt
|
# Bootloader configuration - config.txt
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user