You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/03/23 10:14:09 UTC

[GitHub] resmo commented on issue #2506: CLOUDSTACK-10341: Reduce systemvmtemplate size, install nftables

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:
users@infra.apache.org


With regards,
Apache Git Services