Given that the user might not only want to install a bare system but also do something with the system 20GB of disk space and 1GiB of RAM are a reasonable amount. Furthermore the debian desktop express installation script will fail with less than about 15GB or so. This patch adjusts the resources for debian wheezy. --- data/oses/debian.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/oses/debian.xml.in b/data/oses/debian.xml.in index dc97d81..61d4d52 100644 --- a/data/oses/debian.xml.in +++ b/data/oses/debian.xml.in @@ -232,8 +232,8 @@ </minimum> <recommended> <cpu>1000000000</cpu> - <ram>536870912</ram> - <storage>5368709120</storage> + <ram>1073741824</ram> + <storage>21474836480</storage> </recommended> </resources> -- 2.0.4 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo