summaryrefslogtreecommitdiff
path: root/repo/dracut/dracut.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/dracut/dracut.xibuild')
-rw-r--r--repo/dracut/dracut.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/dracut/dracut.xibuild b/repo/dracut/dracut.xibuild
index ca22f5f..bbc16e7 100644
--- a/repo/dracut/dracut.xibuild
+++ b/repo/dracut/dracut.xibuild
@@ -1,14 +1,14 @@
#!/bin/sh
MAKEDEPS="make asciidoc musl-fts"
-DEPS="bash toybox cpio findutils grep gzip kmod pkg-config procps-ng sed util-linux xz"
+DEPS="bash toybox cpio findutils grep gzip kmod pkg-config procps-ng sed util-linux xz stty"
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
ADDITIONAL="
- fix-toybox-coreutils.patch
+ fix-sbase-coreutils.patch
"
prepare () {