From c41b5a612207e721c08fbebc92eadfc876b42645 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 5 Mar 2025 20:26:50 -0600 Subject: [PATCH] Update: Bootstrap script needs iki_read and iki_write for fake_programs. --- build/scripts/bootstrap-example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/bootstrap-example.sh b/build/scripts/bootstrap-example.sh index a94e556..fdbe010 100644 --- a/build/scripts/bootstrap-example.sh +++ b/build/scripts/bootstrap-example.sh @@ -69,7 +69,7 @@ build_mode_extra_param_2= build_mode_extra_value_2= shell_command=bash exclude_programs= -fake_programs="fss_read fss_write status_code" +fake_programs="fss_read fss_write iki_read iki_write status_code" grab_next= skip= -- 1.8.3.1