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
|
Template: preseed/retrieve_error
Type: error
# :sl2:
_Description: Failed to retrieve the preconfiguration file
The file needed for preconfiguration could not be retrieved from
${LOCATION}. The installation will proceed in non-automated mode.
Template: preseed/load_error
Type: error
# :sl2:
_Description: Failed to process the preconfiguration file
The installer failed to process the preconfiguration file from
${LOCATION}. The file may be corrupt.
Template: preseed/boot_command
Type: string
Description: for internal use; can be preseeded
Shell command or commands to run in the d-i environment during boot
Template: preseed/early_command
Type: string
Description: for internal use; can be preseeded
Shell command or commands to run in the d-i environment as early as possible
Template: preseed/late_command
Type: string
Description: for internal use; can be preseeded
Shell command or commands to run in the d-i environment as late as possible
Template: preseed/run
Type: string
Description: for internal use; can be preseeded
Programs to be obtained & run
Template: preseed/include
Type: string
Description: for internal use; can be preseeded
Additional preseed files to load
Template: preseed/include/checksum
Type: string
Description: for internal use; can be preseeded
md5sums of additional preseed files to load
Template: preseed/include_command
Type: string
Description: for internal use; can be preseeded
Shell command to run that may output a list of preseed files to load
Template: preseed/command_failed
Type: error
# :sl2:
_Description: Failed to run preseeded command
Execution of preseeded command "${COMMAND}" failed with exit code ${CODE}.
Template: preseed/interactive
Type: boolean
Default: false
Description: for internal use; can be preseeded
If true, preseed questions but don't mark them as seen
|