Skip to content

Commit 9037338

Browse files
authored
Merge pull request #74419 from prestist/add-partition-number
COS-1706 Add partition number when referencing var in butane examples
2 parents 4131421 + 4b16ebe commit 9037338

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

modules/installation-disk-partitioning-upi-templates.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ storage:
9898
partitions:
9999
- label: var
100100
start_mib: <partition_start_offset> <2>
101-
size_mib: <partition_size> <3>
101+
size_mib: <partition_size> <3>
102+
number: 5
102103
filesystems:
103104
- device: /dev/disk/by-partlabel/var
104105
path: /var

modules/installation-disk-partitioning.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ storage:
9696
partitions:
9797
- label: var
9898
start_mib: <partition_start_offset> <2>
99-
size_mib: <partition_size> <3>
99+
size_mib: <partition_size> <3>
100+
number: 5
100101
filesystems:
101102
- device: /dev/disk/by-partlabel/var
102103
path: /var

modules/installation-user-infra-machines-advanced.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ storage:
161161
partitions:
162162
- label: var
163163
start_mib: <partition_start_offset> <2>
164-
size_mib: <partition_size> <3>
164+
size_mib: <partition_size> <3>
165+
number: 5
165166
filesystems:
166167
- device: /dev/disk/by-partlabel/var
167168
path: /var

0 commit comments

Comments
 (0)