Merge branch 'ramfs-recipe' into 'master'

Add the ramfs recipe

See merge request redox-os/cookbook!235
This commit is contained in:
Jeremy Soller 2020-04-04 12:55:22 +00:00
commit 00e837b6ad
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