Add dracut config

This commit is contained in:
Ettore Di Giacinto 2022-10-02 21:28:25 +00:00
parent d8d8d94c4e
commit cc40365df1
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
image: "alpine"
steps:
- mkdir -p /output/etc/dracut.conf.d/
- cp -rf dracut.conf /output/etc/dracut.conf.d/20-kairos.conf
package_dir: "/output"

View File

@ -0,0 +1,3 @@
category: "config"
name: "dracut"
version: "0.1"

View File

@ -0,0 +1 @@
add_dracutmodules+=" systemd-sysext "

View File

@ -11,6 +11,12 @@ copy:
version: ">=0" version: ">=0"
source: "/framework/." source: "/framework/."
destination: "/" destination: "/"
- package:
category: "config"
name: "dracut"
version: ">=0"
source: "/output/."
destination: "/"
- package: - package:
category: "system" category: "system"
name: "elemental-cli" name: "elemental-cli"