Ticket #8031: UserBuildConfig

File UserBuildConfig, 1.2 KB (added by kallisti5, 13 years ago)
Line 
1# Quick start file for UserBuildConfig. Copy it and uncomment and edit the
2# lines you want. See UserBuildConfig.ReadMe for details.
3
4# Specify image size in MB.
5#HAIKU_IMAGE_SIZE = 100 ;
6
7# Install Haiku in directory /Haiku.
8#HAIKU_INSTALL_DIR = /Haiku ;
9
10# Install Haiku on device /dev/sda57. Be sure you know what you're doing!
11#HAIKU_IMAGE_DIR = /dev ;
12#HAIKU_IMAGE_NAME = sda57 ;
13#HAIKU_DONT_CLEAR_IMAGE = 1 ;
14
15
16# Enable debugging for directory src/system/boot/loader recursively.
17#SetConfigVar DEBUG : HAIKU_TOP src system boot loader : 1 : global ;
18
19
20# Add symlink/file (keymap settings) to the image.
21#AddFilesToHaikuImage home config settings : <keymap>US-International
22# : Key_map ;
23
24# Copy artwork to the image.
25#CopyDirectoryToHaikuImage home Desktop : $(HAIKU_TOP)/data/artwork : : -x .svn ;
26
27
28# Add the optional package WonderBrush to the image.
29#AddOptionalHaikuImagePackages WonderBrush ;
30
31# Don't add the libraries built with the alternative gcc version.
32#HAIKU_ADD_ALTERNATIVE_GCC_LIBS = 0 ;
33
34# Add an example optional gfx driver and its accelerant.
35# (Drivers just have a special rule because of the need for the symlink in dev/)
36AddDriversToHaikuImage graphics : radeon_hd ;
37AddFilesToHaikuImage system add-ons accelerants : radeon_hd.accelerant ;