mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
uboot: Don't overwrite user set color space
This commit is contained in:
parent
cd14999372
commit
3a0b20ba80
@ -62,12 +62,6 @@ fi
|
||||
cp -p $SYSTEM_ROOT/usr/share/bootloader/boot.scr $BOOT_ROOT
|
||||
fi
|
||||
|
||||
# fixes
|
||||
if [ -f $BOOT_ROOT/uEnv.txt ]; then
|
||||
sed -e "s,bpp=32,bpp=16,g" -i $BOOT_ROOT/uEnv.txt
|
||||
fi
|
||||
|
||||
|
||||
# mount $BOOT_ROOT r/o
|
||||
sync
|
||||
mount -o remount,ro $BOOT_ROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user