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/add-ons/kernel/busses/ata/generic_ide_pci recursively.
|
---|
17 | SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel busses ata generic_ide_pci : 1 : global ;
|
---|
18 |
|
---|
19 | # Enable debugging for directory src/add-ons/kernel/bus_managers/ata recursively.
|
---|
20 | SetConfigVar DEBUG : HAIKU_TOP src add-ons kernel bus_managers ata : 1 : global ;
|
---|
21 |
|
---|
22 | # Override the Haiku revision string determined via git. This is e.g. useful,
|
---|
23 | # when your git repository doesn't have hrev tags. You may need to remove the
|
---|
24 | # file <generated>/build/haiku-revision whenever you change this variable.
|
---|
25 | HAIKU_REVISION = hrev50758 ;
|
---|
26 |
|
---|
27 | # Add symlink/file (keymap settings) to the image.
|
---|
28 | #AddFilesToHaikuImage home config settings : <keymap>US-International
|
---|
29 | # : Key_map ;
|
---|
30 |
|
---|
31 | # Copy artwork to the image.
|
---|
32 | #CopyDirectoryToHaikuImage home Desktop : $(HAIKU_TOP)/data/artwork : : -x .svn ;
|
---|
33 |
|
---|
34 |
|
---|
35 | # Add the optional package WonderBrush to the image.
|
---|
36 | #AddHaikuImagePackages WonderBrush ;
|
---|
37 |
|
---|
38 | # Add an example optional gfx driver and its accelerant.
|
---|
39 | # (Drivers just have a special rule because of the need for the symlink in dev/)
|
---|
40 | #AddDriversToHaikuImage graphics : optional_driver ;
|
---|
41 | #AddFilesToHaikuImage system add-ons accelerants : optional_driver.accelerant ;
|
---|