[Debian-hebrew-package] [svn] r134 - cdd/trunk/profiles

Baruch Even baruch at costa.debian.org
Wed Aug 3 09:03:30 UTC 2005


Author: baruch
Date: Wed Aug  3 09:03:30 2005
New Revision: 134

Modified:
   cdd/trunk/profiles/default.packages
   cdd/trunk/profiles/default.preseed
Log:
cdd: Fix defaults
 - Enable the user to select if he wants to wipe the drive or use an empty space
 - Install ifplugd to make networking simpler
 - Remove lots of dead values in preseed
 - Use Hamakor mirror for post-install updates


Modified: cdd/trunk/profiles/default.packages
==============================================================================
--- cdd/trunk/profiles/default.packages	(original)
+++ cdd/trunk/profiles/default.packages	Wed Aug  3 09:03:30 2005
@@ -4,11 +4,57 @@
 # Basic tools
 vim
 nano
+acpid
+adduser
+alsa-base
+alsa-utils
+apt
+apt-utils
+aptitude
+aspell
+aspell-bin
+aspell-en
+aumix
+base-config
+base-files
+base-passwd
+bash
+bsdmainutils
+bsdutils
+bug-buddy
+capplets
+capplets-data
+console-common
+console-data
+console-tools
+coreutils
+cron
+cupsys
+cupsys-bsd
+cupsys-client
+cupsys-driver-gimpprint
+cupsys-driver-gimpprint-data
+debconf
+debconf-i18n
+debconf-utils
+fontconfig
+foomatic-bin
+foomatic-db
+foomatic-db-engine
+foomatic-db-hpijs
+foomatic-filters
+foomatic-filters-ppds
+foomatic-gui
+psfontmgr
+screen
+sudo
+ifplugd
 
 # Auto configuration tools
 read-edid
 mdetect
 discover
+hotplug
 
 # Basic configuration
 timezoneconf
@@ -23,12 +69,14 @@
 xprt-xprintorg
 xterm
 xvfb
+defoma
 
 # Graphics environment
 gnome
 gdm
 gedit
 menu
+gksu
 
 # Hebrew
 culmus
@@ -36,7 +84,7 @@
 hspell
 hspell-gui
 myspell-he
-aspell-he
+#aspell-he
 aspell
 gnome-spell
 debian-hebrew
@@ -84,3 +132,10 @@
 gimp
 xmms
 vlc
+
+# Games
+pysol
+pysol-cardsets
+pysol-sound-server
+pysol-sounds
+bzflag

Modified: cdd/trunk/profiles/default.preseed
==============================================================================
--- cdd/trunk/profiles/default.preseed	(original)
+++ cdd/trunk/profiles/default.preseed	Wed Aug  3 09:03:30 2005
@@ -108,8 +108,8 @@
 #### Mirror settings.
 
 d-i mirror/country    string enter information manually
-d-i mirror/http/hostname  string http.us.debian.org
-d-i mirror/http/directory string /debian
+d-i mirror/http/hostname  string mirror.hamakor.org.il
+d-i mirror/http/directory string /pub/mirrors/debian
 d-i mirror/suite    string testing
 d-i mirror/http/proxy string 
 
@@ -120,42 +120,10 @@
 # Alternatively, you can specify a disk to partition. The device name can
 # be given in either devfs or traditional non-devfs format.
 # For example, to use the first disk devfs knows of:
-d-i partman-auto/disk string /dev/discs/disc0/disc
+#d-i partman-auto/disk string /dev/discs/disc0/disc
 
 # You can choose from any of the predefined partitioning recipes:
 d-i partman-auto/choose_recipe  select All files in one partition (recommended for new users)
