appliance: Fix preseed, sum of partitions should be 2000M

Signed-off-by: Rohit Yadav <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/489e6f40
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/489e6f40
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/489e6f40

Branch: refs/heads/internallb
Commit: 489e6f40ea919a13f2a7750250a79da5b4effa79
Parents: 767478c
Author: Rohit Yadav <[email protected]>
Authored: Thu Apr 11 00:08:35 2013 +0530
Committer: Alena Prokharchyk <[email protected]>
Committed: Wed Apr 10 15:44:06 2013 -0700

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/preseed.cfg       |    6 +++---
 .../definitions/systemvmtemplate64/preseed.cfg     |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/489e6f40/tools/appliance/definitions/systemvmtemplate/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/preseed.cfg 
b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
index 79349f6..6996565 100644
--- a/tools/appliance/definitions/systemvmtemplate/preseed.cfg
+++ b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
@@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /home }                     \
               .                                               \
-              700 20 1100 ext4                                \
+              650 20 1100 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /usr }                      \
@@ -156,7 +156,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /opt }                      \
               .                                               \
-              500 60 1000 ext4                                \
+              450 60 1000 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /var }                      \
@@ -166,7 +166,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /tmp }                      \
               .                                               \
-              50 512 300% linux-swap                          \
+              70 512 300% linux-swap                          \
                       method{ swap } format{ }                \
               .
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/489e6f40/tools/appliance/definitions/systemvmtemplate64/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate64/preseed.cfg 
b/tools/appliance/definitions/systemvmtemplate64/preseed.cfg
index 79349f6..6996565 100644
--- a/tools/appliance/definitions/systemvmtemplate64/preseed.cfg
+++ b/tools/appliance/definitions/systemvmtemplate64/preseed.cfg
@@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /home }                     \
               .                                               \
-              700 20 1100 ext4                                \
+              650 20 1100 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /usr }                      \
@@ -156,7 +156,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /opt }                      \
               .                                               \
-              500 60 1000 ext4                                \
+              450 60 1000 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /var }                      \
@@ -166,7 +166,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /tmp }                      \
               .                                               \
-              50 512 300% linux-swap                          \
+              70 512 300% linux-swap                          \
                       method{ swap } format{ }                \
               .
 

Reply via email to