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
|
Template: debian-installer/depthcharge-tools-installer/title
Type: note
# Main menu entry.
# :sl4:
_Description: Make this ChromeOS board bootable
Template: depthcharge-tools-installer/progress
Type: note
# Progress bar title.
# :sl4:
_Description: Making this ChromeOS board bootable
Template: depthcharge-tools-installer/progress/install_tools
Type: note
# Progress bar step.
# :sl4:
_Description: Installing tools to manage ChromeOS boot images
Template: depthcharge-tools-installer/progress/check_parts
Type: note
# Progress bar step.
# :sl4:
_Description: Checking ChromeOS kernel partitions
Template: depthcharge-tools-installer/progress/update_initramfs
Type: note
# Progress bar step.
# :sl4:
_Description: Updating initramfs
Template: depthcharge-tools-installer/progress/build_image
Type: note
# Progress bar step.
# :sl4:
_Description: Building a boot image
Template: depthcharge-tools-installer/progress/write_image
Type: note
# Progress bar step.
# :sl4:
_Description: Writing the boot image to disk
Template: depthcharge-tools-installer/error/failed-package-install
Type: error
# Same as base-installer/kernel/failed-package-install.
# :sl4:
_Description: Unable to install ${PACKAGE}
An error was returned while trying to install the ${PACKAGE} package
onto the target system.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: depthcharge-tools-installer/error/check_parts
Type: error
# :sl4:
_Description: No usable ChromeOS kernel partition is found
An error was returned while searching for a ChromeOS kernel partition.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: depthcharge-tools-installer/error/build_image
Type: error
# :sl4:
_Description: Cannot build a boot image
An error was returned while building a boot image.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: depthcharge-tools-installer/error/write_image
Type: error
# :sl4:
_Description: Cannot write boot image to disk
An error was returned while writing the boot image to disk.
.
Check /var/log/syslog or see virtual console 4 for the details.
Template: depthcharge-tools-installer/initramfs_too_big
Type: boolean
# :sl4:
_Description: Reconfigure initramfs policies?
Could not generate a small enough boot image for this board. Usually
this can be resolved by including less modules in the initramfs.
Template: depthcharge-tools-installer/board
Type: string
Description: for internal use; can be preseeded
If set, this template will override this package's board detection
and configure depthcharge-tools in the target system to do so as well.
|