# This file replaces an older one called import_isos.  Include that here for
# compatibility.
if [ -f /etc/maas/import_isos ]
then
    cat >&2 <<EOF

Including obsolete /etc/maas/import_isos in configuration.  This file has been
superseded by import_pxe_files.  Please see if it can be removed.

EOF
    . /etc/maas/import_isos
fi


#RELEASES="precise quantal raring saucy trusty"
#ARCHES="amd64/generic i386/generic armhf/highbank armhf/generic"
#LOCALE="en_US"
#IMPORT_EPHEMERALS=1
