Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
libcontainers-common.28228
container-storage-driver.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File container-storage-driver.sh of Package libcontainers-common.28228
if test "$(id -u)" -gt "0" && test -d "$HOME"; then if test ! -e "$HOME"/.config/containers/storage.conf && \ test ! -e "$HOME"/.local/share/containers/storage/libpod && \ grep -qx "driver = .*btrfs.*" /etc/containers/storage.conf ; then if test "$(findmnt -o FSTYPE -l --target "$HOME" | grep -v FSTYPE)" != "btrfs"; then # Home partition is not btrfs, but system wide setting is to use btrfs, this won't work # default to 'overlay' then export STORAGE_DRIVER=overlay fi fi fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor