You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/11/05 11:45:02 UTC

[08/50] [abbrv] git commit: updated refs/heads/master to 4c5f792

CLOUDSTACK-7660: Enhance system vm template to support baremetal Installed Package flask and merged the disk partition


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

Branch: refs/heads/master
Commit: 591f46847485b59e83bdfdf8bfd0478a7a755463
Parents: 58455c0
Author: Harikrishna Patnala <ha...@citrix.com>
Authored: Tue Oct 21 18:31:48 2014 +0530
Committer: Frank Zhang <fr...@citrix.com>
Committed: Wed Oct 29 15:27:01 2014 -0700

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/preseed.cfg    | 42 --------------------
 1 file changed, 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/591f4684/tools/appliance/definitions/systemvmtemplate/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/preseed.cfg b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
index 1e4fb4e..724e05b 100644
--- a/tools/appliance/definitions/systemvmtemplate/preseed.cfg
+++ b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
@@ -128,48 +128,6 @@ d-i partman-auto/choose_recipe select atomic
 # just point at it.
 #d-i partman-auto/expert_recipe_file string /hd-media/recipe
 
-d-i partman-auto/expert_recipe string                         \
-      boot-root ::                                            \
-              30 50 100 ext4                                  \
-                      $primary{ } $bootable{ }                \
-                      method{ format } format{ }              \
-                      use_filesystem{ } filesystem{ ext4 }    \
-                      mountpoint{ /boot }                     \
-              .                                               \
-              250 40 400 ext4                                 \
-                      method{ format } format{ }              \
-                      use_filesystem{ } filesystem{ ext4 }    \
-                      mountpoint{ / }                         \
-              .                                               \
-              50 100 200 ext4                                 \
-                      method{ format } format{ }              \
-                      use_filesystem{ } filesystem{ ext4 }    \
-                      mountpoint{ /home }                     \
-              .                                               \
-              700 70 1100 ext4                                \
-                      method{ format } format{ }              \
-                      use_filesystem{ } filesystem{ ext4 }    \
-                      mountpoint{ /usr }                      \
-              .                                               \
-              400 40 500 ext4                                 \
-                      method{ format } format{ }              \
-                      use_filesystem{ } filesystem{ ext4 }    \
-                      mountpoint{ /opt }                      \
-              .                                               \
-              450 70 1000 ext4                                \
-                      method{ format } format{ }              \
-                      use_filesystem{ } filesystem{ ext4 }    \
-                      mountpoint{ /var }                      \
-              .                                               \
-              50 60 100 ext4                                  \
-                      method{ format } format{ }              \
-                      use_filesystem{ } filesystem{ ext4 }    \
-                      mountpoint{ /tmp }                      \
-              .                                               \
-              70 100 256 linux-swap                           \
-                      method{ swap } format{ }                \
-              .
-
 # If not, you can put an entire recipe into the preconfiguration file in one
 # (logical) line. This example creates a small /boot partition, suitable
 # swap, and uses the rest of the space for the root partition: