Skip to content

Commit

Permalink
storage: don't use /dev/vda
Browse files Browse the repository at this point in the history
We have `/dev/disk/by-id/coreos-boot-disk` now which is just better.
That symlink is already explained higher up on the same page, so no need
to explain it again.
  • Loading branch information
jlebon authored and travier committed Apr 23, 2024
1 parent 7d2219b commit 3194475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ variant: fcos
version: {butane-latest-stable-spec}
storage:
disks:
- device: /dev/vda
- device: /dev/disk/by-id/coreos-boot-disk
partitions:
- label: root
number: 4
Expand Down

0 comments on commit 3194475

Please sign in to comment.