ABRoot
ABRoot copied to clipboard
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 a...
Follow-up: https://github.com/Vanilla-OS/ABRoot/issues/193
Idk if this bug is caused by EtcBuilder or ABroot but it seems like after an upgrade, files in /etc where only the owner can read them get changed so...
When trying to add packages using `abroot pkg add` and then `abroot pkg apply` from the vso-pico shell, `abroot pkg apply` consistently fails right after it finishes syncing with the...
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Vanilla OS/ABRoot](https://hosted.weblate.org/projects/vanilla-os/abroot/). Current translation status: 
ABRoot currently automatically assumes that the command to generate a new initramfs is `update-initramfs`, which is not always the case, some platforms may use `dracut` or `mkinitcpio` for initramfs management,...
i think abroot should be able to unlock itself if the user cancelled an upgrade or if the upgrade pre-staging fails (during update check or during download) it gets kinda...
We currently make no efforts to verify the downloaded images, this is very insecure and can be a huge downside in enterprise applications. There are multiple solutions to signing the...
Currently, the user needs to use a public container repo for their image.
Apparently, some ppas like chrome or 1password install their files to /opt So a custom image using those ppas won't work since these files are shadowed by the mount of...
This PR changes the upgrade check code so that a failure in Differ doesn't cause the program to exit. Instead, it now returns a warning informing the user it failed...