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;
}

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

Generated using TypeDoc