Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: lib/cros_vm_constants.sh

Issue 3597001: Move vm constants into their own file. This will make it easier to share these constants. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Fix ws Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/cros_vm_constants.sh
diff --git a/lib/cros_vm_constants.sh b/lib/cros_vm_constants.sh
new file mode 100644
index 0000000000000000000000000000000000000000..124d158eb52eb77dd5f5241d184c1e0f6f280cd3
--- /dev/null
+++ b/lib/cros_vm_constants.sh
@@ -0,0 +1,16 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Common constants for vm scripts.
+
+# Default values for creating VM's.
+DEFAULT_MEM="1024"
+DEFAULT_VMDK="ide.vmdk"
+DEFAULT_VMX="chromiumos.vmx"
+DEFAULT_VBOX_DISK="os.vdi"
+DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin"
+
+# Minimum sizes for full size vm images -- needed for update.
+MIN_VDISK_SIZE_FULL=6072
+MIN_STATEFUL_FS_SIZE_FULL=2048
petkov 2010/09/29 20:54:07 consider including VM somewhere in all of these co
« bin/cros_run_vm_test ('K') | « image_to_vm.sh ('k') | lib/cros_vm_lib.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698