BassT23 / Proxmox

Update your Proxmox VE
Other
192 stars 14 forks source link

[Optimisation] Optimize during update of lxc #55

Closed Gauvino closed 1 year ago

Gauvino commented 1 year ago

I think that you can push the file to lxc container when making apt and apt upgrade so it take less time to push.

BassT23 commented 1 year ago

There are several pushes,

in LXC the push is on the end (after cleaning) for "extras" and "update check". And there are pushes on the beginning, to push all needed files to the host.

I can check, if i can push several files during one push, ...

Gauvino commented 1 year ago

Yes test it and try, before making it you should see in the conf before everything if user as enable extra update

BassT23 commented 1 year ago

now I know what you mean ;) but;

there are no global option for extra updates. (but could be implement) The script pushes the extra file all time. And during run, it check, if extras are installed/enabled.

BassT23 commented 1 year ago

added "global extra" option in config file