Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
packer-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bob Tanner
packer-windows
Commits
097ce7f1
Commit
097ce7f1
authored
Dec 31, 2017
by
Patrick Lang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating to UEFI disk layout
parent
c47a99b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
19 deletions
+8
-19
answer_files/server_insider_uefi/Autounattend.xml
answer_files/server_insider_uefi/Autounattend.xml
+8
-19
No files found.
answer_files/server_insider_uefi/Autounattend.xml
View file @
097ce7f1
...
@@ -16,32 +16,21 @@
...
@@ -16,32 +16,21 @@
<Disk
wcm:action=
"add"
>
<Disk
wcm:action=
"add"
>
<CreatePartitions>
<CreatePartitions>
<CreatePartition
wcm:action=
"add"
>
<CreatePartition
wcm:action=
"add"
>
<Type>
Primary
</Type>
<Order>
1
</Order>
<Order>
1
</Order>
<Size>
350
</Size>
<Size>
500
</Size>
<Type>
EFI
</Type>
</CreatePartition>
</CreatePartition>
<CreatePartition
wcm:action=
"add"
>
<CreatePartition
wcm:action=
"add"
>
<Order>
2
</Order>
<Order>
2
</Order>
<Type>
Primary
</Type>
<Size>
128
</Size>
<Type>
MSR
</Type>
</CreatePartition>
<CreatePartition
wcm:action=
"add"
>
<Order>
3
</Order>
<Extend>
true
</Extend>
<Extend>
true
</Extend>
<Type>
Primary
</Type>
</CreatePartition>
</CreatePartition>
</CreatePartitions>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition
wcm:action=
"add"
>
<Active>
true
</Active>
<Format>
NTFS
</Format>
<Label>
boot
</Label>
<Order>
1
</Order>
<PartitionID>
1
</PartitionID>
</ModifyPartition>
<ModifyPartition
wcm:action=
"add"
>
<Format>
NTFS
</Format>
<Label>
Windows 2016
</Label>
<Letter>
C
</Letter>
<Order>
2
</Order>
<PartitionID>
2
</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>
0
</DiskID>
<DiskID>
0
</DiskID>
<WillWipeDisk>
true
</WillWipeDisk>
<WillWipeDisk>
true
</WillWipeDisk>
</Disk>
</Disk>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment