<?php// TODO This shouldn't be a step at all, it should be in wizard.php to choose between output modules$title='Image Format';$this->select('image_type','image_type','Image type',array('tgz'=>'Tar/Gzip','tbz2'=>'Tar/Bzip2','installcd'=>'Installer CD with Tar/Bzip2','livecd'=>'LiveCD','ext2'=>'ext2','jffs2'=>'jffs2'));$next=null;?>