Skip to content

Commit 982b251

Browse files
committed
provisioning: Assign role to root
Signed-off-by: Ikey Doherty <[email protected]>
1 parent 1ec28f6 commit 982b251

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/provisioning/tests/use_whole_disk.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ strategy name="whole_disk" summary="Wipe and use an entire disk" {
3030
}
3131

3232
// Create a partition for rootfs
33-
create-partition disk="root_disk" id="root" {
33+
create-partition disk="root_disk" id="root" role="root" {
3434
constraints {
3535
min (GIB)30
3636
max (GIB)120

0 commit comments

Comments
 (0)