Skip to content

Commit

Permalink
Update 810_prepare_multiple_iso.sh
Browse files Browse the repository at this point in the history
Add a comment that describes the interdependency between
prep/NETFS/default/070_set_backup_archive.sh and
output/ISO/Linux-i386/810_prepare_multiple_iso.sh
that exists except for the mkrescue workflow.
  • Loading branch information
jsmeix committed Mar 5, 2019
1 parent 77cb3c2 commit 4e03733
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ test "$ISO_MAX_SIZE" || return 0
test "mkrescue" = "$WORKFLOW" && Error "The mkrescue workflow is forbidden when ISO_MAX_SIZE is set"

local backup_path=$( url_path $BACKUP_URL )

# The backuparchive variable value is set in prep/NETFS/default/070_set_backup_archive.sh
# which is skipped in case of the mkrescue workflow but the mkrescue workflow is forbidden
# when ISO_MAX_SIZE is set and this script is skipped when ISO_MAX_SIZE is not set
# see https://github.com/rear/rear/pull/2063#issuecomment-469222487
local isofs_path=$( dirname $backuparchive )

# Because usr/sbin/rear sets 'shopt -s nullglob' the 'echo -n' command
Expand Down

0 comments on commit 4e03733

Please sign in to comment.