#
# $Id: generate,v 1.1 2009-02-17 10:03:02 potyra Exp $
#
#
# Enter Minix3-1.2a-CD
#
cdrom_insert	Minix3-1.2a-CD
#
# Power-on node.
#
power_on
#
# Wait for "Regular MINIX 3".
# Type "1".
#
wait_asc	Regular MINIX 3					1min
type		"1"
#
# Wait for "minix login:"
# Type "root".
#
wait_asc	minix login:  					1min
type		"root\0d"
#
# Wait for prompt.
# Type "setup".
#
wait_asc	#  						1min
type		"setup\0d"
#
# Wait for "Welcome to the MINIX 3 setup script.".
# Type <Return>.
#
wait_asc	Welcome to the MINIX 3 setup script.		1min
type		"\0d"
#
# Wait for "Select keyboard type".
# Use preselected "us-std".
# Type <Return>.
#
wait_asc	Select keyboard type				1min
type		"\0d"
#
# Wait for "Select your Ethernet chip".
# Use preselected "0" (No Ethnernet card).
# Type <Return>.
#
wait_asc	Select your Ethernet chip			1min
type		"\0d"
#
# Wait for "Select minimal or full distribution".
# Type "F"<Return> to select full install.
#
wait_asc	Select minimal or full distribution		1min
type		"F\0d"
#
# Wait for "Create or select a partition for MINIX 3".
# Type <Return> to select automatic mode.
#
wait_asc	Create or select a partition for MINIX 3	1min
type		"\0d"
#
# Wait for "Select a disk to install MINIX 3".
# Type <Return> to select suggested "[0]".
#
wait_asc	Select a disk to install MINIX 3		1min
type		"\0d"
#
# Wait for "Select a disk region".
# Type <Return> to select suggested "[0]".
#
wait_asc	Select a disk region				1min
type		"\0d"
#
# Wait for "Confirm your choices".
# Type "yes".
#
wait_asc	Confirm your choices				1min
type		"yes\0d"
#
wait_asc	FIXME						1min
