tools/livecd-iso-to-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5f623257e4d80ac75ec3352e5ad6598e2df0f312 Author: Jason Farrell <[email protected]> Date: Wed Sep 16 13:43:33 2009 -0400 Fix display of free space during livecd-iso-to-disk error message diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh index cd75153..3496214 100755 --- a/tools/livecd-iso-to-disk.sh +++ b/tools/livecd-iso-to-disk.sh @@ -491,7 +491,7 @@ if [ $tba -gt $(($free + $tbd)) ]; then echo "= Requested: $tba" echo "- Available: $(($free + $tbd))" echo "---------------------------" - echo "= To fit, free or decrease requested size total by: $(($tba - $free + $tbd))" + echo "= To fit, free or decrease requested size total by: $(($tba - $free - $tbd))" exitclean fi -- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
