#!/bin/sh -e

if test -z "$output"; then
    output="rootstrap.iso"
fi

mkisofs -R -q -o $WORKDIR/$output $options $TARGET
