Thanks to @klmcw I have started to deal with distrobox-assemble
.
I have created a distrobox with name archbase
and now I like to clone it. I have something like this:
``
[testit]
clone=archbase
additional_packages=“perl-xml-libxml perl-readonly perl-template-toolkit perl-www-mechanize perl-net-openssh perl-config-general”
init=false
nvidia=false
pull=false
root=false
replace=true
start_now=true
volume=“/var/data:/var/data”
``
All is working fine except that the additional_packages
are not installed.
Doesn’t additional_packages
work with clone
or did I make a (perhaps silly) mistake?