>> ./etc/foo.conf = regular
ccc
ddd
>> ./etc/holorc = symlink
../../../holorc
>> ./etc/os-release = regular
ID=arch
>> ./run = dir
>> ./tmp = dir
>> ./usr/share/holo/files/01-first/etc/foo.conf.holoscript = regular
#!/bin/sh
cat
echo ddd
>> ./var/lib/holo/files/base/etc/foo.conf = regular
ccc
>> ./var/lib/holo/files/provisioned/etc/foo.conf = regular
ccc
ddd
