From 02871d08d3a1320b6e6197f9483a232381f39e83 Mon Sep 17 00:00:00 2001
From: askiiart WARNING: This page is a work-in-progress, and is very
+ incomplete. Read at your own risk. blendOS is self-described as "Arch Linux, made declarative,
immutable and atomic." And yeah, that's a pretty good
description of what it is. But you can never really
@@ -17,7 +21,7 @@
I decided to just run blendOS in a virtual machine; I had a
bunch of data I hadn't backed up yet and was actively working
on, and didn't feeling like switching yet given I had no
- experience with blendOS v4[^1] - I've actually tried blendOS v3
+ experience with blendOS v4 - I've actually tried blendOS v3
before, back when v4 was in alpha, but it had practically zero
documentation, not even At first I wasn't sure what impl is doing, but it seems to be
combined with the track to get the URL for the raw
- Checking out blendOS
+
+
man
pages, so I gave up on
it very quickly. But with v4, hopefully it's improved since
@@ -32,16 +36,44 @@
track: default-gnome
yaml
file[^1].yaml
file1.
This is actually a really interesting bit which isn't documented, as it means you can just, say, host your own track(s) for all your computers in a Git repo, and they can each - inherit from other configs[^2] or be overridden locally; this - actually seems like a very interesting and viable way to - centrally manage many computers running Linux, and given I'm - constantly switching between several computers; I can just put - my config(s) in one repo, and pull from that.
+ inherit from other configs2 or be overridden + locally; this actually seems like a very interesting and viable + way to centrally manage many computers running Linux, and given + I'm constantly switching between several computers; I can just + put my config(s) in one repo, and pull from that.blendOS's configuration is really simple:
+impl: http://github.com/blend-os/tracks/raw/main
+repo: https://pkg-repo.blendos.co
+track: default-gnome
+
+arch-repo: 'https://repo-goes-here.example'
+
+packages:
+ - 'fish'
+
+aur-packages:
+ - 'EVEN-MORE-FISH'
+
+services:
+ - 'service-goes-here'
+
+user-services:
+ - 'user-service-goes-here'
+
+package-repos:
+ - name: 'repo name'
+ repo-url: 'https://repo.url'
+
+commands:
+ 'echo hiiiiiii > /home/user/helloooooo'
It's quite basic, but blendOS actually works very well for me; I already have a Git repo of all my @@ -64,19 +96,25 @@ post-install intro
.yaml
↩︎
+ In the provided blend-os/tracks
+ repo, default-gnome
actually inherits from the
+ gnome
track.↩︎