Skip to content

Commit

Permalink
Add a 1 second delay before accessing the boostrap disk.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwright83 authored and larsbrinkhoff committed Oct 12, 2023
1 parent d5d26bd commit 2f5f1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ks10/include.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2f5f1c4

Please sign in to comment.