lua-platform-info: set image name for x86-kvm_guest target

This commit is contained in:
Matthias Schiffer 2015-03-15 18:38:29 +01:00
parent 596328289c
commit f221d17e1c
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ end
-- The image name for sysupgrades
function get_image_name()
return nil
return 'x86-kvm'
end