1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

B #: fix KERNEL_CMD support for Firecracker (#1016)

This commit is contained in:
Christian González 2021-03-23 14:26:56 +01:00 committed by GitHub
parent 270544685e
commit 82fa9759bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ class FirecrackerVM < OpenNebulaVM
def boot_source(hash)
hash['kernel_image_path'] = 'kernel'
hash['boot_args'] = @boot_args
hash['boot_args'] = @xml['//TEMPLATE/OS/KERNEL_CMD']
end
def machine_config(hash)