This repository contains Manjaro Immutable variant configuration for arkdep-build.
Variants are recipes used by arkdep-build to create installable images in Arkdep format.
- Have arkdep-build and dependencies installed.
sudo pacman -Sy arkdep
First clone the repo and navigate to its root:
git clone [email protected]:manjaro/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 test-manjaro-gnome
Once the image finished building, they will be deposited in ./target
.
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}