package MGA::DrakISO::Storage; use strict; our %storage_types = ( iso => { fs => 'iso9660', read_only => 1, source => 'LABEL=MGAISOROOT', }, ); 1;