From af3ee54b730a9c4547c6d581ac0f0a53c77e941c Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 7 Mar 2023 20:29:37 +0200 Subject: [PATCH] fix --- docs/edid.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/edid.md b/docs/edid.md index 1ade1b81..9d61d998 100644 --- a/docs/edid.md +++ b/docs/edid.md @@ -136,10 +136,4 @@ Copy the contents into a file, ex: myedid.hex then follow the same steps as abov ## Default EDID -If for some reason you need to go back to the default EDID (changing attached device etc), you can find it locally on the Pi at `/usr/share/kvmd/configs.default/kvmd/tc358743-edid.hex`: - -``` -# cp /usr/share/kvmd/configs.default/kvmd/tc358743-edid.hex /etc/kvmd/tc358743-edid.hex -``` - -... or in the [kvmd repo](https://github.com/pikvm/kvmd/blob/master/configs/kvmd/tc358743-edid.hex). +If for some reason you need to go back to the default EDID (changing attached device etc), you can find it locally on the Pi at `/usr/share/kvmd/configs.default/kvmd/edid` or in the [kvmd repo](https://github.com/pikvm/kvmd/blob/master/configs/kvmd/edid).