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.
This commit is contained in:
James Prestwood 2022-04-05 11:30:10 -07:00 committed by Denis Kenzior
parent 5ef196f74d
commit 01efa0171d
1 changed files with 1 additions and 0 deletions

View File

@ -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