#!/bin/bash # use this to make an iso image of the dvd # this is just an example. This is what I use for my system. echo "##########################################################" echo "ERROR: dvd-iso will not be included in dvd-slideshow" echo " in the future. Use dvd-menu -iso option instead" echo " " echo " or, run it manually:" echo " mkisofs -dvd-video -udf -o dvd.iso $1" echo "##########################################################" exit