ABRoot icon indicating copy to clipboard operation
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...

Results 62 ABRoot issues
Sort by recently updated
recently updated
newest added

Follow-up: https://github.com/Vanilla-OS/ABRoot/issues/193

enhancement

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...

bug

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...

bug
waiting response

Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Vanilla OS/ABRoot](https://hosted.weblate.org/projects/vanilla-os/abroot/). Current translation status: ![Weblate translation status](https://hosted.weblate.org/widget/vanilla-os/abroot/horizontal-auto.svg)

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,...

enhancement

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...

enhancement

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.

enhancement

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...