mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
[SETUPLIB][BOOTDATA] Rename "MBRInstallType" to "BootLoaderLocation"
Less hardcoded references to "MBR" for code that should be generic is always better.
This commit is contained in:
parent
259abe59dc
commit
c9c5fd1a18
5 changed files with 28 additions and 26 deletions
|
@ -11,10 +11,11 @@ DestinationDiskNumber = 0
|
|||
DestinationPartitionNumber = 1
|
||||
InstallationDirectory=ReactOS
|
||||
|
||||
; MBRInstallType=0 skips MBR installation
|
||||
; MBRInstallType=1 install MBR on floppy
|
||||
; MBRInstallType=2 install MBR on hdd
|
||||
MBRInstallType=2
|
||||
; BootLoaderLocation=0 Skip installation
|
||||
; BootLoaderLocation=1 Install on removable media (floppy)
|
||||
; BootLoaderLocation=2 Install on system partition (for MBR disks: MBR and VBR)
|
||||
; BootLoaderLocation=3 Install on VBR only (for MBR disks)
|
||||
BootLoaderLocation=2
|
||||
|
||||
FullName="MyName"
|
||||
;OrgName="MyOrg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue