From 9b43ea52884468102bd177d753a162f5479092e5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 23:18:33 +0000 Subject: added dracut --- repo/util/dracut.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/util/dracut.xibuild (limited to 'repo/util/dracut.xibuild') diff --git a/repo/util/dracut.xibuild b/repo/util/dracut.xibuild new file mode 100644 index 0000000..31190ef --- /dev/null +++ b/repo/util/dracut.xibuild @@ -0,0 +1,17 @@ +#!/bin/bash + +DEPS=() + +DESC="An initramfs infastructure aimin gto have as little possible hardcoded into the initramfs" + +PKG_VER=055 +SOURCE=https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-$PKG_VER.tar.xz + +build () { + make sysconfdir=/etc +} + +package () { + make DESTDIR="$PKG_DEST" sysconfdir=/etc install +} + -- cgit v1.2.1