Reworked the installation script to work on a recent qemu version

This commit is contained in:
Kees Jongenburger
2012-06-18 13:02:10 +02:00
parent 29bc00c157
commit 8a7bfc84fd
6 changed files with 64 additions and 13 deletions

View File

@@ -124,6 +124,13 @@ expect "Configure method?" {
expect "with a password. Please consult the usage manual for more information." {
send "shutdown\n"
}
expect "Choose an option; RETURN for default; SPACE to stop countdown."
set timeout 30
expect {
"Choose an option; RETURN for default; SPACE to stop countdown." {
puts "\nInstall worked\n"
}
"Press Ctrl-B to configure iPXE" {
puts "\nInstall worked\n"
}
}