There are some variables that controls the sdcdc
behavior, so you have to change these variables to change the way it
works.
The variables that you can define are:
This contains the path (including the filename) to the
sdcdc
configuration file.
This contains the path (including the filename) to the source image file.
This contains path (including the filename) to the main scheme source file.
This contains the image type (CD label or front cover).
Valid values are "cd" (for CD labels) and "fc" (for front covers).
This contains the cd number.
Valid values are integers from 1 to 7.
This contains the language.
Valid values are "en" (for English) and "it" (for Italian).
This contains the architecture.
Valid values are: "i386", "m68k", "sparc", "alpha", "powerpc", "arm", "mips", "mipsel", "hppa", "ia64" and "s390".
This contains the system.
Valid values are "GNU/Linux", "GNU/Hurd", "GNU/NetBSD" and "GNU/FreeBSD".
This contains the version.
Valid values are "3.0r1", "3.0r0", "potato", "woody" and "sid".
This contains the output filename.
You can define these as environment variables, or in your
configuration file (that is a shell script,
$HOME/.sdcdc.sh
by default) or using some command line
options See Invoking.
Command line options overwrites the configuration file settings and the environment settings.
Configuration file settings overwrites the environment settings.