From 3baa90e7d89417a380c0eef818754264c31423f7 Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 1 Jun 2024 21:38:48 +0200 Subject: [PATCH] WIP blendos --- pages/02.linux/guides/blendos/default.en.md | 45 +++++++++++++++++++-- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/pages/02.linux/guides/blendos/default.en.md b/pages/02.linux/guides/blendos/default.en.md index 48cee11..825bda1 100644 --- a/pages/02.linux/guides/blendos/default.en.md +++ b/pages/02.linux/guides/blendos/default.en.md @@ -5,20 +5,57 @@ visible: false [toc] -Last modified: 2024-05-28 +Last modified: 2024-06-01 + +# Alpha v4 Installation Requirements + +- ArchLinux +- GRUB bootloader +- mkinitcpio +- No FDE + +# Installation + +Add this content to `/etc/pacman.conf` + +```conf +[breakfast] +SigLevel = Never +Server = https://pkg-repo.blendos.co +``` + +Create the file `/system.yaml` + +```yaml +repo: "https://pkg-repo.blendos.co/" + +impl: "https://github.com/blend-os/tracks/raw/main" + +# all tracks: https://github.com/blend-os/tracks +track: "blendos-base" + +packages: + - "firefox" +# - 'nvidia-dkms' if you're using an NVIDIA GPU +``` [shroot] + ``` -pacman -S akshara +pacman -Sy akshara ``` + [/shroot] -Add `akshara` after `base udev` in `/etc/mkinitcpio` under `HOOKS` +Add `akshara` after `base udev` in `/etc/mkinitcpio.conf` under `HOOKS` [shroot] + ``` -mkinitcpio -P; sudo akshara update +mkinitcpio -P +akshara update ``` + [/shroot] Reboot the system