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() { : \
|
||||
&& [ "$(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 \
|
||||
'[storage]' 'driver = "overlay"' 'runroot = "$HOME/junk"' \
|
||||
'graphroot = "$HOME/junk"' 'rootless_storage_path = "$HOME/junk"' \
|
||||
|
|
Loading…
Reference in a new issue