From bda79c4a97be24ade0c67e95250e72ed9dc78881 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 29 Nov 2009 06:08:18 +0100 Subject: [PATCH] projects/intel: - add some config options --- projects/intel/options | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/projects/intel/options b/projects/intel/options index fe5fb010e5..5ed759c8a1 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -24,6 +24,9 @@ # build and install Samba Server (yes / no) SAMBA_SERVER=yes +# todo (need for vdr?) + SERVICES=yes + # Displayserver to use (xorg-server / no) DISPLAYSERVER=xorg-server @@ -43,6 +46,23 @@ # digimatrix/mceusb/mceusb2/streamzap/cx88/imonknob/ultrax/dvico/MCE-X10) RECEIVER=mceusb +# Locales to include in the ISO +# can be empty or a list of locale names +# e.g. "en_US.ISO-8859-1 it_IT.UTF-8" +# used only when TARGET_LIBC=glibc + INCLUDED_LOCALES= + +# Default locale to use (empty disables locale support) +# remember to set INCLUDED_LOCALES accordingly +# used only when TARGET_LIBC=glibc + DEFAULT_LOCALE= + +# Timezones to include in the ISO +# can be empty, "all" or a list of zoneinfo names +# e.g. "Europe/Rome GMT Africa America/Kentucky" +# used only when TARGET_LIBC=glibc + INCLUDED_TIMEZONES=all + # MESA to use (Mesa / Mesa-master) MESA=Mesa-master