mirror of
https://github.com/reactos/reactos.git
synced 2025-05-04 18:31:40 +00:00
Change BootDrive/BootPartition examples to BootPath
svn path=/trunk/; revision=14873
This commit is contained in:
parent
08b9a8878b
commit
c15811bc14
1 changed files with 4 additions and 8 deletions
|
@ -51,8 +51,7 @@
|
|||
; [OS-General] Section Commands:
|
||||
;
|
||||
; BootType - sets the boot type: ReactOS, Linux, BootSector, Partition, Drive
|
||||
; BootDrive - sets the boot drive: 0 - first floppy, 1 - second floppy, 0x80 - first hard disk, 0x81 - second hard disk
|
||||
; BootPartition - sets the boot partition
|
||||
; BootPath - ARC path e.g. multi(0)disk(0)rdisk(x)partition(y)
|
||||
; DriveMap - maps a BIOS drive number to another (i.e. DriveMap=hd1,hd0 maps harddisk1 to harddisk0 or DriveMap=fd1,fd0)
|
||||
|
||||
; [BootSector OSType] Section Commands:
|
||||
|
@ -134,8 +133,7 @@ Hal=\reactos\HAL.DLL
|
|||
|
||||
[Linux]
|
||||
BootType=Linux
|
||||
BootDrive=hd1
|
||||
BootPartition=1
|
||||
BootPath=multi(0)disk(0)rdisk(1)partition(1)
|
||||
Kernel=/vmlinuz
|
||||
Initrd=/initrd.img
|
||||
CommandLine="root=/dev/sdb1"
|
||||
|
@ -146,13 +144,11 @@ BootDrive=fd0
|
|||
|
||||
[MSWinders]
|
||||
BootType=Partition
|
||||
BootDrive=hd0
|
||||
BootPartition=1
|
||||
BootPath=multi(0)disk(0)rdisk(0)partition(1)
|
||||
;DriveMap=hd1,hd0
|
||||
;DriveMap=hd2,hd0
|
||||
;DriveMap=hd3,hd0
|
||||
|
||||
[DriveD]
|
||||
BootType=Partition
|
||||
BootDrive=hd1
|
||||
BootPartition=1
|
||||
BootPath=multi(0)disk(0)rdisk(1)partition(1)
|
||||
|
|
Loading…
Reference in a new issue