diff --git a/buildiso.sh b/buildiso.sh index b318745..968fffe 100755 --- a/buildiso.sh +++ b/buildiso.sh @@ -49,3 +49,7 @@ xorriso -as mkisofs \ # fix iso for hybrid booting isohybrid ${OUTPUT} + +echo "Burn it with:" +echo " growisofs -dvd-compat -Z /dev/dvd=${OUTPUT}" +echo "or write directly to a USB key"