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
|
Template: cdrom-detect/load_media
Type: boolean
Default: true
# :sl2:
_Description: Load CD-ROM drivers from removable media?
No common CD-ROM drive was detected.
.
You may need to load additional CD-ROM drivers from removable media, such as
a driver floppy. If you have such media available now, insert it, and
continue. Otherwise, you will be given the option to manually select
CD-ROM modules.
Template: cdrom-detect/detect_progress_title
Type: text
# :sl1:
_Description: Detecting hardware to find CD-ROM drives
Template: cdrom-detect/manual_config
Type: boolean
Default: true
# :sl2:
_Description: Manually select a CD-ROM module and device?
No common CD-ROM drive was detected.
.
Your CD-ROM drive may be an old Mitsumi or another non-IDE, non-SCSI
CD-ROM drive. In that case you should choose which module to load and
the device to use. If you don't know which module and device are
needed, look for some documentation or try a network installation
instead of a CD-ROM installation.
Template: cdrom-detect/retry
Type: boolean
Default: true
# :sl2:
_Description: Retry mounting the CD-ROM?
Your installation CD-ROM couldn't be mounted. This probably means that
the CD-ROM was not in the drive. If so you can insert it and try again.
Template: cdrom-detect/cdrom_module
Type: select
Choices: ${choices}
Default: none
# :sl2:
_Description: Module needed for accessing the CD-ROM:
The automatic detection didn't find a CD-ROM drive. You can try to
load a specific module if you have an unusual CD-ROM drive (that is
neither IDE nor SCSI).
Template: cdrom-detect/cdrom_device
Type: string
Default: /dev/cdrom
# :sl2:
_Description: Device file for accessing the CD-ROM:
In order to access your CD-ROM drive, please enter the device file that
should be used. Non-standard CD-ROM drives use non-standard device
files (such as /dev/mcdx).
.
You may switch to the shell on the second terminal (ALT+F2) to check the
available devices in /dev with "ls /dev". You can return to this screen
by pressing ALT+F1.
Template: cdrom-detect/cdrom_fs
Type: string
Default: iso9660
Description: for internal use only
File system used on cdrom-detect/cdrom_device.
Template: cdrom-detect/hybrid
Type: boolean
Default: false
Description: for internal use only
Set if the CD appears to be on a USB stick.
Template: cdrom-detect/usb-hdd
Type: boolean
Default: false
Description: for internal use only
Set if the CD appears to be a live USB-HDD image.
Template: cdrom-detect/scanning_progress_title
Type: text
# :sl1:
_Description: Scanning CD-ROM
Template: cdrom-detect/scanning_progress_step
Type: text
# :sl1:
_Description: Scanning ${DIR}...
Template: cdrom-detect/success
Type: note
# :sl2:
_Description: CD-ROM detected
The CD-ROM autodetection was successful. A CD-ROM drive has been found and it
currently contains the CD ${cdname}. The installation will now continue.
Template: cdrom-detect/unetbootin_detected
Type: note
# :sl3:
_Description: UNetbootin media detected
It appears that your installation medium was generated using
UNetbootin. UNetbootin is regularly linked with difficult or
unreproducible problem reports from users; if you have problems using
this installation medium, please try your installation again without
using UNetbootin before reporting issues.
.
The installation guide contains more information on how to create a
USB installation medium directly without UNetbootin.
Template: cdrom-detect/wrong-cd
Type: error
# :sl2:
_Description: Incorrect CD-ROM detected
The CD-ROM drive contains a CD which cannot be used for installation.
.
Please insert a suitable CD to continue with the installation.
Template: cdrom-detect/no-release
Type: error
# Translators: DO NOT TRANSLATE "Release". This is the name of a file.
# :sl2:
_Description: Error reading Release file
The CD-ROM does not seem to contain a valid 'Release' file, or that file
could not be read correctly.
.
You may try to repeat CD-ROM detection but, even if it does succeed the
second time, you may experience problems later in the installation.
Template: cdrom-detect/eject
Type: boolean
Default: true
Description: for internal use; can be preseeded
Set to false to prevent the system from ejecting the CD-ROM before rebooting
Template: cdrom/suite
Type: select
Choices: stable, testing, unstable
Description: for internal use only
Debian version to install
Template: cdrom/codename
Type: string
Description: for internal use only
Codename for the selected suite
Template: finish-install/progress/cdrom-detect
Type: text
# finish-install progress bar item
# :sl1:
_Description: Unmounting and ejecting CD-ROM...
Template: debian-installer/cdrom-detect/title
Type: text
# Item in the main menu to select this package
# :sl2:
_Description: Detect and mount CD-ROM
|