:: commit 7c08398205f40f3d181dfd743afa8ba40596cc80

mintsuki <mintsuki@protonmail.com> — 2023-12-10 00:24

parents: 8d9fcc54af

docs/config: Remove mentions of TERM_CONFIG_OVERRIDE as it no longer exists

diff --git a/CONFIG.md b/CONFIG.md
index d55d8af0..19bb01a6 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -123,7 +123,6 @@ Editor control options.
 
   * `RESOLUTION` - The resolution to be used. This setting takes the form of `<width>x<height>x<bpp>`. If the resolution is not available, Limine will pick another one automatically. Omitting `<bpp>` will default to 32.
   * `KASLR` - For relocatable kernels, if set to `no`, disable kernel address space layout randomisation. KASLR is enabled by default.
-  * `TERM_CONFIG_OVERRIDE` - If set to `yes`, override the terminal configuration for this entry. Resets all the `TERM_*` assignments to default and allows setting them anew inside the entry. Note that without this, Limine will never look for terminal configuration settings inside entries.
 
 * Chainload protocol on BIOS:
   * `DRIVE` - The 1-based drive to chainload, if omitted, assume boot drive.
diff --git a/common/menu.c b/common/menu.c
index e18b8eb1..c847e4f7 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -99,7 +99,6 @@ static const char *VALID_KEYS[] = {
     "DRIVE",
     "PARTITION",
     "IMAGE_PATH",
-    "TERM_CONFIG_OVERRIDE",
     "TERM_PALETTE",
     "TERM_PALETTE_BRIGHT",
     "TERM_BACKGROUND",
tab: 248 wrap: offon