15 lines
892 B
Diff
15 lines
892 B
Diff
|
diff -up rear-2.4/usr/share/rear/conf/default.conf.orig rear-2.4/usr/share/rear/conf/default.conf
|
||
|
--- rear-2.4/usr/share/rear/conf/default.conf.orig 2020-12-02 10:12:49.617305887 +0100
|
||
|
+++ rear-2.4/usr/share/rear/conf/default.conf 2020-12-02 10:12:49.628306023 +0100
|
||
|
@@ -592,8 +592,8 @@ ISO_MAX_SIZE=
|
||
|
# ebiso (https://github.com/gozora/ebiso/) can be used as alternative
|
||
|
# for mkisofs/genisoimage on UEFI bootable systems
|
||
|
# to use ebiso, specify ISO_MKISOFS_BIN=<full_path_to_ebiso>/ebiso
|
||
|
-# in /etc/rear/local.conf or /etc/rear/site.conv
|
||
|
-# xorisofs is now used as the preferred method for generating the iso image
|
||
|
+# in /etc/rear/local.conf or /etc/rear/site.conf
|
||
|
+# xorrisofs is now used as the preferred method for generating the iso image
|
||
|
# with mkisofs and genisoimage as second and third option
|
||
|
ISO_MKISOFS_BIN="$( type -p xorrisofs || type -p mkisofs || type -p genisoimage )"
|
||
|
|