buildahcker
    Preparing search index...

    Interface ABPartitionsDiskOptions

    interface ABPartitionsDiskOptions {
        apkCache?: string;
        biosBootPartitionSize?: number;
        bootType?: "bios" | "efi" | "both";
        containerCache?: ContainerCache;
        efiPartitionSize?: number;
        grubDiskDevice?: string;
        grubEnvPath?: string;
        grubExtraConfig?: string;
        grubSourceImage?: string;
        grubSourcePath?: string;
        grubTimeout?: number;
        linuxDiskDevice?: string;
        logger?: Writable;
        mtoolsSource?: ImageOrContainer;
        rootPartition?: FileInImage;
        rootPartitionGrubCfg?: string;
        rootPartitionSize: number;
        squashfsToolsSource?: ImageOrContainer;
    }
    Index

    Properties

    apkCache?: string
    biosBootPartitionSize?: number
    bootType?: "bios" | "efi" | "both"
    containerCache?: ContainerCache
    efiPartitionSize?: number
    grubDiskDevice?: string
    grubEnvPath?: string
    grubExtraConfig?: string
    grubSourceImage?: string
    grubSourcePath?: string
    grubTimeout?: number
    linuxDiskDevice?: string
    logger?: Writable
    mtoolsSource?: ImageOrContainer
    rootPartition?: FileInImage
    rootPartitionGrubCfg?: string
    rootPartitionSize: number
    squashfsToolsSource?: ImageOrContainer