From 2f535f20c0947096751320f598212b33cfdc2a5c Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Thu, 14 May 2009 15:58:15 +0000 Subject: [PATCH] Added a line for adding the Development optional package, so the @ disk case wouldn't be empty. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30760 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/userguide/en/installation/install-source-linux.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/userguide/en/installation/install-source-linux.html b/docs/userguide/en/installation/install-source-linux.html index 5f2a7f826f..6911a507ef 100644 --- a/docs/userguide/en/installation/install-source-linux.html +++ b/docs/userguide/en/installation/install-source-linux.html @@ -122,13 +122,13 @@ The second line is the location of the zip file. $(HAIKU_TOP) is the lo

In the same way, you use CopyDirectoryToHaikuImage and AddFilesToHaikuImage to copy whole directories or single files into the image.

  • The above commands are executed when building any kind of image. "Build Profiles" provide the means to set commands specifically for different configurations.
    -These are two profiles, one for building and installing an image directly onto a partition and the other to generate a VMWare image:

    +These are two profiles, one for building and installing an image directly onto a partition (and in that case add the optional development package) and the other to generate a 900mb VMWare image:

    DefineBuildProfile disk : disk : "/dev/sda7" ;
     DefineBuildProfile vmware : vmware-image ;
     
     switch $(HAIKU_BUILD_PROFILE) {
     	case "disk" : {
    -
    +		AddOptionalHaikuImagePackages Development ;	
     	}
     
     
    @@ -175,7 +175,7 @@ DefineBuildProfile vmware : vmware-image ;
     
     switch $(HAIKU_BUILD_PROFILE) {
     	case "disk" : {
    -
    +		AddOptionalHaikuImagePackages Development ;
     	}