]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Update xen-tools.conf comments to be more concise and consistent
authorAxel Beckert <abe@deuxchevaux.org>
Thu, 11 Apr 2013 08:56:54 +0000 (10:56 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 11 Apr 2013 11:08:31 +0000 (13:08 +0200)
Thanks Elmar Heeb!

etc/xen-tools.conf

index e46de0349cbc43c0e92763c179d5abfcd7183176..1d84a946614bc5cd00033303e3f6b676cee488aa 100644 (file)
@@ -125,13 +125,14 @@ install-method = debootstrap
 #  Disk and Sizing options.
 ##
 #
-size   = 4Gb      # Disk image size.
-memory = 128Mb    # Memory size
-swap   = 128Mb    # Swap size
-# noswap = 1      # Don't use swap at all for the new system.
-fs     = ext3     # use the EXT3 filesystem for the disk image.
-dist   = `xt-guess-suite-and-mirror --suite` # Default distribution to install.
-image  = sparse   # Specify sparse vs. full disk images.
+size   = 4G       # Root disk, suffix (G, M, k) required
+memory = 128M     # Suffix (G, M, k) required
+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
+dist   = `xt-guess-suite-and-mirror --suite`
+                  # Default distribution is determined by Dom0's distribution
+image  = sparse   # Specify sparse vs. full disk images (file based images only)
 
 #
 #  See the README for currently supported and tested distributions. You can