Switch from Systemd to Enit

This commit is contained in:
2025-03-11 22:10:51 +02:00
parent 75118399dd
commit 0b0a232f72
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
name: dracut
description: Event driven initramfs infrastructure
version: 102
revision: 2
url: https://github.com/dracut-ng/dracut-ng
license: GPL2-or-later
architecture: any
depends: ["cpio","kmod","coreutils","util-linux","bash","findutils","gawk","grep","procps-ng","sed","pkgconf","systemd"]
depends: ["cpio","kmod","coreutils","util-linux","bash","findutils","gawk","grep","procps-ng","sed","pkgconf"]
optional_depends: ["lvm2"]
make_depends: ["rustc"]
provides: ["initramfs"]
+1 -1
View File
@@ -15,7 +15,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr --sysconfdir=/etc --disable-documentation --systemdsystemunitdir=/usr/lib/systemd/system --enable-dracut-cpio
./configure --prefix=/usr --sysconfdir=/etc --disable-documentation --systemdsystemunitdir=no --enable-dracut-cpio
make
}