Find a file
askiiart eacb3aa470
Okay I don't know what's going on but Git seems to be working after like
40 rebase things so yeah I'm gonna do this all now
2024-11-10 10:35:56 -06:00
blend-settings Update containers.html 2024-10-07 21:18:50 +03:00
overlayfs-tools Rework immutability and overlays 2023-04-25 16:44:01 +05:30
.gitignore Rework immutability and overlays 2023-04-25 16:44:01 +05:30
blend removes user's distro checking (done in blend) and adds exit code (which is then returned by user) 2024-11-10 10:35:05 -06:00
blend-files blend-files to /usr/bin/python3 shebang 2023-08-15 22:32:39 -04:00
blend-files.service release blend 2.0.0 2023-02-11 17:33:29 +05:30
blend-system /usr/bin/python3 instead of env 2023-08-15 17:29:47 -04:00
blend.hook Rework immutability and overlays 2023-04-25 16:44:01 +05:30
blend.install Rework immutability and overlays 2023-04-25 16:44:01 +05:30
host-blend release blend 2.0.0 2023-02-11 17:33:29 +05:30
init-blend fix: logproc term string 2024-02-09 23:50:48 +05:30
LICENSE.md release blend 2.0.0 2023-02-11 17:33:29 +05:30
README.md Update readme 2023-04-25 16:46:45 +05:30
user forgot to fix the function name oops 2024-11-10 10:35:18 -06:00

blend

A tool to manage overlays, containers and multiple distributions

This repository also contains blend-settings, a tool for configuring blend and overlays, as well as many other utilities.

Credits

The init-blend file in this repository uses a few lines (the sections have been marked clearly) uses from distrobox's init script. These lines have been marked and attributed appropriately, and are licensed under the GPL-3.0 license.

I would also like to thank Luca Di Maio from Distrobox for NVIDIA driver support in containers.

overlayfs-tools has been taken from https://github.com/ecdye/zram-config, which itself forked https://github.com/kmxz/overlayfs-tools.

Aside from these lines, all the other code in this repository has been written by me (rs2009). blend-settings is based on Modren, a software store I (rs2009) had written long ago, and is licensed under the same license as the rest of the code in this repository, the GPL-3.0 license.

Usage

It's recommended to use the blend-settings UI, instead of the blend CLI.