resmo commented on issue #2506: CLOUDSTACK-10341: Reduce systemvmtemplate size, 
install nftables
URL: https://github.com/apache/cloudstack/pull/2506#issuecomment-375606039
 
 
   while improving, I wonder do we already have --no-recommends? This would 
also skip installing docs and optimize disk space usage. I would even suggest 
to add it to apt.conf
   
   ~~~
   cat > /etc/apt/apt.conf.d/01norecommend << EOF
   APT::Install-Recommends "0";
   APT::Install-Suggests "0";
   EOF
   ~~~
   
   Any thoughts?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to