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:
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 ;
}