/usr/share/faumachine/experiments/install-OpenSUSE-11.1/generate 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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | #
# $Id: generate,v 1.5 2009-07-13 10:06:48 vrsieh Exp $
#
#
# Enter openSUSE-11.1-DVD-i586
#
cdrom_insert OpenSUSE-11.1-DVD-i586
#
# Power-on node.
#
power_on
#
# Wait for bootloader.
# Select "Installation" (Arrow-Down).
# Press <return>.
#
wait_ppm 001-Installation.png 5min
delay 2sec
type "\1f"
delay 5sec
type "\0d"
#
# Wait to License Agreement
#
# Click mouse agree
# Click mouse next
#
wait_ppm 002-Lizenz-Next.png 1hr
#mouse_move 002-Lizenz-Agree.png
delay 5sec
#mouse_click 002-Lizenz-Agree.png
mouse_click 002-Lizenz-Next.png
#
# Wait for Installation Mode
# Default "New Installation"
#
# Click mouse next
#
wait_ppm 003-InstMode-NewInst.png 1hr
mouse_move 003-InstMode-NewInst.png
mouse_click 003-InstMode-Next.png
#
# Wait for Time Zone
# Default "USA""New York"
#
# Click mouse next
#
wait_ppm 004-TimeZone-Usa.png 1hr
mouse_move 004-TimeZone-Usa.png
mouse_click 004-TimeZone-Next.png
#
# Wait for Desktop Selection
# Choose "GNOME"
#
# Click mouse on circle GNOME
# Click mouse next
#
wait_ppm 005-Desktop-Gnome.png 1hr
mouse_click 005-Desktop-Gnome.png
mouse_click 005-Desktop-Next.png
#
# Waiting for Disk Partitioning
# Choose default "Partition Based"
#
# Click mouse next
#
wait_ppm 006-Disk-Part.png 1hr
mouse_move 006-Disk-Part.png
mouse_click 006-Disk-Part-Next.png
#
# Wait for "Create New User".
# Type full username, username, and password (twice).
# Click on "Next" button.
#
wait_ppm 007-Create-New-User.png 1hr
mouse_move 007-Create-New-User.png
type "Demo User"
type "\09"
type "demo"
type "\09"
# Must type password very slowly...
type "W"
delay 4sec
type "e"
delay 4sec
type "V"
delay 4sec
type "0"
delay 4sec
type "t"
delay 4sec
type "e"
delay 4sec
type "4"
delay 4sec
type "u"
delay 4sec
type "!"
delay 4sec
type "\09"
# Must type password very slowly...
type "W"
delay 4sec
type "e"
delay 4sec
type "V"
delay 4sec
type "0"
delay 4sec
type "t"
delay 4sec
type "e"
delay 4sec
type "4"
delay 4sec
type "u"
delay 4sec
type "!"
delay 4sec
mouse_click 007-Button-Next.png
#
# Wait for Installation Settings
# Choose it
#
# Click mouse install
#
wait_ppm 009-InstallSet-Change.png 1hr
mouse_move 009-InstallSet-Change.png
mouse_click 009-InstallSet-Green.png
#
# Wait for Confirm Installation
# Click mouse install
#
wait_ppm 010-ConfirmInst-Banner.png 1hr
mouse_move 010-ConfirmInst-Unsure.png
mouse_click 010-ConfirmInst-Install.png
#
# Wait for "openSUSE" screen.
# Click on "Close" button.
#
wait_ppm 021-openSUSE.png 10hr
mouse_move 021-openSUSE.png
mouse_click 021-Button-Close.png
#
# Wait for "Computer" menu.
# Click on "Computer" menu.
#
wait_ppm 023-Menu-Computer.png 10min
delay 2min
mouse_click 023-Menu-Computer.png
#
# Wait for "Shutdown" menu entry.
# Click on "Shutdown" menu entry.
#
wait_ppm 024-MenuEntry-Shutdown.png 10min
mouse_click 024-MenuEntry-Shutdown.png
#
# Wait for "Shut down" button.
# Click on "Shut down" button.
#
wait_ppm 025-Button-Shutdown.png 10min
mouse_click 025-Button-Shutdown.png
#
# Wait for "Master Resource Control: runlevel 0 has been"...
# Switch off computer.
#
wait_asc Master Resource Control: runlevel 0 has been 10min
wait_asc reached 1min
wait_asc Skipped services in runlevel 0: 1min
delay 10sec
power_off
|