sculpt: read config from /rw/config/<VERSION>/

By incorporating the sculpt version into the path where customizations
are stored, we can update and roll back sculpt versions without risking
configuration incompatibilities. By default, the sculpt version
corresponds to <genode-dir>/VERSION.
This commit is contained in:
Norman Feske
2018-04-16 15:08:18 +02:00
committed by Christian Helmuth
parent a75413a21b
commit f0ac01395f
3 changed files with 26 additions and 28 deletions

View File

@@ -157,6 +157,7 @@
<dir name="tmp"> <ram /> </dir>
<dir name="share"> <dir name="vim"> <rom name="vimrc"/> </dir> </dir>
<rom name="README"/>
<rom name="VERSION"/>
</fstab>
<start name="/bin/bash">
<env name="TERM" value="screen" />