Add the ramfs recipe.

This commit is contained in:
4lDO2 2020-03-29 11:17:58 +02:00
parent ebda92aa7f
commit 1d3bbddb9c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
GIT=https://gitlab.redox-os.org/redox-os/kernel.git
BUILD_DEPENDS=(drivers init nulld randd redoxfs zerod)
BUILD_DEPENDS=(drivers init nulld ramfs randd redoxfs zerod)
function recipe_build {
export INITFS_FOLDER="$(realpath ../sysroot)"

1
recipes/ramfs/recipe.sh Normal file
View File

@ -0,0 +1 @@
GIT=https://gitlab.redox-os.org/redox-os/ramfs.git