File: test_netbsd8_pmax_install.expect

package info (click to toggle)
gxemul 0.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,152 kB
  • sloc: ansic: 111,065; sh: 972; exp: 354; makefile: 118
file content (44 lines) | stat: -rwxr-xr-x 829 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/usr/local/bin/expect

set timeout 4000
spawn ./gxemul -e3max -q -d nbsd8_pmax.img -d bc:../../emul/mips/NetBSD-8.0-pmax.iso

expect "Terminal type"
send "xterm\r"
expect " in English"
send "\r"
expect "Install NetBSD"
send "\r"
expect "b: Yes"
send "b\r"
expect "sd0"
send "\r"
expect "Set sizes of NetBSD partitions"
send "\r"
expect "Add a user defined"
send "g\r/tftpboot\r4000\rx\r"
expect "Partition sizes ok"
send "\r"
expect "Please enter a name for"
send "test\r"
expect "b: Yes"
send "b\r"
expect "Hit enter to continue"
send "\r"
expect "a: Full installation"
send "\r"
expect "a: CD-ROM"
send "\r"
expect "x: Continue"
send "x\r"
expect "Hit enter to continue"
send "\r"
expect "Finished configuring"
send "\r"
expect "Hit enter to continue"
send "\r"
expect "Exit Install System"
send "x\rsync\rhalt -p\r"

close