No description
Find a file
2025-02-20 18:42:33 +03:30
.forgejo/workflows added workflow 2025-02-20 18:42:33 +03:30
arkdep-build.d/apadana-kde Added Arkdep Varients 2024-11-01 18:18:49 +03:30
LICENSE Added Arkdep Varients 2024-11-01 18:18:49 +03:30
README.md Added Arkdep Varients 2024-11-01 18:18:49 +03:30

Apadana Arkdep Variants

This repository contains Apadana Immutable variant configuration for arkdep-build.

Variants are recipes used by arkdep-build to create installable images in Arkdep format.

System requirements

  • Have arkdep-build and dependencies installed.
sudo pacman -Sy arkdep

Building a variant

First clone the repo and navigate to its root:

git clone git@git.parchlinux.com/apadana/arkdep-variants.git
cd arkdep-variants

Variants are identified based on directory name. Pass the directory name of whichever variant you wish to build to arkdep-build to build it:

sudo arkdep-build apadana-kde

Once the image finished building, they will be deposited in ./target.

Deploying the images locally

Once you have build an image it can quickly be deployed locally on any Arkdep managed system.

cp ./target/{IMAGE_ID}.tar.zst /arkdep/cache
sudo arkdep deploy cache {IMAGE_ID}