Switch from Systemd to Enit
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
description: Event driven initramfs infrastructure
|
description: Event driven initramfs infrastructure
|
||||||
version: 102
|
version: 102
|
||||||
|
revision: 2
|
||||||
url: https://github.com/dracut-ng/dracut-ng
|
url: https://github.com/dracut-ng/dracut-ng
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
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"]
|
optional_depends: ["lvm2"]
|
||||||
make_depends: ["rustc"]
|
make_depends: ["rustc"]
|
||||||
provides: ["initramfs"]
|
provides: ["initramfs"]
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ prepare() {
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
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
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user