-#d-i  partman-auto/choose_recipe  select Desktop machine
-#d-i  partman-auto/choose_recipe  select Multi-user workstation
-# Or provide a recipe of your own...
-# The recipe format is documented in the file devel/partman-auto-recipe.txt.
-# If you have a way to get a recipe file into the d-i environment, you can
-# just point at it.
-#d-i  partman-auto/expert_recipe_file string /hd-media/recipe
-# If not, you can put an entire recipe in one line. This example creates
-# a small /boot partition, suitable swap, and uses the rest of the space
-# for the root partition:
-#d-i  partman-auto/expert_recipe  string boot-root :: 20 50 100 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ /boot } .  500 10000 1000000000 ext3 method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } .  64 512 300% linux-swap method{ swap } format{ } . 
-# For reference, here is that same recipe in a more readable form:
-#   boot-root ::
-#   40 50 100 ext3
-#   $primary{ } $bootable{ }
-#   method{ format } format{ }
-#   use_filesystem{ } filesystem{ ext3 }
-#   mountpoint{ /boot }
-# .
-#   500 10000 1000000000 ext3
-#   method{ format } format{ }
-#   use_filesystem{ } filesystem{ ext3 }
-#   mountpoint{ / }
-# .
-#   64 512 300% linux-swap
-#   method{ swap } format{ }
-# .
-
-
-# freekbox3 recipe for small-to-medium /boot, a bit of swap, and large root
-# TODO: make all partitions primary... this doesn't quite work.
-#d-i  partman-auto/expert_recipe  string boot-root :: 75 100 150 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ /boot } . 100% 512 200% linux-swap $primary{ } method{ swap } format{ } . 500 10000 1000000000 ext3 $primary{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } .
 
 # This makes partman automatically partition without confirmation.
 #d-i partman/confirm_write_new_label boolean true
@@ -164,21 +132,12 @@
 
 #### Boot loader installation.
 
-# Grub is the default boot loader (for x86). If you want lilo installed
-# instead, uncomment this:
-#d-i  grub-installer/skip   boolean true
-
 # This is fairly safe to set, it makes grub install automatically to the MBR
 # if no other operating system is detected on the machine.
 d-i grub-installer/only_debian  boolean true
 # This one makes grub-installer install to the MBR if if finds some other OS
 # too, which is less safe as it might not be able to boot that other OS.
 d-i grub-installer/with_other_os  boolean true
-# Alternatively, if you want to install to a location other than the mbr,
-# uncomment and edit these lines:
-#d-i  grub-installer/bootdev    string (hd0,0)
-#d-i  grub-installer/only-debian  boolean false
-#d-i  grub-installer/with_other_os  boolean false
 
 ##### Finishing up the first stage install.
 
@@ -187,8 +146,6 @@
 
 
 ##### Preseeding base-config.
-# XXX: Note that most of this will not work right until base-config 2.40.4
-# is available.
 
 # Avoid the introductory message.
 base-config base-config/intro note 
@@ -214,42 +171,8 @@
 # Controls whether or not the hardware clock is set to GMT.
 base-config tzconfig/gmt    boolean true
 
-# If you told the installer that you're in the United States, then you
-# can set the time zone using this variable.
-# (Choices are: Eastern, Central, Mountain, Pacific, Alaska, Hawaii,
-# Aleutian, Arizona East-Indiana, Indiana-Starke, Michigan, Samoa, other)
-base-config tzconfig/choose_country_zone/US select Pacific
-# If you told it you're in Canada.
-# (Choices are: Newfoundland, Atlantic, Eastern, Central,
-# East-Saskatchewan, Saskatchewan, Mountain, Pacific, Yukon, other)
-base-config tzconfig/choose_country_zone/CA select Eastern
-# If you told it you're in Brazil. (Choices are: East, West, Acre,
-# DeNoronha, other)
-base-config tzconfig/choose_country_zone/BR select East
-# Many countries have only one time zone. If you told the installer you're
-# in one of those countries, you can choose its standard time zone via this
-# question.
+# Israel has only one time zone. This will choose the correct zone for it.
 base-config tzconfig/choose_country_zone_single boolean true
