Linux Format

Vanilla OS

We’re continuing our look at Linux distros that use modern technologies and techniques to improve security and stability. Previously, we’ve looked at Fedora Silverblue and NixOS. Silverblue uses an immutable (read-only) root partition and applications are added as either containerised packages or filesystem layers. A tool called Toolbox is included, which allows deep integration with containers, to allow other operating systems or apps to run from within Silverblue. NixOS is also very different from Ubuntu or Fedora as it uses declarative configuration via configuration files. This uses techniques from the infrastructure as code methodology and it means multiple devices can be configured in exactly the same way and configuration can be backed up using version control systems.

Vanilla OS will be more familiar to classic distro users, but it also uses some of these new techniques. Vanilla is based on Ubuntu, allows easy access to the AppImage, Flatpak and soon the Snap containerised packaging systems, has a partially read-only (immutable) filesystem and utilises an A-B partitioning system to make updates as reliable as possible.

A very similar A-B partitioning system is utilised by Chrome OS. Essentially, two copies of the operating system are installed and after an update, the system boots from the newer copy. If the update has failed, it can boot from the other partition to remain in the previous version. To achieve this, the team has developed a tool called ABRoot that allows for atomic transactions between two root filesystems. Please note that due to having two copies of the operating system, your virtual disk is, in effect, half the size you set. At least 50GB is required for installation.

As the filesystem is partially read-only, adding core components is not the same as in stock Ubuntu, but can be achieved using

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin
Linux Format1 min read
Installation Complications
The Linux Mint system package for Timewarrior was out of date, so we installed the latest version from Snap. The Hamster package in the distribution repository was the latest stable release (which is quite old), but we could also have installed via F
Linux Format3 min read
Drauger OS 7.6
We love the idea of a gaming-specific version of Linux, but Drauger fails to deliver. Given the setup/kernel issues, you’re far better off installing Ubuntu, then adding gamingspecific packages yourself. CPU: 1.8GHz (2GHz suggested) Mem: 1GB (6GB sug

Related Books & Audiobooks