feat: include akshara
This commit is contained in:
parent
c513ab9397
commit
9a2a5f7a54
1 changed files with 18 additions and 0 deletions
18
arch.yaml
18
arch.yaml
|
|
@ -18,12 +18,26 @@ modules:
|
||||||
stages:
|
stages:
|
||||||
- module: pacman-install
|
- module: pacman-install
|
||||||
inputs:
|
inputs:
|
||||||
|
- "git"
|
||||||
- "sudo"
|
- "sudo"
|
||||||
- "grub"
|
- "grub"
|
||||||
- "nano"
|
- "nano"
|
||||||
- "linux"
|
- "linux"
|
||||||
- "linux-firmware"
|
- "linux-firmware"
|
||||||
- "dracut"
|
- "dracut"
|
||||||
|
- "python"
|
||||||
|
- "python-yaml"
|
||||||
|
- "python-click"
|
||||||
|
- "python-fasteners"
|
||||||
|
|
||||||
|
- module: exec
|
||||||
|
inputs:
|
||||||
|
- |
|
||||||
|
git clone --revision 5c161f448139ad8b2646d760dfa3d44d162df0f9 --depth 1 https://git.ruds.io/rs2009/akshara /akshara
|
||||||
|
cd /akshara
|
||||||
|
cp -a usr/lib/akshara /usr/lib
|
||||||
|
cp usr/bin/akshara /usr/bin
|
||||||
|
- rm -rf /akshara
|
||||||
|
|
||||||
override:
|
override:
|
||||||
- path: /var/lib/pacman/
|
- path: /var/lib/pacman/
|
||||||
|
|
@ -32,6 +46,10 @@ override:
|
||||||
- path: /etc/pacman.conf
|
- path: /etc/pacman.conf
|
||||||
keep: new
|
keep: new
|
||||||
|
|
||||||
|
auto-update:
|
||||||
|
enabled: true
|
||||||
|
interval: 3600
|
||||||
|
|
||||||
distro-config:
|
distro-config:
|
||||||
before-stages: |
|
before-stages: |
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue