diff options
author | davidovski <david@davidovski.xyz> | 2022-01-18 23:20:28 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-18 23:20:28 +0000 |
commit | fea4c173a7c89f4f19f6be4a72065f8457a451af (patch) | |
tree | cd635c47b0cc2d82fc7bbed3c607adb95b3714d5 /repo/util | |
parent | 9b43ea52884468102bd177d753a162f5479092e5 (diff) |
added configure to dracut
Diffstat (limited to 'repo/util')
-rw-r--r-- | repo/util/dracut.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |