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;
    partedSource?: ImageOrContainer;
    rootPartition?: FileInImage;
    rootPartitionGrubCfg?: string;
    rootPartitionSize: number;
    squashfsToolsSource?: ImageOrContainer;
}

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
partedSource?: ImageOrContainer
rootPartition?: FileInImage
rootPartitionGrubCfg?: string
rootPartitionSize: number
squashfsToolsSource?: ImageOrContainer

Generated using TypeDoc