aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/hardware-properties.ini
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-01 14:04:00 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-03-01 15:31:11 +0100
commit40841b2d221273a08abfe20824e7631211ade31d (patch)
treeea4ae5d5dd91b9473a4fd34c46e50f7af246f2a0 /android/avd/hardware-properties.ini
parent5f64b873605baa5519211b0d47a53c93df9d4868 (diff)
downloadexternal_qemu-40841b2d221273a08abfe20824e7631211ade31d.zip
external_qemu-40841b2d221273a08abfe20824e7631211ade31d.tar.gz
external_qemu-40841b2d221273a08abfe20824e7631211ade31d.tar.bz2
Move system image initialization to core.
Change-Id: Ic8da3ccaed9bab7dbb44c0bb341b0dba20b90980
Diffstat (limited to 'android/avd/hardware-properties.ini')
-rw-r--r--android/avd/hardware-properties.ini23
1 files changed, 15 insertions, 8 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index 69abdaa..5ecfcc4 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -222,26 +222,33 @@ default =
abstract = Path to the ramdisk image
description = Path to the ramdisk image.
-# Path to the system partition.
+# System partition image(s).
+#
+# disk.systemPartition.path points to the read/write system partition image.
+# if empty, a temporary file will be created, initialized with the content
+# of .initPath
+#
+# disk.systemPartition.initPath is only used when .path is empty. It must
+# then point to a read-only initialization system image file.
+#
+# disk.systemPartition.size is the ideal size of the system partition. The
+# size is ignored if the actual system partition image is larger. Otherwise,
+# it indicates the maximum size the disk image file can grow to.
+#
name = disk.systemPartition.path
type = string
-default = <init>
-abstract = Path to system partition image
-description = Path to read/write system partition image during emulation. If special value '<init>' is used, a temporary file will be created, populated with the content of .initPath
+default =
+abstract = Path to runtime system partition image
-# Initial path to the system partition.
name = disk.systemPartition.initPath
type = string
default =
abstract = Initial system partition image
-description = Only used if .path is '<init>', path to an initial system image that will be copied into the temporary system image file before launch.
-# System partition size.
name = disk.systemPartition.size
type = diskSize
default = 0
abstract = Ideal size of system partition
-description = ideal size of system partition. Ignored if smaller than the size of .path (or .initPath). Otherwise, gives the maximum size the partition is allowed to grow dynamically.
# Path to the data partition.
name = disk.dataPartition.path