-# This question is asked as a fallback for countries other than those
-# listed above, which have more than one time zone. You can preseed one of
-# the time zones, or "other".
-#base-config  tzconfig/choose_country_zone_multiple select 
-
-###### Account setup.
-
-# To preseed the root password, you have to put it in the clear in this
-# file. That is not a very good idea, use caution!
-#passwd   passwd/root-password    password r00tme
-#passwd   passwd/root-password-again  password r00tme
-
-# If you want to skip creation of a normal user account.
-#passwd   passwd/make-user    boolean false
-# Alternatively, you can preseed the user's name and login.
-#passwd   passwd/user-fullname    string Debian User
-#passwd   passwd/username     string debian
-# And their password, but use caution!
-#passwd   passwd/user-password    password insecure
-#passwd   passwd/user-password-again  password insecure
 
 ###### Apt setup.
 
@@ -308,11 +231,12 @@
 # X can detect the right driver for some cards, but if you're preseeding,
 # you override whatever it chooses. Still, vesa will work most places.
 #xserver-xfree86  xserver-xfree86/config/device/driver  select vesa
+xserver-xfree86 xserver-xfree86/autodetect_video_card true
 
 # A caveat with mouse autodetection is that if it fails, X will retry it
 # over and over. So if it's preseeded to be done, there is a possibility of
 # an infinite loop if the mouse is not autodetected.
-#xserver-xfree86  xserver-xfree86/autodetect_mouse  boolean true
+xserver-xfree86  xserver-xfree86/autodetect_mouse  boolean true
 
 # Monitor autodetection is recommended.
 xserver-xfree86   xserver-xfree86/autodetect_monitor  boolean true
@@ -321,8 +245,9 @@
 # X has three configuration paths for the monitor. Here's how to preseed
 # the "medium" path, which is always available. The "simple" path may not
 # be available, and the "advanced" path asks too many questions.
-#xserver-xfree86 xserver-xfree86/config/monitor/selection-method select medium
+xserver-xfree86 xserver-xfree86/config/monitor/selection-method select medium
 #xserver-xfree86 xserver-xfree86/config/monitor/mode-list  select 1024x768 @ 60 Hz
+xserver-xfree86 xserver-xfree86/config/device/use_fbdev boolean 
 
 ###### Everything else.
 
@@ -352,6 +277,34 @@
 locales locales/locales_to_be_generated multiselect he_IL.UTF-8 UTF-8,en_US.UTF-8 UTF-8, ru_RU.UTF-8 UTF-8, fr_FR.UTF-8 UTF-8, es_MX.UTF-8 UTF-8, ar_JO.UTF-8 UTF-8
 
 # xserver-xfree86 preseed
+xserver-xfree86 xserver-xfree86/config/inputdevice/keyboard/rules string xfree86
+xserver-xfree86 xserver-xfree86/config/inputdevice/keyboard/model string pc104
 xserver-xfree86 xserver-xfree86/config/inputdevice/keyboard/layout string us,il
 xserver-xfree86 xserver-xfree86/config/inputdevice/keyboard/options string grp:switch,grp:alt_shift_toggle,grp_led:scroll
+xserver-xfree86 xserver-xfree86/config/write_dri_section        boolean true
+
+# Enable subpixel rendering of text?
+fontconfig      fontconfig/subpixel_rendering   select  Automatic
+# With what method should texts be rendered?
+fontconfig      fontconfig/rendering_type       select  Bytecode interpreter (CRT screens)
+
+# Do you want to ignore PCI display devices?
+hotplug hotplug/ignore_pci_class_display        boolean true
+# Which network interfaces do you want to be managed by hotplug?
+hotplug hotplug/net_agent_policy        select  hotplug
+
+# static interfaces to be watched by ifplugd:
+ifplugd ifplugd/interfaces      string  auto
+# hotplugged interfaces to be watched by ifplugd:
+ifplugd ifplugd/hotplug_interfaces      string  all
+# arguments to ifplugd:
+ifplugd ifplugd/args    string  -q -f -u0 -d10 -w -I
+
+# Do you want CUPS to print unknown jobs as raw jobs?
+cupsys  cupsys/raw-print        boolean true
+
+# Should mandb build its database now?
+man-db  man-db/build-database   boolean true
+# Should man and mandb be installed 'setuid man'?
+man-db  man-db/install-setuid   boolean false
 



More information about the Debian-hebrew-package mailing list