Vanilla-OS / ABRoot

ABRoot is a utility that provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.
http://abroot.vanillaos.org/
GNU General Public License v3.0
309 stars 24 forks source link

writes a package summary file #340

Closed taukakao closed 2 months ago

taukakao commented 2 months ago

It writes the added and removed packages in a file in the new root. This allows programs to check what additional packages the image contains.

It can possibly be used in the future for abroot status.

It's also needed for https://github.com/Vanilla-OS/desktop-image/issues/192

Tested in a VM with both no packages and one added plus one removed package.