diff --git a/recipes/kernel/recipe.sh b/recipes/kernel/recipe.sh index 34c789d2..a877f5d1 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 nulld randd redoxfs zerod) +BUILD_DEPENDS=(drivers init nulld ramfs randd redoxfs zerod) function recipe_build { export INITFS_FOLDER="$(realpath ../sysroot)" diff --git a/recipes/ramfs/recipe.sh b/recipes/ramfs/recipe.sh new file mode 100644 index 00000000..f583f5c3 --- /dev/null +++ b/recipes/ramfs/recipe.sh @@ -0,0 +1 @@ +GIT=https://gitlab.redox-os.org/redox-os/ramfs.git