From 479fb8ac181567dc3a292eb89b89abb9da8e6051 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 22 Nov 2017 22:44:39 +0100 Subject: Show information about CDROM and DVD media sizes at the end This way you can check in a pinch whether your new ISO will fit or not. --- make_slackware_live.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 6d0103c..df19d29 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -797,6 +797,8 @@ create_iso() { > "$(basename "${OUTFILE}")".md5 cd - 1>/dev/null echo "-- Live ISO image created:" + echo " - CDROM max size is 737.280.000 bytes (703 MB)" + echo " - DVD max size is 4.706.074.624 bytes (4.38 GB aka 4.7 GiB)" ls -l "${OUTFILE}"* } # End of create_iso() -- cgit v1.2.3