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:
Christian Kellner 2021-02-19 13:15:09 +01:00 committed by Tom Gundersen
parent ca3db79c35
commit 7a503100c8
2 changed files with 4 additions and 2 deletions

View file

@ -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"
}
},
{

View file

@ -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"
}
},
{