Reduce fake VBox disks from 1TiB to 8GiB

This commit is contained in:
Ehmry - 2019-04-12 17:44:34 +02:00
parent 064de94287
commit 8bd3e421f3
5 changed files with 15 additions and 2 deletions

View File

@ -42,6 +42,7 @@
<pkg path="_/pkg/alpine-virt-x86_64" info="Alpine installer ISO service"/>
<pkg path="_/pkg/ReactOS-live" info="ReactOS live ISO service"/>
<pkg path="_/pkg/fs_block_4G" info="File-system backed 4GiB block device"/>
<pkg path="_/pkg/fs_block_8G" info="File-system backed 8GiB block device"/>
<pkg path="_/pkg/vbox5-nova" info="Vbox with routable block devices"/>
</index>

View File

@ -0,0 +1,4 @@
TARGET_NAME = fs_block_8G
include_rules
PKG_DEPENDS += _/src/fs_block
: runtime |> !collect_pkg_runtime |>

View File

@ -0,0 +1,8 @@
<runtime ram="4M" caps="128" binary="fs_block">
<requires> <file_system/> </requires>
<provides> <block/> </provides>
<content> <rom label="fs_block"/> </content>
<config>
<default-policy file="/disk" block_size="512" writeable="yes" device_size="8G"/>
</config>
</runtime>

View File

@ -5,7 +5,7 @@ parentCID=ffffffff
createType="fullDevice"
# Extent description
RW 2147483648 FLAT "/dev/sda" 0
RW 16777216 FLAT "/dev/sda" 0
# The disk Data Base
#DDB

View File

@ -5,7 +5,7 @@ parentCID=ffffffff
createType="fullDevice"
# Extent description
RW 2147483648 FLAT "/dev/sdb" 0
RW 16777216 FLAT "/dev/sdb" 0
# The disk Data Base
#DDB