|
192 | 192 | <itemizedlist>
|
193 | 193 | <listitem>
|
194 | 194 | <para>
|
195 |
| - To allow disaster recovery on UEFI systems, you need at least &rear; |
196 |
| - version 1.18.a and the package <package>ebiso</package>. |
197 |
| - Only this version supports the new helper tool |
198 |
| - <filename>/usr/bin/ebiso</filename>. This helper tool is |
199 |
| - used to create a UEFI-bootable &rear; system ISO image. |
| 195 | + To allow disaster recovery on UEFI systems, you need |
| 196 | + the package <package>xorriso</package>, which provides the helper tool |
| 197 | + <filename>/usr/bin/xorrisofs</filename>. This helper tool is |
| 198 | + used to create a UEFI-bootable &rear; recovery system ISO image. |
200 | 199 | </para>
|
201 | 200 | </listitem>
|
202 | 201 | <listitem>
|
@@ -549,23 +548,23 @@ RETENTION_TIME="Month"</screen>
|
549 | 548 | <screen>AUTOEXCLUDE_MULTIPATH=n</screen>
|
550 | 549 | </example>
|
551 | 550 |
|
552 |
| - <example xml:id="ex-ex-ha-rear-config-UEFI"> |
| 551 | + <example xml:id="ex-ha-rear-config-UEFI"> |
553 | 552 | <title>Booting your system with UEFI</title>
|
554 | 553 | <para>
|
555 | 554 | If your system boots with a UEFI boot loader, additional configuration is required:
|
556 | 555 | </para>
|
557 | 556 | <orderedlist>
|
558 | 557 | <listitem>
|
559 | 558 | <para>
|
560 |
| - Install the package <package>ebiso</package>: |
| 559 | + Install the package <package>xorriso</package>: |
561 | 560 | </para>
|
562 |
| -<screen>&prompt.root;<command>zypper install ebiso</command></screen> |
| 561 | +<screen>&prompt.root;<command>zypper install xorriso</command></screen> |
563 | 562 | </listitem>
|
564 | 563 | <listitem>
|
565 | 564 | <para>
|
566 | 565 | Add the following line to <filename>/etc/rear/local.conf</filename>:
|
567 | 566 | </para>
|
568 |
| -<screen>ISO_MKISOFS_BIN="/usr/bin/ebiso"</screen> |
| 567 | +<screen>ISO_MKISOFS_BIN="/usr/bin/xorrisofs"</screen> |
569 | 568 | </listitem>
|
570 | 569 | <listitem>
|
571 | 570 | <para>
|
|
0 commit comments