summaryrefslogtreecommitdiff
path: root/templates/iso
blob: 4f4c52c66b6120591d8ecf31eab1104ee39dd45a (plain)
1
2
3
4
5
6
7
8
if [[ $ISO_TYPE == 'fuseiso' || -n $MOUNTTARGET ]]; then
    inherit fuseiso
else
    inherit cdemu
fi

# vim:ft=sh