firecracker-node
    Preparing search index...

    Interface BootSource

    A boot source descriptor

    interface BootSource {
        boot_args?: string;
        initrd_path?: string;
        kernel_image_path: string;
    }
    Index

    Properties

    boot_args?: string

    Kernel boot arguments

    initrd_path?: string

    Host level path to the kernel image used to boot the guest

    kernel_image_path: string

    Host level path to the initrd image used to boot the guest