From 2f5f1c4812faa6aa626a0fa2c080108ce8a5f12f Mon Sep 17 00:00:00 2001 From: gwright Date: Wed, 11 Oct 2023 18:35:41 -0400 Subject: [PATCH] Add a 1 second delay before accessing the boostrap disk. --- build/ks10/include.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ks10/include.tcl b/build/ks10/include.tcl index fe5bedb5..de52590f 100644 --- a/build/ks10/include.tcl +++ b/build/ks10/include.tcl @@ -22,6 +22,7 @@ proc start_dskdmp_its {} { } proc mark_pack {unit pack id} { + after 1000 respond "\n" "mark\033g" respond "Format pack on unit #" "$unit" respond "Are you sure you want to format pack on drive" "y"