wiki-grav/pages/02.linux/guides/blendos/default.en.md

62 lines
781 B
Markdown
Raw Normal View History

2024-05-28 18:51:29 +02:00
---
title: blendOS
visible: false
---
[toc]
2024-06-01 21:38:48 +02:00
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
```
2024-05-28 18:51:29 +02:00
[shroot]
2024-06-01 21:38:48 +02:00
2024-05-28 18:51:29 +02:00
```
2024-06-01 21:38:48 +02:00
pacman -Sy akshara
2024-05-28 18:51:29 +02:00
```
2024-06-01 21:38:48 +02:00
2024-05-28 18:51:29 +02:00
[/shroot]
2024-06-01 21:38:48 +02:00
Add `akshara` after `base udev` in `/etc/mkinitcpio.conf` under `HOOKS`
2024-05-28 18:51:29 +02:00
[shroot]
2024-06-01 21:38:48 +02:00
2024-05-28 18:51:29 +02:00
```
2024-06-01 21:38:48 +02:00
mkinitcpio -P
akshara update
2024-05-28 18:51:29 +02:00
```
2024-06-01 21:38:48 +02:00
2024-05-28 18:51:29 +02:00
[/shroot]
Reboot the system