leitzentrale.run: minor config fix

Related to commit "base: rm first-class support for static binaries".

Issue #2866
This commit is contained in:
Norman Feske 2018-08-16 18:20:32 +02:00 committed by Christian Helmuth
parent cf3ff17c50
commit 87908242c5
1 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,8 @@ install_config {
</config>
</start>
<start name="ahci-1">
<binary name="lx_block" ld="no"/>
<start name="ahci-1" ld="no">
<binary name="lx_block"/>
<resource name="RAM" quantum="2M"/>
<provides> <service name="Block"/> </provides>
<config file="ahci-1.img" block_size="512" writeable="yes"/>