mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #3252 from craxycat/patch-1
FIX getedid create sh: bad number on intel/amd
This commit is contained in:
commit
f729718f3f
@ -179,6 +179,9 @@ intel_amd() {
|
||||
# make a backup of $file
|
||||
cp "$file" "$file".old
|
||||
|
||||
#check kernel version
|
||||
check_kernel
|
||||
|
||||
# add boot parameters to $file in relation to the used kernel
|
||||
if [ "$kernel" -lt "415000" ]; then
|
||||
sed -i "/ APPEND/s/$/ initrd=\/edid.cpio drm_kms_helper.edid_firmware=$hdmi:edid\/edid.bin video=$hdmi:D/" "$file"
|
||||
|
Loading…
x
Reference in New Issue
Block a user