mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:02:59 +00:00
[USETUP]
- Set the type of the install partition even if it was not created by usetup. This fixes bug #4368. svn path=/trunk/; revision=47751
This commit is contained in:
parent
09d662004d
commit
9291284ade
1 changed files with 38 additions and 41 deletions
|
@ -2310,8 +2310,6 @@ FormatPartitionPage (PINPUT_RECORD Ir)
|
|||
{
|
||||
CONSOLE_SetStatusText(MUIGetString(STRING_PLEASEWAIT));
|
||||
|
||||
if (PartEntry->PartInfo[PartNum].PartitionType == PARTITION_ENTRY_UNUSED)
|
||||
{
|
||||
if (wcscmp(FileSystemList->Selected->FileSystem, L"FAT") == 0)
|
||||
{
|
||||
if (PartEntry->PartInfo[PartNum].PartitionLength.QuadPart < (4200LL * 1024LL))
|
||||
|
@ -2359,7 +2357,6 @@ FormatPartitionPage (PINPUT_RECORD Ir)
|
|||
PartEntry->PartInfo[PartNum].PartitionType = PARTITION_EXT2;
|
||||
else if (!FileSystemList->Selected->FormatFunc)
|
||||
return QUIT_PAGE;
|
||||
}
|
||||
|
||||
CheckActiveBootPartition (PartitionList);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue