From fea4c173a7c89f4f19f6be4a72065f8457a451af Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 23:20:28 +0000 Subject: added configure to dracut --- repo/util/dracut.xibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/util/dracut.xibuild b/repo/util/dracut.xibuild index 31190ef..12183ec 100644 --- a/repo/util/dracut.xibuild +++ b/repo/util/dracut.xibuild @@ -8,6 +8,7 @@ PKG_VER=055 SOURCE=https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-$PKG_VER.tar.xz build () { + ./configure --prefix=/usr make sysconfdir=/etc } -- cgit v1.2.1