bwbox/configs/default

11 lines
247 B
Plaintext
Raw Permalink Normal View History

2021-05-18 22:10:35 +02:00
{
"mount": [],
2021-10-12 10:49:26 +02:00
"romount": ["/etc", "/var", "/usr", "/opt"],
2021-05-18 22:10:35 +02:00
"symlinks": [
{"src": "usr/lib", "dst": "/lib"},
{"src": "usr/lib64", "dst": "/lib64"},
{"src": "usr/bin", "dst": "/bin"},
{"src": "usr/sbin", "dst": "/sbin"}
]
}