#!/bin/sh

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

mkisofs -R -q -o /etc/rootstrap/workdir/$output $options $TARGET
