mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Update drivers recipe
This commit is contained in:
parent
3d2010b26a
commit
36f8f5b5f7
@ -7,6 +7,7 @@ function recipe_version {
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
mkdir -pv "$1/etc"
|
||||
cp -v pcid.toml "$1/etc/pcid.toml"
|
||||
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