/usr/share/faumachine/experiments/install-FreeDOS-1.0/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 | #
# $Id: generate,v 1.1 2009-02-16 16:37:24 potyra Exp $
#
#
# Insert FreeDOS-1.0-CD
#
cdrom_insert FreeDOS-1.0-CD
#
# Power-on machine.
#
power_on
#
# Wait for "Continue to boot FreeDOS from CD-ROM".
# Type <Return>.
#
wait_asc Continue to boot FreeDOS from CD-ROM 1min
type "\0d"
#
# Problem: no command.com found - FIXME
#
wait_asc FIXME 1min
|