/usr/share/faumachine/experiments/install-OpenDarwin-7.2.1/generate.in is in faumachine-data 20110812-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | #
# $Id: generate.in,v 1.1 2009-02-16 17:34:23 potyra Exp $
#
#
# Insert installation CD
#
cdrom_insert @CD@
#
# Power-on node.
#
power_on
#
# Wait for "Which device would you like to install Darwin onto"
# Use device 1.
# Press return
#
wait_ppm 001-Which_device.png 10min
type "1"
type "\0d"
#
# Wait for partitioning choices.
# Use selection 1 (auto partition).
# Press return
#
wait_ppm 002-Choice.png 1min
type "1"
type "\0d"
#
# Wait for continue of partitioning warning.
# Press 'y'.
# Press return.
#
wait_ppm 003-Continue.png 1min
type "y"
type "\0d"
#
# Wait for "Would you like to do a clean install".
# Type "yes".
# Press return.
#
wait_ppm 004-Would_you_like.png 1min
type "yes"
type "\0d"
#
# Wait for "Desired Volumename:".
# Type "Darwin".
# Press return.
#
wait_ppm 005-Desired_Volumename.png 1min
type "Darwin"
type "\0d"
#
# Wait for "Password:".
# Type "WeV0te4u!".
# Press return.
#
wait_ppm 006-Password.png 30min
type "WeV0te4u!"
type "\0d"
#
# Wait for "Verifying - Password:".
# Type "WeV0te4u!".
# Press return.
#
wait_ppm 007-Verifying_Password.png 1min
type "WeV0te4u!"
type "\0d"
#
# Wait for "Your Choice".
# Type '3' (spawn a shell).
# Press return.
#
wait_ppm 008-Your_Choice.png 10min
type "3"
type "\0d"
#
# Wait for prompt.
# Type "halt".
# Press return.
#
wait_ppm 009-sh-2_05b.png 1min
cdrom_remove
type "halt"
type "\0d"
#
# Wait for "CPU halted".
# Power-off node.
#
wait_ppm 010-CPU_halted.png 10min
power_off
|