Minor fix after testing the installation on my home computer.

This commit is contained in:
Kees Jongenburger
2012-08-28 13:36:22 +02:00
parent 7412b86455
commit 1d0bf53fc9

View File

@@ -155,27 +155,28 @@ expect {
timeout last_chance
}
set timeout 600
set timeout 200
set step "formatting disk"
for {} 1 {} {
expect {
timeout last_chance
"Step 7" {
puts "Found step 7\n"
break
}
}
}
set timeout 600
set step "installing files"
for {} 1 {} {
expect {
timeout last_chance
"Step 8" {
puts "Exit for step 8\n"
break
}
-re "$" { }
timeout last_chance
}
}