From: Anders Kaseorg Date: Tue, 17 Feb 2009 10:01:23 +0000 (-0500) Subject: Don't confuse {KB, MB, GB} with {KiB, MiB, GiB}. X-Git-Tag: 0.0.20^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/9fcc8cfc4797aafbc674ea78e42e5e51bdb0cf5e Don't confuse {KB, MB, GB} with {KiB, MiB, GiB}. svn path=/trunk/packages/invirt-web/; revision=2161 --- diff --git a/code/main.py b/code/main.py index 438144a..dd60e96 100755 --- a/code/main.py +++ b/code/main.py @@ -479,7 +479,7 @@ power on and off the machine. This can be either a user or a moira group.""", 'Quotas': """ Quotas are determined on a per-locker basis. Each locker may have a -maximum of 512 megabytes of active ram, 50 gigabytes of disk, and 4 +maximum of 512 mebibytes of active ram, 50 gibibytes of disk, and 4 active machines.""", 'Console': """ Framebuffer: At a Linux boot prompt in your VM, try @@ -488,7 +488,7 @@ your machine will run just fine, but the applet's display of the console will suffer artifacts. """, 'Windows': """ -Windows Vista: The Vista image is licensed for all MIT students and will automatically activate off the network; see the licensing confirmation e-mail for details. The installer req uires 512 MB RAM and at least 7.5 GB disk space (15 GB or more recommended).
+Windows Vista: The Vista image is licensed for all MIT students and will automatically activate off the network; see the licensing confirmation e-mail for details. The installer requires 512 MiB RAM and at least 7.5 GiB disk space (15 GiB or more recommended).
Windows XP: This is the volume license CD image. You will need your own volume license key to complete the install. We do not have these available for the general MIT community; ask your department if they have one. """ } diff --git a/debian/changelog b/debian/changelog index 48ff283..024ce1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-web (0.0.20) unstable; urgency=low + + * Don't confuse MB with MiB, or GB with GiB. + + -- Anders Kaseorg Tue, 17 Feb 2009 04:54:54 -0500 + invirt-web (0.0.19) unstable; urgency=low * modified quota checking to refer to invirt.database.Owner for quotas and defaults