foreman_bootdisk 16.1.0 → 17.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHORS +1 -0
- data/README.md +9 -0
- data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +5 -7
- data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +9 -4
- data/app/controllers/foreman_bootdisk/disks_controller.rb +11 -10
- data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +1 -1
- data/app/lib/foreman_bootdisk/scope/bootdisk.rb +4 -1
- data/app/lib/foreman_bootdisk/scope/full_host_bootdisk_efi.rb +15 -0
- data/app/models/concerns/foreman_bootdisk/compute_resources/vmware.rb +10 -1
- data/app/models/concerns/foreman_bootdisk/host_ext.rb +3 -6
- data/app/models/concerns/foreman_bootdisk/orchestration/compute.rb +28 -19
- data/app/models/setting/bootdisk.rb +4 -0
- data/app/services/foreman_bootdisk/iso_generator.rb +114 -54
- data/app/services/foreman_bootdisk/renderer.rb +36 -19
- data/app/views/foreman_bootdisk/generic_efi_host.erb +64 -0
- data/db/seeds.d/50-bootdisk_templates.rb +1 -0
- data/lib/foreman_bootdisk/engine.rb +1 -1
- data/lib/foreman_bootdisk/version.rb +1 -1
- data/lib/tasks/bootdisk.rake +10 -6
- data/locale/action_names.rb +5 -0
- data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ca/foreman_bootdisk.po +37 -4
- data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/de/foreman_bootdisk.po +40 -7
- data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en/foreman_bootdisk.po +37 -4
- data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en_GB/foreman_bootdisk.po +38 -5
- data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/es/foreman_bootdisk.po +40 -7
- data/locale/foreman_bootdisk.pot +87 -39
- data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/fr/foreman_bootdisk.po +38 -5
- data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/it/foreman_bootdisk.po +38 -5
- data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ja/foreman_bootdisk.po +38 -5
- data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ko/foreman_bootdisk.po +38 -5
- data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/pt_BR/foreman_bootdisk.po +38 -5
- data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ru/foreman_bootdisk.po +38 -5
- data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/sv_SE/foreman_bootdisk.po +38 -5
- data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_CN/foreman_bootdisk.po +38 -5
- data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_TW/foreman_bootdisk.po +38 -5
- data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +51 -17
- data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +23 -10
- data/test/functional/foreman_bootdisk/disks_controller_test.rb +65 -25
- data/test/test_plugin_helper.rb +21 -3
- data/test/unit/concerns/host_test.rb +1 -1
- data/test/unit/concerns/orchestration/compute_test.rb +32 -13
- data/test/unit/foreman_bootdisk/renderer_test.rb +1 -1
- data/test/unit/iso_generator_test.rb +6 -7
- metadata +19 -2
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2016
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_bootdisk
|
11
|
+
"Project-Id-Version: foreman_bootdisk 17.0.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2019-12-23 01:05+0000\n"
|
14
14
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
@@ -56,6 +56,12 @@ msgstr ""
|
|
56
56
|
msgid "Command to generate ISO image, use genisoimage or mkisofs"
|
57
57
|
msgstr "Command to generate ISO image, use genisoimage or mkisofs"
|
58
58
|
|
59
|
+
msgid "Creating new image failed, install truncate utility"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
msgid "Detach ISO image from CDROM drive for %s"
|
63
|
+
msgstr ""
|
64
|
+
|
59
65
|
msgid "Download generic image"
|
60
66
|
msgstr "Download generic image"
|
61
67
|
|
@@ -65,9 +71,21 @@ msgstr "Download host image"
|
|
65
71
|
msgid "Download subnet generic image"
|
66
72
|
msgstr "Download subnet generic image"
|
67
73
|
|
74
|
+
msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
|
75
|
+
msgstr ""
|
76
|
+
|
68
77
|
msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
|
69
78
|
msgstr "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
|
70
79
|
|
80
|
+
msgid "Failed to create a directory within the ESP image"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
|
84
|
+
msgstr ""
|
85
|
+
|
86
|
+
msgid "Failed to format the ESP image via mkfs.msdos"
|
87
|
+
msgstr ""
|
88
|
+
|
71
89
|
msgid "Failed to generate ISO image for instance %{name}: %{message}"
|
72
90
|
msgstr "Failed to generate ISO image for instance %{name}: %{message}"
|
73
91
|
|
@@ -86,6 +104,9 @@ msgstr "Full host image"
|
|
86
104
|
msgid "Generating ISO image for %s"
|
87
105
|
msgstr "Generating ISO image for %s"
|
88
106
|
|
107
|
+
msgid "Generic Grub2 EFI image template"
|
108
|
+
msgstr ""
|
109
|
+
|
89
110
|
msgid "Generic image"
|
90
111
|
msgstr "Generic image"
|
91
112
|
|
@@ -95,6 +116,12 @@ msgstr "Generic image template"
|
|
95
116
|
msgid "Generic images are a reusable disk image that works for any host registered in Foreman. It requires a basic DHCP and DNS service to function and contact the server, but does not require DHCP reservations or static IP addresses."
|
96
117
|
msgstr "Generic images are a reusable disk image that works for any host registered in Foreman. It requires a basic DHCP and DNS service to function and contact the server, but does not require DHCP reservations or static IP addresses."
|
97
118
|
|
119
|
+
msgid "Grub2 directory"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
msgid "Grub2 template to use for generic EFI host boot disks"
|
123
|
+
msgstr ""
|
124
|
+
|
98
125
|
msgid "Help"
|
99
126
|
msgstr "Help"
|
100
127
|
|
@@ -131,8 +158,8 @@ msgstr "ISO build failed"
|
|
131
158
|
msgid "ISO generation command"
|
132
159
|
msgstr "ISO generation command"
|
133
160
|
|
134
|
-
msgid "ISO hybrid conversion failed"
|
135
|
-
msgstr "
|
161
|
+
msgid "ISO hybrid conversion failed: %s"
|
162
|
+
msgstr ""
|
136
163
|
|
137
164
|
msgid "ISOLINUX directory"
|
138
165
|
msgstr "ISOLINUX directory"
|
@@ -152,6 +179,9 @@ msgstr "Installation media files will be cached for full host images"
|
|
152
179
|
msgid "Once chainloaded, the OS bootloader and installer are downloaded directly from the installation media configured in Foreman, and the provisioning script (kickstart/preseed) is downloaded from Foreman."
|
153
180
|
msgstr "Once chainloaded, the OS bootloader and installer are downloaded directly from the installation media configured in Foreman, and the provisioning script (kickstart/preseed) is downloaded from Foreman."
|
154
181
|
|
182
|
+
msgid "Path to directory containing grubx64.efi and shimx64.efi"
|
183
|
+
msgstr ""
|
184
|
+
|
155
185
|
msgid "Path to directory containing iPXE images"
|
156
186
|
msgstr "Path to directory containing iPXE images"
|
157
187
|
|
@@ -209,10 +239,13 @@ msgstr "True for full, false for basic reusable image"
|
|
209
239
|
msgid "Unable to find template specified by %s setting"
|
210
240
|
msgstr "Unable to find template specified by %s setting"
|
211
241
|
|
212
|
-
msgid "Unable to generate disk
|
242
|
+
msgid "Unable to generate disk %{kind} template: %{error}"
|
243
|
+
msgstr ""
|
244
|
+
|
245
|
+
msgid "Unable to generate disk template, %{kind} template not found."
|
213
246
|
msgstr ""
|
214
247
|
|
215
|
-
msgid "Unable to
|
248
|
+
msgid "Unable to mcopy %{path}"
|
216
249
|
msgstr ""
|
217
250
|
|
218
251
|
msgid "Upload ISO image to datastore for %s"
|
Binary file
|
@@ -3,11 +3,11 @@
|
|
3
3
|
# This file is distributed under the same license as the foreman_bootdisk package.
|
4
4
|
#
|
5
5
|
# Translators:
|
6
|
-
# Sergio Ocón <sergio.ocon@redhat.com>, 2014-2015
|
7
|
-
# Sergio Ocón <sergio.ocon@redhat.com>, 2014
|
6
|
+
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014-2015
|
7
|
+
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_bootdisk
|
10
|
+
"Project-Id-Version: foreman_bootdisk 17.0.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"PO-Revision-Date: 2019-10-22 20:06+0000\n"
|
13
13
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
@@ -55,6 +55,12 @@ msgstr ""
|
|
55
55
|
msgid "Command to generate ISO image, use genisoimage or mkisofs"
|
56
56
|
msgstr "Comando para generar una imagen ISO, use genisoimage o mkisofs"
|
57
57
|
|
58
|
+
msgid "Creating new image failed, install truncate utility"
|
59
|
+
msgstr ""
|
60
|
+
|
61
|
+
msgid "Detach ISO image from CDROM drive for %s"
|
62
|
+
msgstr ""
|
63
|
+
|
58
64
|
msgid "Download generic image"
|
59
65
|
msgstr "Descargar imagen genérica"
|
60
66
|
|
@@ -64,9 +70,21 @@ msgstr "Descargar imagen de host"
|
|
64
70
|
msgid "Download subnet generic image"
|
65
71
|
msgstr "Descargar imagen genérica de la subred"
|
66
72
|
|
73
|
+
msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
|
74
|
+
msgstr ""
|
75
|
+
|
67
76
|
msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
|
68
77
|
msgstr "Ocurrió un error al adjuntar la imagen ISP a la unidad CDROM de la instancia %{name}: %{message}"
|
69
78
|
|
79
|
+
msgid "Failed to create a directory within the ESP image"
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
msgid "Failed to format the ESP image via mkfs.msdos"
|
86
|
+
msgstr ""
|
87
|
+
|
70
88
|
msgid "Failed to generate ISO image for instance %{name}: %{message}"
|
71
89
|
msgstr "Ocurrió un error al generar la imagen ISP para la instancia %{name}: %{message}"
|
72
90
|
|
@@ -85,6 +103,9 @@ msgstr "Imagen completa de host"
|
|
85
103
|
msgid "Generating ISO image for %s"
|
86
104
|
msgstr "Generando imagen para %s"
|
87
105
|
|
106
|
+
msgid "Generic Grub2 EFI image template"
|
107
|
+
msgstr ""
|
108
|
+
|
88
109
|
msgid "Generic image"
|
89
110
|
msgstr "Imagen genérica"
|
90
111
|
|
@@ -94,6 +115,12 @@ msgstr "Plantilla de imagen genérica"
|
|
94
115
|
msgid "Generic images are a reusable disk image that works for any host registered in Foreman. It requires a basic DHCP and DNS service to function and contact the server, but does not require DHCP reservations or static IP addresses."
|
95
116
|
msgstr "Las imágenes genéricas son imágenes de disco reutilizables que funcionan con cualquier host registrado en Foreman. Requiere un servicio básico DCHP y DNS para funcionar y comunicarse con el servidor, pero no necesita reservas DHCP o direcciones IP estáticas."
|
96
117
|
|
118
|
+
msgid "Grub2 directory"
|
119
|
+
msgstr ""
|
120
|
+
|
121
|
+
msgid "Grub2 template to use for generic EFI host boot disks"
|
122
|
+
msgstr ""
|
123
|
+
|
97
124
|
msgid "Help"
|
98
125
|
msgstr "Ayuda"
|
99
126
|
|
@@ -130,8 +157,8 @@ msgstr "Error en la construcción del ISO"
|
|
130
157
|
msgid "ISO generation command"
|
131
158
|
msgstr "Comando de generación ISO"
|
132
159
|
|
133
|
-
msgid "ISO hybrid conversion failed"
|
134
|
-
msgstr "
|
160
|
+
msgid "ISO hybrid conversion failed: %s"
|
161
|
+
msgstr ""
|
135
162
|
|
136
163
|
msgid "ISOLINUX directory"
|
137
164
|
msgstr "Directorio ISOLINUX"
|
@@ -151,6 +178,9 @@ msgstr "Archivos de medios de instalación se almacenarán en caché para imáge
|
|
151
178
|
msgid "Once chainloaded, the OS bootloader and installer are downloaded directly from the installation media configured in Foreman, and the provisioning script (kickstart/preseed) is downloaded from Foreman."
|
152
179
|
msgstr "Una vez encadenado, el bootloader del SO y el instalador se descargan directamente desde el medio de instalación configurado en Formena, y el script de provisión (kickstart/preseed) se descarga desde Foreman."
|
153
180
|
|
181
|
+
msgid "Path to directory containing grubx64.efi and shimx64.efi"
|
182
|
+
msgstr ""
|
183
|
+
|
154
184
|
msgid "Path to directory containing iPXE images"
|
155
185
|
msgstr "Ruta al directorio que contiene las imágenes iPXE"
|
156
186
|
|
@@ -208,10 +238,13 @@ msgstr "Verdadero para completo, falso para imagen básica reutilizable"
|
|
208
238
|
msgid "Unable to find template specified by %s setting"
|
209
239
|
msgstr "No ha sido posible encontrar la plantilla especificada por el parámetro de configuración %s"
|
210
240
|
|
211
|
-
msgid "Unable to generate disk
|
241
|
+
msgid "Unable to generate disk %{kind} template: %{error}"
|
242
|
+
msgstr ""
|
243
|
+
|
244
|
+
msgid "Unable to generate disk template, %{kind} template not found."
|
212
245
|
msgstr ""
|
213
246
|
|
214
|
-
msgid "Unable to
|
247
|
+
msgid "Unable to mcopy %{path}"
|
215
248
|
msgstr ""
|
216
249
|
|
217
250
|
msgid "Upload ISO image to datastore for %s"
|
data/locale/foreman_bootdisk.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_bootdisk 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2020-
|
12
|
-
"PO-Revision-Date: 2020-
|
11
|
+
"POT-Creation-Date: 2020-06-15 14:46+0200\n"
|
12
|
+
"PO-Revision-Date: 2020-06-15 14:46+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -27,11 +27,11 @@ msgstr ""
|
|
27
27
|
msgid "Download generic image"
|
28
28
|
msgstr ""
|
29
29
|
|
30
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:
|
30
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:31
|
31
31
|
msgid "Download host image"
|
32
32
|
msgstr ""
|
33
33
|
|
34
|
-
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:
|
34
|
+
#: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:32
|
35
35
|
msgid "True for full, false for basic reusable image"
|
36
36
|
msgstr ""
|
37
37
|
|
@@ -44,21 +44,21 @@ msgid "Download subnet generic image"
|
|
44
44
|
msgstr ""
|
45
45
|
|
46
46
|
#: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:27
|
47
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:
|
47
|
+
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:55
|
48
48
|
msgid "TFTP feature not enabled for subnet %s"
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:
|
51
|
+
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:54
|
52
52
|
msgid "Subnet is not assigned to the host %s"
|
53
53
|
msgstr ""
|
54
54
|
|
55
|
-
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:
|
55
|
+
#: ../app/controllers/foreman_bootdisk/disks_controller.rb:80
|
56
56
|
msgid "Failed to render boot disk template"
|
57
57
|
msgstr ""
|
58
58
|
|
59
59
|
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:10
|
60
60
|
#: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:60
|
61
|
-
#: ../app/models/setting/bootdisk.rb:
|
61
|
+
#: ../app/models/setting/bootdisk.rb:29
|
62
62
|
msgid "Boot disk"
|
63
63
|
msgstr ""
|
64
64
|
|
@@ -87,88 +87,113 @@ msgstr ""
|
|
87
87
|
msgid "Subnet '%s' generic image"
|
88
88
|
msgstr ""
|
89
89
|
|
90
|
-
#: ../app/models/concerns/foreman_bootdisk/host_ext.rb:
|
91
|
-
#: ../app/services/foreman_bootdisk/renderer.rb:
|
90
|
+
#: ../app/models/concerns/foreman_bootdisk/host_ext.rb:10
|
91
|
+
#: ../app/services/foreman_bootdisk/renderer.rb:53
|
92
|
+
#: ../app/services/foreman_bootdisk/renderer.rb:60
|
92
93
|
msgid "Unable to find template specified by %s setting"
|
93
94
|
msgstr ""
|
94
95
|
|
95
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:
|
96
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
|
96
97
|
msgid "Generating ISO image for %s"
|
97
98
|
msgstr ""
|
98
99
|
|
99
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:
|
100
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
|
100
101
|
msgid "Upload ISO image to datastore for %s"
|
101
102
|
msgstr ""
|
102
103
|
|
103
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:
|
104
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
|
104
105
|
msgid "Attach ISO image to CDROM drive for %s"
|
105
106
|
msgstr ""
|
106
107
|
|
107
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:
|
108
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
|
109
|
+
msgid "Detach ISO image from CDROM drive for %s"
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:66
|
108
113
|
msgid "Failed to generate ISO image for instance %{name}: %{message}"
|
109
114
|
msgstr ""
|
110
115
|
|
111
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:
|
116
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:75
|
112
117
|
msgid "Failed to upload ISO image for instance %{name}: %{message}"
|
113
118
|
msgstr ""
|
114
119
|
|
115
|
-
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:
|
120
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:84
|
116
121
|
msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
|
117
122
|
msgstr ""
|
118
123
|
|
119
|
-
#: ../app/models/
|
124
|
+
#: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:93
|
125
|
+
msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
|
126
|
+
msgstr ""
|
127
|
+
|
128
|
+
#: ../app/models/setting/bootdisk.rb:13
|
120
129
|
msgid "Path to directory containing iPXE images"
|
121
130
|
msgstr ""
|
122
131
|
|
123
|
-
#: ../app/models/setting/bootdisk.rb:
|
132
|
+
#: ../app/models/setting/bootdisk.rb:13
|
124
133
|
msgid "iPXE directory"
|
125
134
|
msgstr ""
|
126
135
|
|
127
|
-
#: ../app/models/setting/bootdisk.rb:
|
136
|
+
#: ../app/models/setting/bootdisk.rb:14
|
128
137
|
msgid "Path to directory containing isolinux images"
|
129
138
|
msgstr ""
|
130
139
|
|
131
|
-
#: ../app/models/setting/bootdisk.rb:
|
140
|
+
#: ../app/models/setting/bootdisk.rb:14
|
132
141
|
msgid "ISOLINUX directory"
|
133
142
|
msgstr ""
|
134
143
|
|
135
|
-
#: ../app/models/setting/bootdisk.rb:
|
144
|
+
#: ../app/models/setting/bootdisk.rb:15
|
136
145
|
msgid "Path to directory containing syslinux images"
|
137
146
|
msgstr ""
|
138
147
|
|
139
|
-
#: ../app/models/setting/bootdisk.rb:
|
148
|
+
#: ../app/models/setting/bootdisk.rb:15
|
140
149
|
msgid "SYSLINUX directory"
|
141
150
|
msgstr ""
|
142
151
|
|
143
|
-
#: ../app/models/setting/bootdisk.rb:
|
144
|
-
msgid "
|
152
|
+
#: ../app/models/setting/bootdisk.rb:16
|
153
|
+
msgid "Path to directory containing grubx64.efi and shimx64.efi"
|
145
154
|
msgstr ""
|
146
155
|
|
147
156
|
#: ../app/models/setting/bootdisk.rb:16
|
148
|
-
msgid "
|
157
|
+
msgid "Grub2 directory"
|
149
158
|
msgstr ""
|
150
159
|
|
151
160
|
#: ../app/models/setting/bootdisk.rb:17
|
152
|
-
msgid "iPXE template to use for
|
161
|
+
msgid "iPXE template to use for host-specific boot disks"
|
153
162
|
msgstr ""
|
154
163
|
|
155
164
|
#: ../app/models/setting/bootdisk.rb:18
|
156
|
-
msgid "
|
165
|
+
msgid "Host image template"
|
157
166
|
msgstr ""
|
158
167
|
|
159
168
|
#: ../app/models/setting/bootdisk.rb:19
|
169
|
+
msgid "iPXE template to use for generic host boot disks"
|
170
|
+
msgstr ""
|
171
|
+
|
172
|
+
#: ../app/models/setting/bootdisk.rb:20
|
173
|
+
msgid "Generic image template"
|
174
|
+
msgstr ""
|
175
|
+
|
176
|
+
#: ../app/models/setting/bootdisk.rb:21
|
177
|
+
msgid "Grub2 template to use for generic EFI host boot disks"
|
178
|
+
msgstr ""
|
179
|
+
|
180
|
+
#: ../app/models/setting/bootdisk.rb:22
|
181
|
+
msgid "Generic Grub2 EFI image template"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
#: ../app/models/setting/bootdisk.rb:23
|
160
185
|
msgid "Command to generate ISO image, use genisoimage or mkisofs"
|
161
186
|
msgstr ""
|
162
187
|
|
163
|
-
#: ../app/models/setting/bootdisk.rb:
|
188
|
+
#: ../app/models/setting/bootdisk.rb:23
|
164
189
|
msgid "ISO generation command"
|
165
190
|
msgstr ""
|
166
191
|
|
167
|
-
#: ../app/models/setting/bootdisk.rb:
|
192
|
+
#: ../app/models/setting/bootdisk.rb:24
|
168
193
|
msgid "Installation media files will be cached for full host images"
|
169
194
|
msgstr ""
|
170
195
|
|
171
|
-
#: ../app/models/setting/bootdisk.rb:
|
196
|
+
#: ../app/models/setting/bootdisk.rb:24
|
172
197
|
msgid "Installation media caching"
|
173
198
|
msgstr ""
|
174
199
|
|
@@ -176,28 +201,51 @@ msgstr ""
|
|
176
201
|
msgid "Host is not in build mode, so the template cannot be rendered"
|
177
202
|
msgstr ""
|
178
203
|
|
179
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:
|
180
|
-
msgid "Unable to generate disk template,
|
204
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:40
|
205
|
+
msgid "Unable to generate disk template, %{kind} template not found."
|
181
206
|
msgstr ""
|
182
207
|
|
183
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:
|
184
|
-
msgid "Unable to generate disk
|
208
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:50
|
209
|
+
msgid "Unable to generate disk %{kind} template: %{error}"
|
185
210
|
msgstr ""
|
186
211
|
|
187
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:
|
212
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:92
|
188
213
|
msgid "Please ensure the isolinux/syslinux package(s) are installed."
|
189
214
|
msgstr ""
|
190
215
|
|
191
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:
|
216
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:109
|
192
217
|
msgid "Please ensure the ipxe-bootimgs package is installed."
|
193
218
|
msgstr ""
|
194
219
|
|
195
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:
|
220
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:126
|
221
|
+
msgid "Creating new image failed, install truncate utility"
|
222
|
+
msgstr ""
|
223
|
+
|
224
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:127
|
225
|
+
msgid "Failed to format the ESP image via mkfs.msdos"
|
226
|
+
msgstr ""
|
227
|
+
|
228
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:128
|
229
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:129
|
230
|
+
msgid "Failed to create a directory within the ESP image"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:135
|
234
|
+
msgid ""
|
235
|
+
"Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or co"
|
236
|
+
"py those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
|
237
|
+
msgstr ""
|
238
|
+
|
239
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:136
|
240
|
+
msgid "Unable to mcopy %{path}"
|
241
|
+
msgstr ""
|
242
|
+
|
243
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:158
|
196
244
|
msgid "ISO build failed"
|
197
245
|
msgstr ""
|
198
246
|
|
199
|
-
#: ../app/services/foreman_bootdisk/iso_generator.rb:
|
200
|
-
msgid "ISO hybrid conversion failed"
|
247
|
+
#: ../app/services/foreman_bootdisk/iso_generator.rb:161
|
248
|
+
msgid "ISO hybrid conversion failed: %s"
|
201
249
|
msgstr ""
|
202
250
|
|
203
251
|
#: ../app/views/foreman_bootdisk/disks/help.html.erb:2
|