Skip to content
Snippets Groups Projects
Verified Commit 221a66c7 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

skopeo: Add oniro-specific configuration


The most notable change is that we use the application partition for the
root's graphroot. We also explicitly set the storage driver and runtime
directory.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent dcc47261
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
[storage]
driver = "overlay"
runroot = "/run/containers/storage"
graphroot="/run/mount/appdata/user-data/containers/root-rootuser"
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment