Lines Matching refs:console_wait_send

100         self.console_wait_send("3. Drop to boot prompt", "3")
101 self.console_wait_send("> ", "consdev com0\n")
102 self.console_wait_send("> ", "boot\n")
104 self.console_wait_send("Terminal type", "xterm\n")
105 self.console_wait_send("a: Installation messages", "a\n")
106 self.console_wait_send("a: Install NetBSD", "a\n")
108 self.console_wait_send("b: Yes", "b\n")
110 self.console_wait_send("a: ld0", "a\n")
111 self.console_wait_send("a: Guid Partition Table", "a\n")
112 self.console_wait_send("a: This is the correct", "a\n")
113 self.console_wait_send("b: Use default part", "b\n")
114 self.console_wait_send("x: Partition sizes ok", "x\n")
116 self.console_wait_send("b: Yes", "b\n")
118 self.console_wait_send("b: Use serial port com0", "b\n")
119 self.console_wait_send("f: Set serial baud rate", "f\n")
120 self.console_wait_send("a: 9600", "a\n")
121 self.console_wait_send("x: Continue", "x\n")
123 self.console_wait_send("a: Full installation", "a\n")
124 self.console_wait_send("a: CD-ROM", "a\n")
127 self.console_wait_send("Hit enter to continue", "\n")
129 self.console_wait_send("d: Change root password", "d\n")
130 self.console_wait_send("a: Yes", "a\n")
138 self.console_wait_send("o: Add a user", "o\n")
142 self.console_wait_send("a: Yes", "a\n")
143 self.console_wait_send("a: /bin/sh", "a\n")
151 self.console_wait_send("a: Configure network", "a\n")
152 self.console_wait_send("a: vioif0", "a\n")
153 self.console_wait_send("Network media type", "\n")
155 self.console_wait_send("a: Yes", "a\n")
156 self.console_wait_send("DNS domain", "localnet\n")
158 self.console_wait_send("a: Yes", "a\n")
160 self.console_wait_send("a: Yes", "a\n")
162 self.console_wait_send("e: Enable install", "e\n")
165 self.console_wait_send("f: Proxy", "f\n")
168 self.console_wait_send("x: Install pkgin", "x\n")
170 self.console_wait_send("Hit enter to continue", "\n")
173 self.console_wait_send("g: Enable sshd", "g\n")
174 self.console_wait_send("x: Finished conf", "x\n")
175 self.console_wait_send("Hit enter to continue", "\n")
178 self.console_wait_send("d: Reboot the computer", "d\n")
184 self.console_wait_send(prompt, "exit\n")
200 self.console_wait_send(prompt, "reboot\n")