Skip to content

Commit

Permalink
Remove a useless debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Arakmar committed Aug 12, 2013
1 parent d642db3 commit 5e7faf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/share/rear/backup/NETFS/default/50_make_backup.sh
Expand Up @@ -60,7 +60,6 @@ if [[ -n "$ISO_MAX_SIZE" ]]; then
[[ $USING_UEFI_BOOTLOADER ]] && BASE_ISO_SIZE=$((${BASE_ISO_SIZE}+30))
ISO_MAX_SIZE=$((${ISO_MAX_SIZE}-${BASE_ISO_SIZE}))
fi
LogPrint "New ISO_MAX_SIZE : $ISO_MAX_SIZE BASE_ISO_SIZE : $BASE_ISO_SIZE INITRD_SIZE : $INITRD_SIZE KERNEL_SIZE : KERNEL_SIZE"
SPLIT_COMMAND="split -d -b ${ISO_MAX_SIZE}m - ${backuparchive}."
else
SPLIT_COMMAND="dd of=$backuparchive"
Expand Down

0 comments on commit 5e7faf9

Please sign in to comment.