:: commit 20d80661a252dbee53c461c583a90c38f62c0b30

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

parents: d6f907dabd

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 f9d03da0..37aa9849 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