directories
This commit is contained in:
parent
4fda9c2767
commit
6002ae1419
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ build_simple() { : \
|
||||||
prep() { : \
|
prep() { : \
|
||||||
&& [ "$(whoami)" != podman ] \
|
&& [ "$(whoami)" != podman ] \
|
||||||
|| { : \
|
|| { : \
|
||||||
&& mkdir -p ~/.config/containers/ \
|
&& { [ -d ~/.config ] || mkdir ~/.config ;} \
|
||||||
|
&& { [ -d ~/.config/containers ] || mkdir ~/.config/containers ;} \
|
||||||
|
&& { [ -d ~/junk ] || mkdir ~/junk ;} \
|
||||||
&& printf '%s\n' >~/.config/containers/storage.conf \
|
&& printf '%s\n' >~/.config/containers/storage.conf \
|
||||||
'[storage]' 'driver = "overlay"' 'runroot = "$HOME/junk"' \
|
'[storage]' 'driver = "overlay"' 'runroot = "$HOME/junk"' \
|
||||||
'graphroot = "$HOME/junk"' 'rootless_storage_path = "$HOME/junk"' \
|
'graphroot = "$HOME/junk"' 'rootless_storage_path = "$HOME/junk"' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue