summaryrefslogtreecommitdiff
blob: 9dd523aa9eae3eddadb8cff7888cdf4bf99b4135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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;
?>