mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +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
|
cp -p $SYSTEM_ROOT/usr/share/bootloader/boot.scr $BOOT_ROOT
|
||||||
fi
|
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
|
# mount $BOOT_ROOT r/o
|
||||||
sync
|
sync
|
||||||
mount -o remount,ro $BOOT_ROOT
|
mount -o remount,ro $BOOT_ROOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user