Update drivers recipe

This commit is contained in:
Jeremy Soller 2017-07-20 19:37:56 -06:00
parent 3d2010b26a
commit 36f8f5b5f7

View File

@ -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"
}