Interface ABPartitionsGrubenvAndEfiPartitionOptions

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

Properties

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

Generated using TypeDoc