[haiku-bugs] Re: [Haiku] #9228: vmware image is too small to do any work, expand to 2GB

  • From: "scottmc" <trac@xxxxxxxxxxxx>
  • Date: Wed, 28 Nov 2012 19:11:01 -0000

#9228: vmware image is too small to do any work, expand to 2GB
----------------------------+-------------------------
   Reporter:  scottmc       |      Owner:  bonefish
       Type:  enhancement   |     Status:  new
   Priority:  normal        |  Milestone:  R1/beta1
  Component:  Build System  |    Version:  R1/alpha4.1
 Resolution:                |   Keywords:
 Blocked By:                |   Blocking:
Has a Patch:  0             |   Platform:  All
----------------------------+-------------------------

Comment (by scottmc):

 something like this, but also including releases.
 {{{
 diff --git a/build/jam/ReleaseBuildProfiles
 b/build/jam/ReleaseBuildProfiles
 index 0fc925f..678900c 100644
 --- a/build/jam/ReleaseBuildProfiles
 +++ b/build/jam/ReleaseBuildProfiles
 @@ -41,7 +41,11 @@ switch $(HAIKU_BUILD_PROFILE) {
 Â Â Â Â Â Â Â Â AddGroupToHaikuImage party : 101 : user sshd ;
 Â Â Â Â Â Â Â Â HAIKU_STRIP_DEBUG_FROM_OPTIONAL_PACKAGES = 1 ;
 Â Â Â Â Â Â Â Â HAIKU_IMAGE_HOST_NAME = shredder ;
 - Â Â Â Â Â Â Â HAIKU_IMAGE_SIZE = 600 ;
 +
 + Â Â Â Â Â Â Â switch $(HAIKU_BUILD_PROFILE) {
 + Â Â Â Â Â Â Â Â Â Â Â case "nightly-vmware" : HAIKU_IMAGE_SIZE = 2000 ;
 + Â Â Â Â Â Â Â Â Â Â Â case "*" : HAIKU_IMAGE_SIZE = 600 ;
 + Â Â Â Â Â Â Â }

 Â Â Â Â Â Â Â Â AddOptionalHaikuImagePackages Pe Nano Vision P7zip XZ-
 Utils ;
 Â Â Â Â Â Â Â Â AddOptionalHaikuImagePackages Development Git OpenSSH
 OpenSSL ;
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/9228#comment:2>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: