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:
|
||||
- module: pacman-install
|
||||
inputs:
|
||||
- "git"
|
||||
- "sudo"
|
||||
- "grub"
|
||||
- "nano"
|
||||
- "linux"
|
||||
- "linux-firmware"
|
||||
- "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:
|
||||
- path: /var/lib/pacman/
|
||||
|
|
@ -32,6 +46,10 @@ override:
|
|||
- path: /etc/pacman.conf
|
||||
keep: new
|
||||
|
||||
auto-update:
|
||||
enabled: true
|
||||
interval: 3600
|
||||
|
||||
distro-config:
|
||||
before-stages: |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue