Ticket #2757: UserBuildConfig

File UserBuildConfig, 1.4 KB (added by luroh, 16 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 = 956 ;
6HAIKU_IMAGE_SIZE = 800 ;
7
8# Install Haiku in directory /Haiku.
9#HAIKU_INSTALL_DIR = /Haiku ;
10
11# Install Haiku on device /dev/sda57. Be sure you know what you're doing!
12#HAIKU_IMAGE_DIR = /dev ;
13#HAIKU_IMAGE_NAME = sdb1 ;
14#HAIKU_DONT_CLEAR_IMAGE = 1 ;
15
16
17# Enable debugging for directory src/system/boot/loader recursively.
18#SetConfigVar DEBUG : HAIKU_TOP src system boot loader : 1 : global ;
19
20
21# Add symlink/file (timezone and keymap settings) to the image.
22#AddSymlinkToHaikuImage home config settings
23# : /boot/beos/etc/timezones/Europe/Paris : timezone ;
24#AddFilesToHaikuImage home config settings : <keymap>US-International
25# : Key_map ;
26
27# Copy artwork to the image.
28#CopyDirectoryToHaikuImage home Desktop : $(HAIKU_TOP)/data/artwork : : -x .svn ;
29
30
31# Add the optional package WonderBrush to the image.
32#AddOptionalHaikuImagePackages WonderBrush ;
33AddOptionalHaikuImagePackages Firefox ;
34AddOptionalHaikuImagePackages OpenSound ;
35AddOptionalHaikuImagePackages Vision ;
36#AddOptionalHaikuImagePackages Bluetooth ;
37
38# Add all available optional packages.
39#HAIKU_ADD_ALL_OPTIONAL_PACKAGES = 1 ;
40
41# Add the libraries built with the alternative gcc version.
42#HAIKU_ADD_ALTERNATIVE_GCC_LIBS = 1 ;