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 (timezone and keymap settings) to the image. 21#AddSymlinkToHaikuImage home config settings 22# : /boot/beos/etc/timezones/Europe/Paris : timezone ; 23#AddFilesToHaikuImage home config settings : <keymap>US-International 24# : Key_map ; 25 26# Copy artwork to the image. 27#CopyDirectoryToHaikuImage home Desktop : $(HAIKU_TOP)/data/artwork : : -x .svn ; 28 29 30# Add the optional package WonderBrush to the image. 31#AddOptionalHaikuImagePackages WonderBrush ; 32 33# Add all available optional packages. 34#HAIKU_ADD_ALL_OPTIONAL_PACKAGES = 1 ; 35 36# Add the libraries built with the alternative gcc version. 37#HAIKU_ADD_ALTERNATIVE_GCC_LIBS = 1 ; 38