9 lines
137 B
TOML
9 lines
137 B
TOML
|
|
[bootstrap]
|
||
|
|
bootstrap_exec = '/boot/bootstrap'
|
||
|
|
|
||
|
|
[contents]
|
||
|
|
"/lib" = [ '/lib/ld64.so' ]
|
||
|
|
"/usr/bin" = [ '/usr/bin/herdd' ]
|
||
|
|
|
||
|
|
# vim: ft=toml
|