mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add drivers-041 recipe
This commit is contained in:
parent
8456bb9a39
commit
6f04345434
14
recipes/drivers-041/recipe.sh
Normal file
14
recipes/drivers-041/recipe.sh
Normal file
@ -0,0 +1,14 @@
|
||||
GIT=https://github.com/redox-os/drivers.git
|
||||
GIT_BRANCH=0.4.1
|
||||
CARGOFLAGS=--all
|
||||
|
||||
function recipe_version {
|
||||
echo "0.1.1"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
mkdir -pv "$1/etc/pcid"
|
||||
cp -v initfs.toml "$1/etc/pcid/initfs.toml"
|
||||
cp -v filesystem.toml "$1/etc/pcid/filesystem.toml"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user