mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
Disambiguate noux-system config
This commit is contained in:
parent
a85c47134b
commit
d273129d9d
@ -1,4 +1,4 @@
|
||||
<runtime ram="72M" caps="1000" binary="init" config="init.config">
|
||||
<runtime ram="72M" caps="1000" binary="init" config="noux-system.config">
|
||||
|
||||
<requires>
|
||||
<nitpicker/>
|
||||
@ -11,7 +11,7 @@
|
||||
</requires>
|
||||
|
||||
<content>
|
||||
<rom label="init.config"/>
|
||||
<rom label="noux-system.config"/>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
content: init.config
|
||||
content: noux-system.config
|
||||
|
||||
init.config:
|
||||
noux-system.config:
|
||||
cp $(REP_DIR)/recipes/raw/noux-system/$@ $@
|
||||
|
Loading…
Reference in New Issue
Block a user