Changeset 3352
- Timestamp:
- Jan 19, 2017, 9:58:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-preseed/trunk/fuentes/lliurex-preseed-common.install/usr/share/lliurex-preseed/common/lliurex-all
r3318 r3352 1 # apt-setup 2 # Base Config 3 base-config apt-setup/security-updates boolean false 4 base-installer base-installer/kernel/headers boolean true 5 base-installer base-installer/kernel/image select linux-generic-lts-xenial 6 base-installer base-installer/kernel/override-image string linux-generic-lts-xenial 7 base-installer base-installer/kernel/skip-install boolean false 8 base-installer base-installer/no_target_mounted error 9 base-installer base-installer/unclean_target_cancel error 10 base-installer base-installer/use_unclean_target boolean true 11 d-i apt-setup/backports boolean false 12 d-i apt-setup/security_host string mirror 13 d-i apt-setup/security_path string /llx16 14 d-i apt-setup/security-updates boolean false 15 d-i apt-setup/services-select multiselect security 16 d-i apt-setup/source boolean false 17 d-i base-installer/kernel/image select linux-generic-lts-xenial 18 d-i base-installer/kernel/override-image string linux-generic-lts-xenial 19 d-i clock-setup/ntp boolean true 20 d-i clock-setup/ntp-server string ntp.ubuntu.com 21 d-i clock-setup/utc boolean true 22 d-i debconf/language string es_ES: 23 d-i debian-installer/add-kernel-opts string 24 d-i debian-installer/allow_unauthenticated boolean true 25 d-i debian-installer/allow_unauthenticated boolean true 26 d-i debian-installer/allow_unauthenticated boolean true 27 d-i debian-installer/allow_unauthenticated_ssl boolean false 28 d-i debian-installer/consoledisplay string 29 d-i debian-installer/country string ES 30 d-i debian-installer/dummy string 31 d-i debian-installer/exit/always_halt boolean false 32 d-i debian-installer/exit/halt boolean false 33 d-i debian-installer/exit/halt boolean true 34 d-i debian-installer/exit/poweroff boolean false 35 d-i debian-installer/exit/poweroff boolean true 36 d-i debian-installer/framebuffer boolean true 37 d-i debian-installer/ignore-release-gpg boolean true 38 d-i debian-installer/language string es_ES: 39 d-i debian-installer/locale select es_ES.UTF-8 40 d-i debian-installer/locale select es_ES.UTF-8 41 d-i debian-installer/main-menu/item-failure error 42 d-i debian-installer/main-menu select Terminar la instalación 43 d-i debian-installer/missing-provide select ${DEFAULT} 44 d-i debian-installer/shell-plugin terminal 45 d-i debian-installer/terminal-plugin-unavailable error 46 d-i debian-installer/theme string 47 d-i keyboard-configuration/layoutcode string es 48 d-i keyboard-configuration/layoutcode string es 49 d-i keyboard-configuration/layout select Español 50 d-i keyboard-configuration/modelcode string pc105 51 d-i keyboard-configuration/variant select Español 52 d-i keyboard-configuration/xkb-keymap select es 53 d-i localechooser/countrylist/Europe select ES 54 d-i localechooser/languagelist select es 55 d-i mirror/country string manual 56 d-i mirror/http/directory string /llx16 57 d-i mirror/http/hostname string mirror 58 #d-i mirror/http/proxy string http://proxy:3128 59 d-i pkgsel/update-policy select none 60 d-i pkgsel/upgrade select none 61 d-i preseed/late_command string wget -O /d-i-late-command http://preseed/d-i-late-command ; chmod +x /d-i-late-command ; /d-i-late-command /target ; busybox poweroff 62 d-i time/zone string Europe/Madrid 63 d-i user-setup/allow-password-weak boolean true 64 d-i user-setup/encrypt-home boolean false 65 #Final command 66 # GRUB 67 grub-installer grub-installer/grub2_instead_of_grub_legacy boolean true 68 grub-installer grub-installer/make_active boolean true 69 grub-installer grub-installer/multipath boolean true 70 grub-installer grub-installer/only_debian boolean true 71 grub-installer grub-installer/sataraid boolean true 72 grub-installer grub-installer/skip boolean false 73 grub-installer grub-installer/with_other_os boolean true 74 grub-pc grub-pc/install_devices multiselect /dev/sda 75 ## ACROREAD 76 acroread acroread/default-viewer boolean true 77 acroread-common acroread-common/default-viewer boolean true 78 # AUTO_GEN is set to "n" in /etc/nbd-client 79 # /dev entry for this nbd-client (number: )? 80 # Ignore this note about setting up a Kerberos realm when installing the package. 1 81 #### JAVA 2 sun-java5-bin shared/accepted-sun-dlj-v1-1 boolean true3 sun-java5-jdk shared/accepted-sun-dlj-v1-1 boolean true4 sun-java5-jre shared/accepted-sun-dlj-v1-1 boolean true5 sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true6 sun-java6-jdk shared/accepted-sun-dlj-v1-1 boolean true7 sun-java6-jre shared/accepted-sun-dlj-v1-1 boolean true8 oracle-java6-installer shared/accepted-oracle-license-v1-1 boolean true9 oracle-java7-installer shared/accepted-oracle-license-v1-1 boolean true10 oracle-java8-installer shared/accepted-oracle-license-v1-1 boolean true11 12 82 #### KERBEROS 13 # Ignore this note about setting up a Kerberos realm when installing the package.14 83 krb5-admin-server krb5-admin-server/newrealm note ignore 15 84 #### LDAP-AUTH-CONFIG 16 # Settings for LDAP authentication 85 ldap-auth-config ldap-auth-config/dblogin boolean false 86 ldap-auth-config ldap-auth-config/dbrootlogin boolean true 87 ldap-auth-config ldap-auth-config/ldapns/base-dn string dc=lliurex,dc=net 88 ldap-auth-config ldap-auth-config/ldapns/ldap-server string ldap://127.0.0.1/ 89 ldap-auth-config ldap-auth-config/ldapns/ldap_version select 3 17 90 ldap-auth-config ldap-auth-config/override boolean false 18 ldap-auth-config ldap-auth-config/ldapns/ldap-server string ldap://127.0.0.1/19 ldap-auth-config ldap-auth-config/ldapns/base-dn string dc=lliurex,dc=net20 ldap-auth-config ldap-auth-config/ldapns/ldap_version select 321 ldap-auth-config ldap-auth-config/dbrootlogin boolean true22 ldap-auth-config ldap-auth-config/dblogin boolean false23 91 ldap-auth-config ldap-auth-config/rootbinddn string cn=lliurex,dc=lliurex,dc=net 24 92 ldap-auth-config ldap-auth-config/rootbindpw password lliurex 25 93 lliurex-statistics lliurex-statistics/unattended boolean true 26 94 #### MOODLE 27 # Settings for Moodle 28 moodle moodle/db_postgres_create boolean false 29 moodle moodle/webserver select apache2 30 moodle moodle/db_server select mysql-server 31 moodle moodle/db_host string localhost 95 moodle moodle/app-password-confirm password 96 moodle moodle/create_tables note ignore 97 moodle moodle/database-type select mysql 98 moodle moodle/dba_confirm password lliurex 32 99 moodle moodle/dba_name string root 33 100 moodle moodle/dba_password password lliurex 34 moodle moodle/dba_confirm password lliurex35 moodle moodle/dbu_name string moodle36 moodle moodle/dbu_password password moodle37 moodle moodle/dbu_confirm password moodle38 moodle moodle/create_tables note ignore39 moodle moodle/app-password-confirm password40 moodle moodle/database-type select mysql41 101 moodle moodle/db/app-user string 42 102 moodle moodle/dbconfig-install boolean false … … 45 105 moodle moodle/dbconfig-upgrade boolean true 46 106 moodle moodle/db/dbname string 107 moodle moodle/db_host string localhost 108 moodle moodle/db_postgres_create boolean false 109 moodle moodle/db_server select mysql-server 110 moodle moodle/dbu_confirm password moodle 111 moodle moodle/dbu_name string moodle 112 moodle moodle/dbu_password password moodle 47 113 moodle moodle/install-error select abort 48 114 moodle moodle/internal/reconfiguring boolean false … … 62 128 moodle moodle/upgrade-backup boolean true 63 129 moodle moodle/upgrade-error select abort 130 moodle moodle/webserver select apache2 64 131 moodle moodle/www string http://moodle 65 66 ## ACROREAD 67 acroread acroread/default-viewer boolean true 68 acroread-common acroread-common/default-viewer boolean true 69 132 nbd-client nbd-client/device string 133 nbd-client nbd-client/extra string 134 nbd-client nbd-client/host string 135 nbd-client nbd-client/killall boolean false 136 nbd-client nbd-client/no-auto-config error 137 nbd-client nbd-client/number string 0 138 nbd-client nbd-client/port string 139 nbd-client nbd-client/type select raw 140 # Number of nbd-client connections to use: 141 oracle-java6-installer shared/accepted-oracle-license-v1-1 boolean true 142 oracle-java7-installer shared/accepted-oracle-license-v1-1 boolean true 143 oracle-java8-installer shared/accepted-oracle-license-v1-1 boolean true 144 # PRESEED FOR LLIUREX-STATISTICS 145 # PRESEED FOR LTSP 146 # Settings for LDAP authentication 147 # Settings for Moodle 148 sun-java5-bin shared/accepted-sun-dlj-v1-1 boolean true 149 sun-java5-jdk shared/accepted-sun-dlj-v1-1 boolean true 150 sun-java5-jre shared/accepted-sun-dlj-v1-1 boolean true 151 sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true 152 sun-java6-jdk shared/accepted-sun-dlj-v1-1 boolean true 153 sun-java6-jre shared/accepted-sun-dlj-v1-1 boolean true 154 tasksel tasksel/first multiselect none 155 #time/clock 70 156 # TTF Mscorefonts 71 157 ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula boolean true 72 ttf-mscorefonts-installer msttcorefonts/present-mscorefonts-eula note73 ttf-mscorefonts-installer msttcorefonts/http_proxy string74 ttf-mscorefonts-installer msttcorefonts/error-mscorefonts-eula error75 ttf-mscorefonts-installer msttcorefonts/dlurl string76 ttf-mscorefonts-installer msttcorefonts/savedir string77 158 ttf-mscorefonts-installer msttcorefonts/baddldir error 78 159 ttf-mscorefonts-installer msttcorefonts/dldir string 79 80 # PRESEED FOR LTSP 81 nbd-client nbd-client/killall boolean false 82 # /dev entry for this nbd-client (number: )? 83 nbd-client nbd-client/device string 84 # Number of nbd-client connections to use: 85 nbd-client nbd-client/number string 0 86 # AUTO_GEN is set to "n" in /etc/nbd-client 87 nbd-client nbd-client/no-auto-config error 88 nbd-client nbd-client/host string 89 nbd-client nbd-client/port string 90 nbd-client nbd-client/type select raw 91 nbd-client nbd-client/extra string 92 93 # PRESEED FOR LLIUREX-STATISTICS 94 lliurex-statistics lliurex-statistics/unattended boolean true 160 ttf-mscorefonts-installer msttcorefonts/dlurl string 161 ttf-mscorefonts-installer msttcorefonts/error-mscorefonts-eula error 162 ttf-mscorefonts-installer msttcorefonts/http_proxy string 163 ttf-mscorefonts-installer msttcorefonts/present-mscorefonts-eula note 164 ttf-mscorefonts-installer msttcorefonts/savedir string
Note: See TracChangeset
for help on using the changeset viewer.