Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init: arch Linux speed improvements (#828)
* init: Avoid re-installing Pacman packages * Add the "--needed" argument to Pacman to only install new packages. * Pacman cache is also only updated once instead of during every command. These changes makes entering an Arch Linux container much faster. Resolves #826 Signed-off-by: Luke Short <ekultails@gmail.com> * init: do not force Pacman upgrades Upgrades should only run when the "--upgrade" argument is passsed. Related #826 Signed-off-by: Luke Short <ekultails@gmail.com> --------- Signed-off-by: Luke Short <ekultails@gmail.com>
- Loading branch information