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

drivers: Remove filesystem.toml

parent 9dcafe9a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment