mirror of https://github.com/apache/cloudstack.git
systemvmtemplate: increase /opt partition by 100MB
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
fe6c009399
commit
0fff19a76f
|
|
@ -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 } \
|
||||
|
|
|
|||
Loading…
Reference in New Issue