From 97df3975835ff0f280c1f8740c27f7c119b725b9 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Tue, 13 Jun 2023 09:13:09 -0400 Subject: [PATCH] Update 01-boot.sh --- install-scripts/2-baseSystem/01-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/2-baseSystem/01-boot.sh b/install-scripts/2-baseSystem/01-boot.sh index af6e0c41..21934c67 100644 --- a/install-scripts/2-baseSystem/01-boot.sh +++ b/install-scripts/2-baseSystem/01-boot.sh @@ -11,7 +11,7 @@ if [ -f /boot/config.txt ]; then echo "arm_64bit=1" >> /boot/config.txt fi cat "$FILE_FOLDER"/appendToConfig.txt >> /boot/config.txt - sed -i 's/kms-v3d$/kms-v3d,cma-128/' /boot/config.txt + sed -i 's/-kms-v3d$/-fkms-v3d,cma-128/' /boot/config.txt fi ## RaspOS