Interface ABPartitionsRootPartitionOptions

interface ABPartitionsRootPartitionOptions {
    apkCache?: string;
    containerCache?: ContainerCache;
    kernelCmdline?: string;
    logger?: Writable;
    rootPartitionGrubCfg?: string;
    sourceRootImage: string;
    sourceRootInitrdPath?: string;
    sourceRootKernelPath?: string;
    squashfsToolsSource?: ImageOrContainer;
    updateToolPath?: string;
}

Properties

apkCache?: string
containerCache?: ContainerCache
kernelCmdline?: string
logger?: Writable
rootPartitionGrubCfg?: string
sourceRootImage: string
sourceRootInitrdPath?: string
sourceRootKernelPath?: string
squashfsToolsSource?: ImageOrContainer
updateToolPath?: string

Generated using TypeDoc