File: generate

package info (click to toggle)
faumachine 20100527-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 53,836 kB
  • ctags: 20,552
  • sloc: ansic: 179,550; asm: 3,645; makefile: 3,611; perl: 2,103; sh: 1,529; python: 600; xml: 563; lex: 210; vhdl: 204
file content (28 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
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
#
# $Id: generate,v 1.1 2009-02-17 12:19:20 potyra Exp $
#
#
# Insert UltimateBootCD-3.4-full CD.
#
cdrom_insert	UltimateBootCD-3.4-full
#
# Power on node.
#
power_on
#
# Wait for "Mainboard Tools".
# Select <Mainboard Tools> by <F1>.
# Select <Memtest86+> by <F6>.
#
wait_asc	Mainboard Tools			1min
type		"\10"
wait_asc	Memtest86+			1min
type		"\15"
#
# Wait for fault detection.
#
wait_asc	00543210			10min
#
# Power off node.
#
power_off