WIP blendos

This commit is contained in:
exu 2024-06-01 21:38:48 +02:00
parent f5e800cae3
commit 3baa90e7d8

View File

@ -5,20 +5,57 @@ visible: false
[toc] [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] [shroot]
``` ```
pacman -S akshara pacman -Sy akshara
``` ```
[/shroot] [/shroot]
Add `akshara` after `base udev` in `/etc/mkinitcpio` under `HOOKS` Add `akshara` after `base udev` in `/etc/mkinitcpio.conf` under `HOOKS`
[shroot] [shroot]
``` ```
mkinitcpio -P; sudo akshara update mkinitcpio -P
akshara update
``` ```
[/shroot] [/shroot]
Reboot the system Reboot the system