buildahcker
    Preparing search index...

    Interface ABPartitionsGrubenvAndEfiPartitionOptions

    interface ABPartitionsGrubenvAndEfiPartitionOptions {
        apkCache?: string;
        containerCache?: ContainerCache;
        efiPartitionSize: number;
        grubDiskDevice?: string;
        grubEnvPath?: string;
        grubPartitionIndex: number;
        grubSourceImage: string;
        logger?: Writable;
        mtoolsSource?: ImageOrContainer;
        useEfi?: boolean;
    }
    Index

    Properties

    apkCache?: string
    containerCache?: ContainerCache
    efiPartitionSize: number
    grubDiskDevice?: string
    grubEnvPath?: string
    grubPartitionIndex: number
    grubSourceImage: string
    logger?: Writable
    mtoolsSource?: ImageOrContainer
    useEfi?: boolean