1 Arch Linux update from Dec 2019 results in Carli-3

Every month Arch Linux is releasing its Arch Linux iso. So every month we need to see what packages they have added or deleted because we want our Carli to start off with the same package base as a rule.

We download the arch linux iso. We mount it and we get the pkglist.x86_64.txt from the Arch Linux iso.

You can reuse my arcogetstarted script to get all the carli githubs. You can find it on discord in the official channel.

We need to build carli2 to know if the iso of Arch Linux and Carli2 contains the same packages and whether we need to create a carli3 because of the new monthly release.

We install archiso to be able to build the iso

sudo pacman -S archiso

We also quikly compare carli1 with carli2.

We compare both isos and we see that
libatomic_ops
is a new package on their iso.
We follow Arch Linux and create carli3.