Dump configs

This commit is contained in:
2021-10-12 10:49:26 +02:00
parent 9a3e36fcb1
commit 0bffb6ad35
6 changed files with 14 additions and 0 deletions

10
configs/default Normal file
View File

@@ -0,0 +1,10 @@
{
"mount": [],
"romount": ["/etc", "/var", "/usr", "/opt"],
"symlinks": [
{"src": "usr/lib", "dst": "/lib"},
{"src": "usr/lib64", "dst": "/lib64"},
{"src": "usr/bin", "dst": "/bin"},
{"src": "usr/sbin", "dst": "/sbin"}
]
}