Blame SOURCES/rear-bz1882060.patch

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