TIVI-461 & TIVI-462: add --active and --align 1024 to partitioning schema
authorGraydon, Tracy <tracy.graydon@intel.com>
Wed, 9 Jan 2013 21:50:08 +0000 (13:50 -0800)
committerGraydon, Tracy <tracy.graydon@intel.com>
Wed, 9 Jan 2013 21:50:08 +0000 (13:50 -0800)
VERSION [deleted file]
custom/part/tizen-ivi
packaging/image-configurations.changes
packaging/image-configurations.spec

diff --git a/VERSION b/VERSION
deleted file mode 100755 (executable)
index 87523dd..0000000
--- a/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-41
index eb29d13..b9a8e02 100755 (executable)
@@ -1,3 +1,3 @@
-part /boot --size 32 --ondisk sdb --fstype=ext4 --label boot
-part /opt --size 2032 --ondisk sdb --fstype=ext4 --label opt
-part / --size 2032 --ondisk sdb --fstype=ext4 --label platform
+part /boot --size 32 --ondisk sdb --fstype=ext4 --label boot --active --align 1024
+part /opt --size 2032 --ondisk sdb --fstype=ext4 --label opt --align 1024
+part / --size 2032 --ondisk sdb --fstype=ext4 --label platform --align 1024
index bc04916..64dc0fb 100755 (executable)
@@ -1,3 +1,7 @@
+* Wed Jan  9 21:45:03 UTC 2013 - tracy.graydon@intel.com
+- TIVI-461 & TIVI-462: add --active and --align 1024 to partition schema
+- Remove the extraneous VERSION file. No longer used for packaging
+
 * Fri Dec 21 19:57:08 UTC 2012 - tracy.graydon@intel.com
 - Turn off preview image 
 
index 255f065..bfe2785 100755 (executable)
@@ -1,7 +1,7 @@
 %define baseline tizen-0.0
 Summary:       Create kickstart files for IVI Tizen 2.0 images
 Name:          image-configurations
-Version:       1
+Version:       2
 Release:       2
 License:       GPLv2
 Group:         System/Base