Skip to content
Snippets Groups Projects
Commit 36f8f5b5 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update drivers recipe

parent 3d2010b2
Branches
Tags
No related merge requests found
...@@ -7,6 +7,7 @@ function recipe_version { ...@@ -7,6 +7,7 @@ function recipe_version {
} }
function recipe_stage { function recipe_stage {
mkdir -pv "$1/etc" mkdir -pv "$1/etc/pcid"
cp -v pcid.toml "$1/etc/pcid.toml" cp -v initfs.toml "$1/etc/pcid/initfs.toml"
cp -v filesystem.toml "$1/etc/pcid/filesystem.toml"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment