From 36f8f5b5f7dd94384c498e781416cc738fbe783f Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 20 Jul 2017 19:37:56 -0600
Subject: [PATCH] Update drivers recipe

---
 recipes/drivers/recipe.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh
index cd3778eac..21380af30 100644
--- a/recipes/drivers/recipe.sh
+++ b/recipes/drivers/recipe.sh
@@ -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"
 }
-- 
GitLab