buildahcker
    Preparing search index...

    Interface ABPartitionsRootPartitionOptions

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

    Properties

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