feat: add container image support
This commit is contained in:
parent
cbdd6d822a
commit
b4c70c48c7
2 changed files with 74 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ modules:
|
|||
stages:
|
||||
- module: pacman-install
|
||||
inputs:
|
||||
- "jq"
|
||||
- "git"
|
||||
- "sudo"
|
||||
- "grub"
|
||||
|
|
@ -25,6 +26,8 @@ stages:
|
|||
- "linux"
|
||||
- "linux-firmware"
|
||||
- "dracut"
|
||||
- "skopeo"
|
||||
- "umoci"
|
||||
- "pacman-contrib"
|
||||
- "python"
|
||||
- "python-yaml"
|
||||
|
|
@ -35,7 +38,7 @@ stages:
|
|||
- module: exec
|
||||
inputs:
|
||||
- |
|
||||
git clone --revision eb7a52e5d690bab70063b9dc705d9546e77509ad --depth 1 https://git.ruds.io/rs2009/akshara /akshara
|
||||
git clone --revision 2a08830ac0fa9d4d4a2491e7dd0c534cb9bf37cc --depth 1 https://git.ruds.io/rs2009/akshara /akshara
|
||||
cd /akshara
|
||||
cp -a usr/lib/akshara /usr/lib/akshara
|
||||
cp -a usr/lib/dracut/modules.d/10akshara /usr/lib/dracut/modules.d/10akshara
|
||||
|
|
@ -53,8 +56,7 @@ override:
|
|||
keep: old
|
||||
|
||||
auto-update:
|
||||
enabled: true
|
||||
interval: 3600
|
||||
enabled: false
|
||||
|
||||
distro-config:
|
||||
before-stages: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue