Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[install] Update .inf to work with x64 as well as x86
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
TalAloni authored and Michael Brown committed Mar 17, 2009
1 parent 5bf0091 commit f5473c0
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions bin/iscsiboot.inf
Expand Up @@ -7,19 +7,25 @@ CatalogFile = iscsiboot.cat
DriverVer = 12/01/2008,0.1

[Manufacturer]
%fensys% = FenSystems
%fensys% = FenSystems,NTx86,NTamd64

[FenSystems]
[FenSystems.NTx86]
%iscsiboot% = iscsiboot,ROOT\iscsiboot

[SourceDisksNames]
0 = %srcdisk%
[FenSystems.NTamd64]
%iscsiboot% = iscsiboot,ROOT\iscsiboot

[SourceDisksNames.NTx86]
1 = %srcdisk%,,,\i386

[SourceDisksNames.NTamd64]
2 = %srcdisk%,,,\amd64

[SourceDisksFiles.x86]
iscsiboot.sys=0,\i386
[SourceDisksFiles]
iscsiboot.sys=1

[SourceDisksFiles.amd64]
iscsiboot.sys=0,\amd64
[SourceDisksFiles.NTamd64]
iscsiboot.sys=2

[DestinationDirs]
Files.Driver = 12
Expand Down

0 comments on commit f5473c0

Please sign in to comment.