Changeset 3386
- Timestamp:
- Jan 20, 2017, 11:39:20 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
r3352 r3386 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 1 2 3 4 5 6 75 7 ## ACROREAD 76 8 acroread acroread/default-viewer boolean true … … 152 84 sun-java6-jdk shared/accepted-sun-dlj-v1-1 boolean true 153 85 sun-java6-jre shared/accepted-sun-dlj-v1-1 boolean true 154 tasksel tasksel/first multiselect none155 #time/clock156 86 # TTF Mscorefonts 157 87 ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula boolean true
Note: See TracChangeset
for help on using the changeset viewer.