#!/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 "WARNING:  dvd-iso will not be included in dvd-slideshow"
echo "          in the future.  Use dvd-menu -iso option instead"
echo "##########################################################"
mkisofs -dvd-video -udf -o dvd.iso $1

