mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Merge branch 'ramfs-recipe' into 'master'
Add the ramfs recipe See merge request redox-os/cookbook!235
This commit is contained in:
commit
00e837b6ad
@ -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
1
recipes/ramfs/recipe.sh
Normal file
@ -0,0 +1 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/ramfs.git
|
||||
Loading…
Reference in New Issue
Block a user