1
0
mirror of synced 2026-05-05 23:56:19 +00:00

Merge branch 'maxmem' of gitorious.org:xen-tools/aseques-xen-tools

This commit is contained in:
Axel Beckert
2013-10-23 13:59:16 +02:00
6 changed files with 42 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ install-method = debootstrap
#
size = 4G # Root disk, suffix (G, M, k) required
memory = 128M # Suffix (G, M, k) required
#maxmem = 256M # Suffix (G, M, k) optional
swap = 128M # Suffix (G, M, k) required
# noswap = 1 # Don't use swap at all for new systems.
fs = ext3 # Default file system for any disk

View File

@@ -17,6 +17,11 @@
}
}
memory = '{$memory}'
{ if ( $maxmem )
{
$OUT .= "maxmem = '$maxmem'\n";
}
}
# Name

View File

@@ -37,6 +37,11 @@
}
vcpus = '{$vcpus}'
memory = '{$memory}'
{ if ( $maxmem )
{
$OUT .= "maxmem = '$maxmem'\n";
}
}
#
# Disk device(s).