From bf7498328c70fd8f0bc9e672b8978cbea8322763 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 11 May 2019 10:10:41 -0600
Subject: [PATCH] Add nulld, randd, and zerod to kernel recipe

---
 recipes/kernel/init.rc   | 3 +++
 recipes/kernel/recipe.sh | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes/kernel/init.rc b/recipes/kernel/init.rc
index db322fcd2..25c5ba031 100644
--- a/recipes/kernel/init.rc
+++ b/recipes/kernel/init.rc
@@ -1,5 +1,8 @@
 export PATH /bin
 export TMPDIR /tmp
+nulld
+zerod
+randd
 vesad T T G
 stdio display:1
 ps2d us
diff --git a/recipes/kernel/recipe.sh b/recipes/kernel/recipe.sh
index 469d6706b..34c789d2e 100644
--- a/recipes/kernel/recipe.sh
+++ b/recipes/kernel/recipe.sh
@@ -1,5 +1,5 @@
 GIT=https://gitlab.redox-os.org/redox-os/kernel.git
-BUILD_DEPENDS=(drivers init redoxfs)
+BUILD_DEPENDS=(drivers init nulld randd redoxfs zerod)
 
 function recipe_build {
     export INITFS_FOLDER="$(realpath ../sysroot)"
-- 
GitLab