Skip to content

Commit

Permalink
Update 01-boot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jun 13, 2023
1 parent f600655 commit 97df397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-scripts/2-baseSystem/01-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97df397

Please sign in to comment.