Chameleon

Chameleon Commit Details

Date:2015-03-09 21:26:23 (9 years 1 month ago)
Author:zenith432
Commit:2596
Parents: 2595
Message:boot1-install.c does not support installation on ntfs
Changes:
M/branches/zenith432/i386/util/boot1-install/boot1-install.c

File differences

branches/zenith432/i386/util/boot1-install/boot1-install.c
546546
547547
548548
549
550
551
552549
553550
554551
......
743740
744741
745742
746
747743
748744
749745
else
*pKind = _other;
break;
case _ntfs:
rc = 0;
break;
default:
break;
}
case _exfat:
case _hfs:
case _msdos:
case _ntfs:
break;
default:
unsupported();

Archive Download the corresponding diff file

Revision: 2596