mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[USETUP]
- add a default page file entry to the registry also during unattended setup CORE-8074 svn path=/trunk/; revision=62769
This commit is contained in:
@@ -1524,6 +1524,8 @@ SelectPartitionPage(PINPUT_RECORD Ir)
|
||||
MaxSize,
|
||||
TRUE);
|
||||
|
||||
DestinationDriveLetter = (WCHAR)PartitionList->CurrentPartition->DriveLetter[0];
|
||||
|
||||
return SELECT_FILE_SYSTEM_PAGE;
|
||||
}
|
||||
}
|
||||
@@ -1535,6 +1537,8 @@ SelectPartitionPage(PINPUT_RECORD Ir)
|
||||
return SELECT_PARTITION_PAGE; /* let the user select another partition */
|
||||
}
|
||||
|
||||
DestinationDriveLetter = (WCHAR)PartitionList->CurrentPartition->DriveLetter[0];
|
||||
|
||||
return SELECT_FILE_SYSTEM_PAGE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user