From f9ea607480180e5c5f35ea6249a7a889849fa5b0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Wed, 11 Sep 2019 20:07:42 -0600 Subject: [PATCH] drivers: Remove filesystem.toml --- recipes/drivers/recipe.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh index 6fbc22653..04add3f4e 100644 --- a/recipes/drivers/recipe.sh +++ b/recipes/drivers/recipe.sh @@ -10,7 +10,6 @@ function recipe_version { 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" mkdir -pv "$1/etc/pcid.d" for conf in `find . -maxdepth 2 -type f -name 'config.toml'`; do -- GitLab