mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add the ramfs recipe.
This commit is contained in:
parent
ebda92aa7f
commit
1d3bbddb9c
@ -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