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:
parent
270544685e
commit
82fa9759bb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user