From a4a0a6665e31bb757a06ead1e5cdbf1473697360 Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Mon, 6 Jul 2009 17:32:26 +0000 Subject: [PATCH] * Applied Adek336's small patches to install-source-linux.html. Thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31428 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/userguide/en/installation/install-source-linux.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/en/installation/install-source-linux.html b/docs/userguide/en/installation/install-source-linux.html index 36be8a0baa..90e74a56db 100644 --- a/docs/userguide/en/installation/install-source-linux.html +++ b/docs/userguide/en/installation/install-source-linux.html @@ -87,7 +87,7 @@ This is also how you update the code in the future.

Now you could already start to build RAW or VMWare images. Before we come to that, however, let's have a look at the UserBuildConfig that can be used to customize and automate some things.

-

In trunk/haiku/build/jam/ there's a UserBuildConfig.ReadMe that explains various options. Don't simply rename it and use it as UserBuildConfig!

+

In haiku/trunk/build/jam/ there's a UserBuildConfig.ReadMe that explains various options. Don't simply rename it and use it as UserBuildConfig!

You start by duplicating the UserBuildConfig.sample and removing the .sample suffix to get your UserBuildConfig. From the .ReadMe you can copy interesting parts into your config and customize them there.

    @@ -112,7 +112,7 @@ AddOptionalHaikuImagePackages WonderBrush ;
    # Add symlink/file (timezone and keymap settings) to the image.
     AddSymlinkToHaikuImage home config settings
     	: /boot/system/etc/timezones/Europe/Paris : timezone ;
    -AddFilesToHaikuImage home config settings : German 
    +AddFilesToHaikuImage home config settings : German 
     	: Key_map ;
  1. The build process can be fine tuned until it fits your needs. You could create your own folder haiku/trunk/user_data/ and put files there that are then copied or unzipped into the image. Zipping is important when dealing with Haiku files and their attributes, because zipping them up will preserve them on non-BFS partitions.
    For example: