* closes #49
* closes #60
* closes #64
* should address #59
* set default doe ISOs with bot bootmgr and isolinux to syslinux
* other improvements
This commit is contained in:
Pete Batard 2012-03-03 23:12:48 +00:00
parent a9c47a4922
commit 7ee5b35551
11 changed files with 233 additions and 149 deletions

View file

@ -122,8 +122,7 @@ enum {
enum dos_type {
DT_WINME = 0,
DT_FREEDOS,
DT_ISO_FAT,
DT_ISO_NTFS,
DT_ISO,
DT_MAX
};