Re: [pacman-dev] Remove skipped warning message for already installed packages when --needed is specified?

2020-12-07 Thread Daan De Meyer
To give a bit more context, the key insight here is that mkosi is a script that invokes pacman with a list of packages supplied by the user (in this case -> systemd). mkosi first provisions a base Arch image and then installs the packages listed by systemd in it's mkosi config file

Re: [pacman-dev] Remove skipped warning message for already installed packages when --needed is specified?

2020-12-06 Thread Allan McRae
On 7/12/20 5:05 am, Daan De Meyer wrote: > Hi, > > I recently added --needed to pacman's invocation in mkosi but noticed > that even when --needed is specified, pacman still prints warning > messages for packages that it's skipping because they are already > installed. My intuition was that by

[pacman-dev] Remove skipped warning message for already installed packages when --needed is specified?

2020-12-06 Thread Daan De Meyer
Hi, I recently added --needed to pacman's invocation in mkosi but noticed that even when --needed is specified, pacman still prints warning messages for packages that it's skipping because they are already installed. My intuition was that by enabling --needed, I was explicitly telling pacman that