From 0fff19a76feafbba81dc834d38609a20f92b0daa Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 3 Apr 2015 10:48:19 +0530 Subject: [PATCH] systemvmtemplate: increase /opt partition by 100MB Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvm64template/preseed.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvm64template/preseed.cfg b/tools/appliance/definitions/systemvm64template/preseed.cfg index 92dbca365eb..e0aabf0caec 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 } \