Revision a111fe90

b/db/models.py
116 116
        ('extdump', 'Raw ext2/3/4 dump'),
117 117
        ('lvm', 'lvm snapshot'),
118 118
        ('ntfsclone', 'Windows Image produced by ntfsclone'),
119
        ('ntfsdump', 'Raw NTFS dump')
119
        ('ntfsdump', 'Raw NTFS dump'),
120
	('diskdump', 'Raw dump of a hard disk')
120 121
    )
121 122

  
122 123
    name = models.CharField('Image name', max_length=255)

Also available in: Unified diff