buildahcker
    Preparing search index...

    Interface GrubBiosSetupOptions

    interface GrubBiosSetupOptions {
        bootFile: string;
        coreFile: string;
        imageFile: string | number;
        partition: OffsetAndSize;
    }
    Index

    Properties

    bootFile: string
    coreFile: string
    imageFile: string | number
    partition: OffsetAndSize