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:18:46 UTC

git commit: updated refs/heads/4.5 to 0fff19a

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 fe6c00939 -> 0fff19a76


systemvmtemplate: increase /opt partition 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/0fff19a7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0fff19a7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0fff19a7

Branch: refs/heads/4.5
Commit: 0fff19a76feafbba81dc834d38609a20f92b0daa
Parents: fe6c009
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Apr 3 10:48:19 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Apr 3 10:48:19 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0fff19a7/tools/appliance/definitions/systemvm64template/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/preseed.cfg b/tools/appliance/definitions/systemvm64template/preseed.cfg
index 92dbca3..e0aabf0 100644
--- a/tools/appliance/definitions/systemvm64template/preseed.cfg
+++ b/tools/appliance/definitions/systemvm64template/preseed.cfg
@@ -141,7 +141,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 }                     \
@@ -151,7 +151,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 }                      \