Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Hi all, small question
#85
(29.12.2018, 19:54)harryberlin schrieb: i should try to check the system with other method.

Maybe implement the system identification like Peter Zelezny did when installing pibus software?


Code:
uname -a | grep -i osmc > /dev/null
if [ $? -eq 0 ]; then
    OSMC="1"
    HOMEDIR="/home/osmc"
    CONFIGDIR="/boot"
    FLAGS="-c22 -v4"
else
    # OpenELEC
    OSMC="0"
    HOMEDIR="/storage"
    CONFIGDIR="/flash"
    FLAGS="-c22 -v4"
fi

cd ${HOMEDIR}
if [ $? -ne 0 ]; then
    exit 2
fi
install_autostart
install_pibus
install_skin
install_dac_overlay
install_pi3_overlay

As far as I understand, this is a mistake in system identification, since you entered the system definition by host name, and if the host name is not osmc, then the installation principle for another system, for example LibreElec, is launched.
Did I understand this situation correctly?
Zitieren


Nachrichten in diesem Thema
Hi all, small question - von makpowa - 18.07.2017, 19:03
RE: Hi all, small question - von Soheyl - 18.07.2017, 22:39
RE: Hi all, small question - von makpowa - 18.07.2017, 22:47
RE: Hi all, small question - von harryberlin - 18.07.2017, 23:34
RE: Hi all, small question - von makpowa - 18.07.2017, 23:35
RE: Hi all, small question - von makpowa - 19.07.2017, 00:54
RE: Hi all, small question - von harryberlin - 19.07.2017, 07:54
RE: Hi all, small question - von makpowa - 17.08.2017, 13:20
RE: Hi all, small question - von harryberlin - 17.08.2017, 16:48
RE: Hi all, small question - von makpowa - 17.08.2017, 22:16
RE: Hi all, small question - von harryberlin - 17.08.2017, 22:53
RE: Hi all, small question - von makpowa - 18.08.2017, 01:20
RE: Hi all, small question - von makpowa - 18.08.2017, 19:18
RE: Hi all, small question - von harryberlin - 18.08.2017, 20:05
RE: Hi all, small question - von makpowa - 18.08.2017, 21:56
RE: Hi all, small question - von makpowa - 20.08.2017, 19:01
RE: Hi all, small question - von Benasitas - 12.11.2017, 19:51
RE: Hi all, small question - von harryberlin - 12.11.2017, 19:58
RE: Hi all, small question - von Benasitas - 12.11.2017, 20:17
RE: Hi all, small question - von harryberlin - 12.11.2017, 20:26
RE: Hi all, small question - von Benasitas - 12.11.2017, 20:53
RE: Hi all, small question - von Benasitas - 14.11.2017, 22:36
RE: Hi all, small question - von harryberlin - 14.11.2017, 22:40
RE: Hi all, small question - von Benasitas - 15.11.2017, 20:22
RE: Hi all, small question - von gerard1989 - 25.06.2018, 17:07
RE: Hi all, small question - von harryberlin - 15.11.2017, 20:29
RE: Hi all, small question - von Xollen - 18.11.2017, 01:12
RE: Hi all, small question - von Benasitas - 18.11.2017, 15:15
RE: Hi all, small question - von Bahamajoe - 21.11.2017, 12:05
RE: Hi all, small question - von harryberlin - 21.11.2017, 12:11
RE: Hi all, small question - von Benasitas - 22.11.2017, 19:42
RE: Hi all, small question - von harryberlin - 22.11.2017, 20:00
RE: Hi all, small question - von harryberlin - 25.06.2018, 19:54
RE: Hi all, small question - von gerard1989 - 25.06.2018, 20:30
RE: Hi all, small question - von harryberlin - 25.06.2018, 21:23
RE: Hi all, small question - von gerard1989 - 25.06.2018, 21:30
RE: Hi all, small question - von harryberlin - 25.06.2018, 21:37
RE: Hi all, small question - von gerard1989 - 25.06.2018, 22:10
RE: Hi all, small question - von harryberlin - 25.06.2018, 22:23
RE: Hi all, small question - von gerard1989 - 25.06.2018, 23:12
RE: Hi all, small question - von harryberlin - 25.06.2018, 23:19
RE: Hi all, small question - von gerard1989 - 25.06.2018, 23:29
RE: Hi all, small question - von harryberlin - 25.06.2018, 23:46
RE: Hi all, small question - von gerard1989 - 26.06.2018, 00:33
RE: Hi all, small question - von harryberlin - 26.06.2018, 00:47
RE: Hi all, small question - von gerard1989 - 26.06.2018, 00:52
RE: Hi all, small question - von harryberlin - 26.06.2018, 19:34
RE: Hi all, small question - von gerard1989 - 28.12.2018, 18:55
RE: Hi all, small question - von gerard1989 - 26.06.2018, 20:31
RE: Hi all, small question - von harryberlin - 26.06.2018, 20:55
RE: Hi all, small question - von gerard1989 - 26.06.2018, 21:29
RE: Hi all, small question - von harryberlin - 26.06.2018, 21:34
RE: Hi all, small question - von gerard1989 - 26.06.2018, 21:52
RE: Hi all, small question - von harryberlin - 26.06.2018, 21:55
RE: Hi all, small question - von gerard1989 - 26.06.2018, 22:00
RE: Hi all, small question - von harryberlin - 26.06.2018, 22:12
RE: Hi all, small question - von gerard1989 - 26.06.2018, 22:18
RE: Hi all, small question - von harryberlin - 27.06.2018, 20:36
RE: Hi all, small question - von gerard1989 - 03.08.2018, 01:44
RE: Hi all, small question - von harryberlin - 03.08.2018, 21:21
RE: Hi all, small question - von lingg - 05.08.2018, 13:49
RE: Hi all, small question - von harryberlin - 05.08.2018, 17:17
RE: Hi all, small question - von lingg - 05.08.2018, 19:21
RE: Hi all, small question - von lingg - 12.08.2018, 21:01
RE: Hi all, small question - von Doni - 13.08.2018, 15:03
RE: Hi all, small question - von harryberlin - 14.08.2018, 03:55
RE: Hi all, small question - von Doni - 14.08.2018, 06:42
RE: Hi all, small question - von lingg - 14.08.2018, 11:50
RE: Hi all, small question - von harryberlin - 14.08.2018, 13:26
RE: Hi all, small question - von Doni - 17.08.2018, 07:03
RE: Hi all, small question - von harryberlin - 19.08.2018, 12:55
RE: Hi all, small question - von Doni - 20.08.2018, 12:51
RE: Hi all, small question - von harryberlin - 20.08.2018, 13:27
RE: Hi all, small question - von Doni - 20.08.2018, 13:53
RE: Hi all, small question - von harryberlin - 20.08.2018, 18:19
RE: Hi all, small question - von Doni - 21.08.2018, 07:03
RE: Hi all, small question - von harryberlin - 21.08.2018, 21:58
RE: Hi all, small question - von Doni - 22.08.2018, 08:19
RE: Hi all, small question - von harryberlin - 24.08.2018, 18:46
RE: Hi all, small question - von harryberlin - 28.12.2018, 23:59
RE: Hi all, small question - von gerard1989 - 29.12.2018, 09:42
RE: Hi all, small question - von harryberlin - 29.12.2018, 12:41
RE: Hi all, small question - von gerard1989 - 29.12.2018, 19:00
RE: Hi all, small question - von harryberlin - 29.12.2018, 19:54
RE: Hi all, small question - von gerard1989 - 29.12.2018, 23:39
RE: Hi all, small question - von harryberlin - 30.12.2018, 23:19
RE: Hi all, small question - von lingg - 03.06.2019, 12:33
RE: Hi all, small question - von harryberlin - 03.06.2019, 18:35
RE: Hi all, small question - von lingg - 03.06.2019, 21:28
RE: Hi all, small question - von harryberlin - 03.06.2019, 22:26
RE: Hi all, small question - von lingg - 04.06.2019, 08:16
RE: Hi all, small question - von lingg - 05.06.2019, 07:02
RE: Hi all, small question - von harryberlin - 05.06.2019, 12:30
Hi all, small question - von makpowa - 23.09.2020, 21:11
RE: Hi all, small question - von harryberlin - 23.09.2020, 22:47
RE: Hi all, small question - von makpowa - 24.09.2020, 11:47
RE: Hi all, small question - von harryberlin - 24.09.2020, 11:56
RE: Hi all, small question - von makpowa - 01.10.2020, 21:16
RE: Hi all, small question - von harryberlin - 01.10.2020, 23:01
RE: Hi all, small question - von makpowa - 02.10.2020, 19:04
RE: Hi all, small question - von harryberlin - 02.10.2020, 20:54
RE: Hi all, small question - von makpowa - 08.10.2020, 18:10
RE: Hi all, small question - von harryberlin - 08.10.2020, 20:57
Hi all, small question - von makpowa - 09.10.2020, 12:26
RE: Hi all, small question - von harryberlin - 09.10.2020, 14:26
Hi all, small question - von makpowa - 09.10.2020, 15:28
RE: Hi all, small question - von harryberlin - 09.10.2020, 17:26
RE: Hi all, small question - von makpowa - 10.10.2020, 00:10
RE: Hi all, small question - von harryberlin - 10.10.2020, 00:18
RE: Hi all, small question - von makpowa - 10.10.2020, 11:19
Hi all, small question - von makpowa - 10.12.2020, 12:37
RE: Hi all, small question - von harryberlin - 10.12.2020, 13:29
RE: Hi all, small question - von makpowa - 10.12.2020, 14:40
RE: Hi all, small question - von harryberlin - 10.12.2020, 22:01
RE: Hi all, small question - von Doni - 05.05.2021, 13:53
RE: Hi all, small question - von harryberlin - 05.05.2021, 21:01

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 7 Gast/Gäste