mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
drivers: Remove filesystem.toml
This commit is contained in:
parent
9dcafe9aca
commit
f9ea607480
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user