From ba9847da12baa60616a9945df795c6dd2a5f4252 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 27 Oct 2015 22:51:20 +0100 Subject: [PATCH] Add preseed files. --- seed/backuppc.seed | 4 ++++ seed/cups.seed | 4 ++++ seed/ddclient.seed | 18 ++++++++++++++++++ seed/hddtemp.seed | 9 +++++++++ seed/keyboard.seed | 19 +++++++++++++++++++ seed/locales.seed | 3 +++ seed/rcs.seed | 3 +++ seed/restart_no_asking.seed | 3 +++ seed/samba.seed | 9 +++++++++ seed/x11-common.seed | 4 ++++ 10 files changed, 76 insertions(+) create mode 100755 seed/backuppc.seed create mode 100755 seed/cups.seed create mode 100755 seed/ddclient.seed create mode 100755 seed/hddtemp.seed create mode 100755 seed/keyboard.seed create mode 100755 seed/locales.seed create mode 100755 seed/rcs.seed create mode 100755 seed/restart_no_asking.seed create mode 100755 seed/samba.seed create mode 100755 seed/x11-common.seed diff --git a/seed/backuppc.seed b/seed/backuppc.seed new file mode 100755 index 0000000..c41a190 --- /dev/null +++ b/seed/backuppc.seed @@ -0,0 +1,4 @@ +backuppc backuppc/tmppass password +backuppc backuppc/configuration-note note +backuppc backuppc/restart-webserver boolean true +backuppc backuppc/reconfigure-webserver multiselect apache2 diff --git a/seed/cups.seed b/seed/cups.seed new file mode 100755 index 0000000..5d30768 --- /dev/null +++ b/seed/cups.seed @@ -0,0 +1,4 @@ +cups cupsys/raw-print boolean true +cups cupsys/backend multiselect ipp, lpd, parallel, serial, socket, usb, snmp, dnssd +# Choices: cups, lpd, lprng, pdq, ppr, direct +foomatic-filters foomatic-filters/spooler select cups diff --git a/seed/ddclient.seed b/seed/ddclient.seed new file mode 100755 index 0000000..2f9d3e1 --- /dev/null +++ b/seed/ddclient.seed @@ -0,0 +1,18 @@ +ddclient ddclient/password password +ddclient ddclient/fetchhosts select Manually +ddclient ddclient/blankhostslist error +# Faut-il lancer ddclient en tant que démon ? +ddclient ddclient/run_daemon boolean true +ddclient ddclient/hostslist multiselect +ddclient ddclient/names string +ddclient ddclient/interface string +ddclient ddclient/modifiedconfig error +ddclient ddclient/checkip boolean false +ddclient ddclient/server string +ddclient ddclient/protocol select dyndns2 +# Faut-il lancer ddclient lors des connexions PPP ? +ddclient ddclient/run_ipup boolean true +ddclient ddclient/username string +# Intervalle entre les exécutions de ddclient : +ddclient ddclient/daemon_interval string 300 +ddclient ddclient/service select other diff --git a/seed/hddtemp.seed b/seed/hddtemp.seed new file mode 100755 index 0000000..6395382 --- /dev/null +++ b/seed/hddtemp.seed @@ -0,0 +1,9 @@ +# Interface où hddtemp sera à l'écoute : +hddtemp hddtemp/interface string 127.0.0.1 +# Faut-il lancer automatiquement le démon hddtemp au démarrage ? +hddtemp hddtemp/daemon boolean true +hddtemp hddtemp/syslog string 0 +# Port sur lequel hddtemp sera à l'écoute : +hddtemp hddtemp/port string 7634 +# Faut-il exécuter hddtemp avec les privilèges du superutilisateur ? +hddtemp hddtemp/SUID_bit boolean false diff --git a/seed/keyboard.seed b/seed/keyboard.seed new file mode 100755 index 0000000..635c330 --- /dev/null +++ b/seed/keyboard.seed @@ -0,0 +1,19 @@ +# Pré-configuration des touches du clavier +keyboard-configuration keyboard-configuration/layout select +keyboard-configuration keyboard-configuration/xkb-keymap select fr(latin9) +keyboard-configuration keyboard-configuration/variant select France - (Obsolète) Autre +keyboard-configuration keyboard-configuration/unsupported_options boolean true +keyboard-configuration keyboard-configuration/ctrl_alt_bksp boolean true +keyboard-configuration keyboard-configuration/variantcode string latin9 +keyboard-configuration keyboard-configuration/optionscode string terminate:ctrl_alt_bksp +keyboard-configuration keyboard-configuration/modelcode string pc105 +keyboard-configuration keyboard-configuration/unsupported_config_options boolean true +keyboard-configuration keyboard-configuration/unsupported_config_layout boolean true +keyboard-configuration keyboard-configuration/toggle select No toggling +keyboard-configuration keyboard-configuration/compose select No compose key +keyboard-configuration keyboard-configuration/switch select No temporary switch +keyboard-configuration keyboard-configuration/altgr select The default for the keyboard layout +keyboard-configuration keyboard-configuration/unsupported_layout boolean true +keyboard-configuration keyboard-configuration/model select PC générique 105 touches (intl) +keyboard-configuration keyboard-configuration/layoutcode string fr +keyboard-configuration keyboard-configuration/store_defaults_in_debconf_db boolean true diff --git a/seed/locales.seed b/seed/locales.seed new file mode 100755 index 0000000..42b7bc6 --- /dev/null +++ b/seed/locales.seed @@ -0,0 +1,3 @@ +# Gestion des paramètres régionaux +locales locales/default_environment_locale select fr_FR.UTF-8 +locales locales/locales_to_be_generated multiselect fr_FR.UTF-8 UTF-8 diff --git a/seed/rcs.seed b/seed/rcs.seed new file mode 100755 index 0000000..09c4146 --- /dev/null +++ b/seed/rcs.seed @@ -0,0 +1,3 @@ +# +# Choices: install the package maintainer's version, keep the local version currently installed, show the differences between the versions, show a side-by-side difference between the versions, start a new shell to examine the situation +ucf ucf/changeprompt select keep_current diff --git a/seed/restart_no_asking.seed b/seed/restart_no_asking.seed new file mode 100755 index 0000000..a591093 --- /dev/null +++ b/seed/restart_no_asking.seed @@ -0,0 +1,3 @@ +# Permet de redémarrer automatiquement les services qui en auraient besoin après une mise à jour avec aptitude +libc6 libraries/restart-without-asking boolean true +libpam0g libraries/restart-without-asking boolean true diff --git a/seed/samba.seed b/seed/samba.seed new file mode 100755 index 0000000..3dcd984 --- /dev/null +++ b/seed/samba.seed @@ -0,0 +1,9 @@ +#  +samba samba/run_mode select daemons +samba-common samba-common/encrypt_passwords boolean true +samba-common samba-common/dhcp boolean false +# Faut-il créer une base de données /var/lib/samba/passdb.tdb ? +samba samba/generate_smbpasswd boolean true +# Définition du workgroup +samba-common samba-common/workgroup string gardouille +samba-common samba-common/do_debconf boolean true diff --git a/seed/x11-common.seed b/seed/x11-common.seed new file mode 100755 index 0000000..9193df9 --- /dev/null +++ b/seed/x11-common.seed @@ -0,0 +1,4 @@ +# Définition des utilisateurs autorisés à exécuter le serveur X +# anybody (tout le monde), super utilisateur, ... +x11-common x11-common/xwrapper/actual_allowed_users string anybody +x11-common x11-common/xwrapper/allowed_users select Anybody