You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/04/03 07:20:03 UTC

git commit: updated refs/heads/master to 97ad1e2

Repository: cloudstack
Updated Branches:
  refs/heads/master 3d22a16c4 -> 97ad1e24b


systemvmtemplate: increase /opt parititon by 100MB

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/master
Commit: 97ad1e24b8eab4cee6c06f72a7515ff92b729c69
Parents: 3d22a16
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Apr 3 10:49:17 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Apr 3 10:49:36 2015 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvmtemplate/preseed.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/97ad1e24/tools/appliance/definitions/systemvmtemplate/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/preseed.cfg b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
index 9f7c4d0..2127090 100644
--- a/tools/appliance/definitions/systemvmtemplate/preseed.cfg
+++ b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
@@ -55,7 +55,7 @@ d-i partman-auto/expert_recipe string                         \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ / }                         \
               .                                               \
-              50 100 200 ext4                                 \
+              50 100 100 ext4                                 \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /home }                     \
@@ -65,7 +65,7 @@ d-i partman-auto/expert_recipe string                         \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /usr }                      \
               .                                               \
-              100 40 200 ext4                                 \
+              200 40 300 ext4                                 \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /opt }                      \