Add nulld, randd, and zerod to kernel recipe

This commit is contained in:
Jeremy Soller 2019-05-11 10:10:41 -06:00
parent b5ff69a073
commit bf7498328c
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
export PATH /bin
export TMPDIR /tmp
nulld
zerod
randd
vesad T T G
stdio display:1
ps2d us

View File

@ -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)"