diff options
author | davidovski <david@davidovski.xyz> | 2022-01-18 23:18:33 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-18 23:18:33 +0000 |
commit | 9b43ea52884468102bd177d753a162f5479092e5 (patch) | |
tree | 014fec1b2ee5b12fcc2c735525d95ed6f1f9b616 /repo/util/mkinitcpio.xibuild | |
parent | 257adbf5a2ae32dc99f29f0818b9315fbd3af8cd (diff) |
added dracut
Diffstat (limited to 'repo/util/mkinitcpio.xibuild')
-rw-r--r-- | repo/util/mkinitcpio.xibuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/repo/util/mkinitcpio.xibuild b/repo/util/mkinitcpio.xibuild deleted file mode 100644 index c17aa3c..0000000 --- a/repo/util/mkinitcpio.xibuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -DEPS=(sh) - -PKG_VER=31 -SOURCE=https://github.com/archlinux/mkinitcpio/releases/download/v31/mkinitcpio-$PKG_VER.tar.gz -DESC="Scripts to make initramfs provided by archlinux" - -build () { - make || true -} - -package () { - make DESTDIR="$PKG_DEST" install -} |