From d42f05da68491e2067a03fdd8532e51271d41424 Mon Sep 17 00:00:00 2001 From: The Great Wizard Azkali <10491142+Azkali@users.noreply.github.com> Date: Wed, 21 May 2025 15:40:54 +0700 Subject: [PATCH] docs: binfmt-dispatcher.example.toml: remove redundant configuration section Signed-off-by: The Great Wizard Azkali <10491142+Azkali@users.noreply.github.com> --- docs/binfmt-dispatcher.toml.example | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/binfmt-dispatcher.toml.example b/docs/binfmt-dispatcher.toml.example index c0eb35d..2d958cc 100644 --- a/docs/binfmt-dispatcher.toml.example +++ b/docs/binfmt-dispatcher.toml.example @@ -31,11 +31,6 @@ required_paths = ["/usr/share/fex-emu/RootFS/default.erofs"] # interpreter inside muvm if the page-size is different than 4k use_muvm = true -# A minimal interpreter configuration block, which specified just the path. -# The name is assumed identical to the id, and muvm is disabled. -[interpreters.box64] -path = "/usr/bin/box64" - # The binaries section is to customize which interpreter to run for a given # binary application.