mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add nulld, randd, and zerod to kernel recipe
This commit is contained in:
parent
b5ff69a073
commit
bf7498328c
@ -1,5 +1,8 @@
|
||||
export PATH /bin
|
||||
export TMPDIR /tmp
|
||||
nulld
|
||||
zerod
|
||||
randd
|
||||
vesad T T G
|
||||
stdio display:1
|
||||
ps2d us
|
||||
|
||||
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user