From a4077096f36a0adb9fb31a4c884eaee9eb103c24 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 30 Jul 2023 14:29:46 +0200 Subject: [PATCH] Update 00-run-chroot.sh --- stages/03-Preconfiguration/00-run-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/03-Preconfiguration/00-run-chroot.sh b/stages/03-Preconfiguration/00-run-chroot.sh index f8954a1a..25b5e39c 100755 --- a/stages/03-Preconfiguration/00-run-chroot.sh +++ b/stages/03-Preconfiguration/00-run-chroot.sh @@ -11,7 +11,7 @@ mkdir -p /boot/openhd/ cd /opt/additionalFiles cp motd /etc/motd -if [[ "${OS}" == "radxa-ubuntu-rock5a" ]] || [[ "${OS}" == "radxa-ubuntu-rock5b" ]] || [[ "${OS}" == "radxa-debian" ]]; then +if [[ "${OS}" == "radxa-debian-rock5a" ]] || [[ "${OS}" == "radxa-debian-rock5b" ]] || [[ "${OS}" == "radxa-debian" ]]; then mkdir -p /config/openhd cp -r /boot/openhd/* /config/openhd rm -Rf /boot/openhd/*