Relax-and-Recover is a Linux disaster recovery and system migration tool
Go to file
Yaakov Selkowitz 7a924aa7b9 Switch to xorriso for iso image creation
xorriso (which also provides /usr/bin/mkisofs) is preferred according to
default.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 )"
```
2023-06-23 11:53:05 -04:00
.gitignore ignore all versions of tarball and extracted sources 2020-09-22 14:57:46 +02:00
0001-skip-kernel-buildin-modules.patch Backport upstream PR+2469 to fix RHBZ #1831311 2020-09-22 17:58:51 +02:00
rear.cron ship example crontab and systemd timer units as %doc 2020-09-22 23:07:13 +02:00
rear.service ship example crontab and systemd timer units as %doc 2020-09-22 23:07:13 +02:00
rear.spec Switch to xorriso for iso image creation 2023-06-23 11:53:05 -04:00
rear.timer ship example crontab and systemd timer units as %doc 2020-09-22 23:07:13 +02:00
sources update sources to 2.6 2020-09-22 15:12:34 +02:00