From 01efa0171d6f3f21a8e9e70eca1faf57c8b34ba6 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 5 Apr 2022 11:30:10 -0700 Subject: [PATCH] test-runner: enable scripts to be executed as init This enables CONFIG_BINFMT_SCRIPT which allows the init process to interpret #! and execute the script rather than requiring a binary for init. --- tools/test_runner_kernel_config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test_runner_kernel_config b/tools/test_runner_kernel_config index 7806fdb2..c7049edd 100755 --- a/tools/test_runner_kernel_config +++ b/tools/test_runner_kernel_config @@ -51,3 +51,4 @@ scripts/config --enable CONFIG_SECURITYFS scripts/config --enable CONFIG_BINFMT_ELF scripts/config --enable CONFIG_HOSTFS scripts/config --enable CONFIG_UML_TIME_TRAVEL_SUPPORT +scripts/config --enable CONFIG_BINFMT_SCRIPT