[rear-devel] [rear/rear] 728f04: Include UDF support in rescue ISO when backup is s...
Johannes Meixner
jsmeix at suse.com
Wed Dec 5 13:51:55 CET 2018
Branch: refs/heads/master
Home: https://github.com/rear/rear
Commit: 728f04cec0767e9f948c14ba8c0cf5a650f452d4
https://github.com/rear/rear/commit/728f04cec0767e9f948c14ba8c0cf5a650f452d4
Author: Renaud Métrich <rmetrich at redhat.com>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M usr/share/rear/conf/default.conf
M usr/share/rear/output/ISO/Linux-i386/810_prepare_multiple_iso.sh
M usr/share/rear/output/ISO/Linux-i386/820_create_iso_image.sh
M usr/share/rear/output/ISO/Linux-ia64/800_create_isofs.sh
M usr/share/rear/output/ISO/Linux-ppc64le/820_create_iso_image.sh
M usr/share/rear/prep/ISO/GNU/Linux/320_verify_mkisofs.sh
Log Message:
-----------
Include UDF support in rescue ISO when backup is stored on the ISO itself
When using 'BACKUP_URL=iso:///backup' and ISO generator is
'mkisofs/genisoimage', include the 'udf' module and enable creating an
hybrid 'iso9660/udf' DVD.
This is necessary if the backup archive is >= 4GiB, otherwise the
following error occurs:
"
File ./backup/backup.tar.gz is larger than 4GiB-1.
-allow-limited-size was not specified. There is no way do represent this file size. Aborting.
"
'xorrisoifs' doesn't require this.
Signed-off-by: Renaud Métrich <rmetrich at redhat.com>
Commit: c117eaba8fd0bc9a30754d32cc427fc16fea6df6
https://github.com/rear/rear/commit/c117eaba8fd0bc9a30754d32cc427fc16fea6df6
Author: Johannes Meixner <jsmeix at suse.com>
Date: 2018-12-05 (Wed, 05 Dec 2018)
Changed paths:
M usr/share/rear/conf/default.conf
M usr/share/rear/output/ISO/Linux-i386/810_prepare_multiple_iso.sh
M usr/share/rear/output/ISO/Linux-i386/820_create_iso_image.sh
M usr/share/rear/output/ISO/Linux-ia64/800_create_isofs.sh
M usr/share/rear/output/ISO/Linux-ppc64le/820_create_iso_image.sh
M usr/share/rear/prep/ISO/GNU/Linux/320_verify_mkisofs.sh
Log Message:
-----------
Merge pull request #1992 from rmetrich/BACKUP_ISO
Support ISOs bigger than 4GiB with OUTPUT=ISO
by including the udf kernel module into the recovery system
when mkisofs or genisoimage is used (not needed for xorrisoifs)
and enable creating an hybrid iso9660/udf DVD, see also
https://github.com/rear/rear/issues/1836
Compare: https://github.com/rear/rear/compare/a5988b258df8...c117eaba8fd0
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the rear-devel
mailing list