buildahcker
    Preparing search index...

    Interface ABPartitionsGrubPartitionOptions

    interface ABPartitionsGrubPartitionOptions {
        apkCache?: string;
        containerCache?: ContainerCache;
        grubDiskDevice?: string;
        grubEnvPartitionIndex: number;
        grubEnvPath?: string;
        grubExtraConfig?: string;
        grubSourceImage: string;
        grubSourcePath?: string;
        grubTimeout?: number;
        linuxDiskDevice?: string;
        logger?: Writable;
        rootPartitionAIndex: number;
        rootPartitionBIndex: number;
        rootPartitionGrubCfg?: string;
        squashfsToolsSource?: ImageOrContainer;
    }
    Index

    Properties

    apkCache?: string
    containerCache?: ContainerCache
    grubDiskDevice?: string
    grubEnvPartitionIndex: number
    grubEnvPath?: string
    grubExtraConfig?: string
    grubSourceImage: string
    grubSourcePath?: string
    grubTimeout?: number
    linuxDiskDevice?: string
    logger?: Writable
    rootPartitionAIndex: number
    rootPartitionBIndex: number
    rootPartitionGrubCfg?: string
    squashfsToolsSource?: ImageOrContainer