diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 01:07:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 01:07:55 +0300 |
commit | 3e571482462614644faead09c9d29bb0e509733c (patch) | |
tree | 2342a869bc5e4810f275eaebf98d432f95d90548 | |
parent | df6bb6892001dd533ee53333cf9152876cca92f8 (diff) | |
download | repository-3e571482462614644faead09c9d29bb0e509733c.tar.gz |
dracut: added new package to testing
-rwxr-xr-x | testing/dracut/build | 4 | ||||
-rw-r--r-- | testing/dracut/checksums | 1 | ||||
-rw-r--r-- | testing/dracut/sources | 1 | ||||
-rw-r--r-- | testing/dracut/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/testing/dracut/build b/testing/dracut/build new file mode 100755 index 00000000..dd8900a9 --- /dev/null +++ b/testing/dracut/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +./configure +make DESTDIR="$1" install diff --git a/testing/dracut/checksums b/testing/dracut/checksums new file mode 100644 index 00000000..fbe57cfd --- /dev/null +++ b/testing/dracut/checksums @@ -0,0 +1 @@ +6ce2f8c16b393606b504c7722fd6845d2e0ed0f543f3cc83784c31171498b89a dracut-049.tar.xz diff --git a/testing/dracut/sources b/testing/dracut/sources new file mode 100644 index 00000000..01e4a980 --- /dev/null +++ b/testing/dracut/sources @@ -0,0 +1 @@ +https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-049.tar.xz diff --git a/testing/dracut/version b/testing/dracut/version new file mode 100644 index 00000000..b1a83ff8 --- /dev/null +++ b/testing/dracut/version @@ -0,0 +1 @@ +049 1 |