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 default Locale settings skipping FirstBootPrompt
21#AddFilesToHaikuImage home config settings
22#	: $(HAIKU_TOP)/data/settings/first_boot/Locale\ settings ;
23
24# Add symlink/file (keymap settings) to the image.
25#AddFilesToHaikuImage home config settings : <keymap>US-International
26#	: Key_map ;
27
28# Copy artwork to the image.
29#CopyDirectoryToHaikuImage home Desktop : $(HAIKU_TOP)/data/artwork : : -x .svn ;
30
31
32# Add the optional package WonderBrush to the image.
33#AddHaikuImagePackages WonderBrush ;
34
35# Add an example optional gfx driver and its accelerant.
36# (Drivers just have a special rule because of the need for the symlink in dev/)
37#AddDriversToHaikuImage graphics : optional_driver ;
38#AddFilesToHaikuImage system add-ons accelerants : optional_driver.accelerant ;
39