test/data: set saved_entry in boot manifest
This is to test the functionality of the new `saved_entry` grub2 config file. Ideally an integration test would install a new non- default kernel and check that it does not get selected. Something for the future.
This commit is contained in:
parent
ca3db79c35
commit
7a503100c8
2 changed files with 4 additions and 2 deletions
|
|
@ -646,7 +646,8 @@
|
|||
"options": {
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
|
||||
"legacy": "i386-pc"
|
||||
"legacy": "i386-pc",
|
||||
"saved_entry": "ffffffffffffffffffffffffffffffff-5.6.6-300.fc32.x86_64"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -62,7 +62,8 @@
|
|||
"options": {
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
|
||||
"legacy": "i386-pc"
|
||||
"legacy": "i386-pc",
|
||||
"saved_entry": "ffffffffffffffffffffffffffffffff-5.6.6-300.fc32.x86_64"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue