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

Side by Side Diff: lib/cros_vm_constants.sh

Issue 3860002: Increase statefulfs_size to accomadate larger stateful partitions. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Common constants for vm scripts. 5 # Common constants for vm scripts.
6 6
7 # Default values for creating VM's. 7 # Default values for creating VM's.
8 DEFAULT_MEM="1024" 8 DEFAULT_MEM="1024"
9 DEFAULT_VMDK="ide.vmdk" 9 DEFAULT_VMDK="ide.vmdk"
10 DEFAULT_VMX="chromiumos.vmx" 10 DEFAULT_VMX="chromiumos.vmx"
11 DEFAULT_VBOX_DISK="os.vdi" 11 DEFAULT_VBOX_DISK="os.vdi"
12 DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin" 12 DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin"
13 13
14 # Minimum sizes for full size vm images -- needed for update. 14 # Minimum sizes for full size vm images -- needed for update.
15 MIN_VDISK_SIZE_FULL=6072 15 MIN_VDISK_SIZE_FULL=6072
16 MIN_STATEFUL_FS_SIZE_FULL=2048 16 MIN_STATEFUL_FS_SIZE_FULL=3072
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698