Commit ffa2e89
storage: add boot_device.layout to mirror examples
Starting with Butane spec 1.7.0, boot_device.layout is required when
boot_device.mirror is specified (previously it was only a warning).
Since the examples use {butane-latest-stable-spec} which resolves to
1.7.0, they now fail with:
error at $.boot_device.mirror: boot_device.layout should be
specified when boot_device.mirror is specified
Add layout: x86_64 to both examples that use boot_device.mirror, with
a comment noting users should change this to match their target
architecture.
Fixes: #808
Assisted-by: <anthropic/claude-opus-4.6>1 parent 607e3c8 commit ffa2e89
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
506 | 508 | | |
507 | 509 | | |
508 | 510 | | |
| 511 | + | |
| 512 | + | |
509 | 513 | | |
510 | 514 | | |
511 | 515 | | |
| |||
0 commit comments