samples: fix grub2-legacy in base-qcow2
This fixes a typo: `386-pc` -> `i386-pc`
This commit is contained in:
parent
c2cb6073ad
commit
d5575edbc7
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||||
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
|
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
|
||||||
"legacy": "386-pc"
|
"legacy": "i386-pc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue