source: trunk/d-i/ubuntu-1004-raid1.txt @ 653

Last change on this file since 653 was 653, checked in by jorge@…, 14 years ago

se añadio confirmación para el particionado

File size: 18.4 KB
RevLine 
[616]1#### Contents of the preconfiguration file (for &releasename;)
2### Localization
3# Locale sets language and country.
4d-i debian-installer/locale string es_AR.UTF-8
5
6# Keyboard selection.
7# Disable automatic (interactive) keymap detection.
8d-i console-setup/ask_detect boolean false
9#d-i console-setup/modelcode string pc105
10d-i console-setup/layoutcode string es
11# To select a variant of the selected layout (if you leave this out, the
12# basic form of the layout will be used):
13#d-i console-setup/variantcode string dvorak
14
15### Network configuration
16# netcfg will choose an interface that has link if possible. This makes it
17# skip displaying a list if there is more than one interface.
18d-i netcfg/choose_interface select auto
19
20# To pick a particular interface instead:
21#d-i netcfg/choose_interface select eth1
22
23# If you have a slow dhcp server and the installer times out waiting for
24# it, this might be useful.
25#d-i netcfg/dhcp_timeout string 60
26
27# If you prefer to configure the network manually, uncomment this line and
28# the static network configuration below.
29#d-i netcfg/disable_dhcp boolean true
30
31# If you want the preconfiguration file to work on systems both with and
32# without a dhcp server, uncomment these lines and the static network
33# configuration below.
34#d-i netcfg/dhcp_failed note
35#d-i netcfg/dhcp_options select Configure network manually
36
37# Static network configuration.
38#d-i netcfg/get_nameservers string 192.168.1.1
39#d-i netcfg/get_ipaddress string 192.168.1.42
40#d-i netcfg/get_netmask string 255.255.255.0
41#d-i netcfg/get_gateway string 192.168.1.1
42#d-i netcfg/confirm_static boolean true
43
44# Any hostname and domain names assigned from dhcp take precedence over
45# values set here. However, setting the values still prevents the questions
46# from being shown, even if values come from dhcp.
47d-i netcfg/get_hostname string unassigned-hostname
48d-i netcfg/get_domain string unassigned-domain
49
50# Disable that annoying WEP key dialog.
51d-i netcfg/wireless_wep string
52# The wacky dhcp hostname that some ISPs use as a password of sorts.
53#d-i netcfg/dhcp_hostname string radish
54
55# If non-free firmware is needed for the network or other hardware, you can
56# configure the installer to always try to load it, without prompting. Or
57# change to false to disable asking.
58#d-i hw-detect/load_firmware boolean true
59
60### Mirror settings
61d-i mirror/country string enter information manually
62d-i mirror/http/hostname string debproxy-ubuntu:3142
[627]63d-i mirror/http/directory string /archive.ubuntu.com/ubuntu
[616]64d-i mirror/http/proxy string
65
66# Suite to install.
67#d-i mirror/suite string dapper
68#d-i mirror/suite string hardy
69
70
71# If you select ftp, the mirror/country string does not need to be set.
72#d-i mirror/protocol string ftp
73#d-i mirror/country string manual
74#d-i mirror/http/hostname string http.us.debian.org
75#d-i mirror/http/directory string /ubuntu
76#d-i mirror/http/proxy string
77
78# Alternatively: by default, the installer uses CC.archive.ubuntu.com where
79# CC is the ISO-3166-2 code for the selected country. You can preseed this
80# so that it does so without asking.
81#d-i mirror/http/mirror select CC.archive.ubuntu.com
82
83# Suite to install.
84#d-i mirror/suite string &releasename;
85# Suite to use for loading installer components (optional).
86#d-i mirror/udeb/suite string &releasename;
87# Components to use for loading installer components (optional).
88#d-i mirror/udeb/components multiselect main, restricted
89
90### Clock and time zone setup
91# Controls whether or not the hardware clock is set to UTC.
92d-i clock-setup/utc boolean true
93
94# You may set this to any valid setting for $TZ; see the contents of
95# /usr/share/zoneinfo/ for valid values.
96d-i time/zone string America/Buenos_Aires
97
98# Controls whether to use NTP to set the clock during the install
99d-i clock-setup/ntp boolean true
100# NTP server to use. The default is almost always fine here.
101#d-i clock-setup/ntp-server string ntp.example.com
102
103### Partitioning
104# If the system has free space you can choose to only partition that space.
105# Alternatives: custom, some_device, some_device_crypto, some_device_lvm.
106#d-i partman-auto/init_automatically_partition select biggest_free
107
108# Alternatively, you can specify a disk to partition. The device name must
109# be given in traditional non-devfs format.
110# Note: A disk must be specified, unless the system has only one disk.
111# For example, to use the first SCSI/SATA hard disk:
112##d-i partman-auto/disk string /dev/sdb
113# In addition, you'll need to specify the method to use.
114# The presently available methods are: "regular", "lvm" and "crypto"
115##d-i partman-auto/method string lvm
116
117# If one of the disks that are going to be automatically partitioned
118# contains an old LVM configuration, the user will normally receive a
119# warning. This can be preseeded away...
[618]120d-i partman-lvm/device_remove_lvm boolean true
[616]121# The same applies to pre-existing software RAID array:
[618]122d-i partman-md/device_remove_md boolean true
[616]123# And the same goes for the confirmation to write the lvm partitions.
[618]124d-i partman-lvm/confirm boolean true
[616]125
126# For LVM partitioning, you can select how much of the volume group to use
127# for logical volumes.
128##d-i partman-auto-lvm/guided_size string max
129#d-i partman-auto-lvm/guided_size string 10GB
130#d-i partman-auto-lvm/guided_size string 50%
131
132# You can choose one of the three predefined partitioning recipes:
133# - atomic: all files in one partition
134# - home:   separate /home partition
135# - multi:  separate /home, /usr, /var, and /tmp partitions
136##d-i partman-auto/choose_recipe select atomic
137
138# Or provide a recipe of your own...
139# The recipe format is documented in the file devel/partman-auto-recipe.txt.
140# If you have a way to get a recipe file into the d-i environment, you can
141# just point at it.
142#d-i partman-auto/expert_recipe_file string /hd-media/recipe
143
144# If not, you can put an entire recipe into the preconfiguration file in one
145# (logical) line. This example creates a small /boot partition, suitable
146# swap, and uses the rest of the space for the root partition:
147#d-i partman-auto/expert_recipe string                         \
148#      boot-root ::                                            \
149#              40 50 100 ext3                                  \
150#                      $primary{ } $bootable{ }                \
151#                      method{ format } format{ }              \
152#                      use_filesystem{ } filesystem{ ext3 }    \
153#                      mountpoint{ /boot }                     \
154#              .                                               \
155#              500 10000 1000000000 ext3                       \
156#                      method{ format } format{ }              \
157#                      use_filesystem{ } filesystem{ ext3 }    \
158#                      mountpoint{ / }                         \
159#              .                                               \
160#              64 512 300% linux-swap                          \
161#                      method{ swap } format{ }                \
162#              .
163
164# This makes partman automatically partition without confirmation, provided
165# that you told it what to do using one of the methods above.
166##d-i partman/confirm_write_new_label boolean true
167##d-i partman/choose_partition select finish
168##d-i partman/confirm boolean true
169
170# disk-detect: Serial ATA RAID disk(s) detected.
171disk-detect     disk-detect/activate_dmraid     boolean false
172
173d-i partman-md/device_remove_md boolean true
174d-i partman-auto/method string raid
175d-i partman-auto/disk string /dev/sda /dev/sdb
176
177d-i partman-auto/expert_recipe string \
178      multiraid ::                                         \
179              20000 20000 20000 raid                          \
180                      $primary{ } $bootable{ } method{ raid }           \
181              .                                            \
182              8024 8024 8024 raid                             \
183                      method{ raid }                       \
184              .                                            \
185              1024 10000 1000000000 raid                    \
186                      method{ raid }                       \
187              .
188
189d-i partman-auto-raid/recipe string \
190    1 2 0 ext3 /                                           \
191          /dev/sda1#/dev/sdb1    \
192    .                                                      \
193    1 2 0 swap -                                           \
194          /dev/sda5#/dev/sdb5    \
195    .                                                      \
196    1 2 0 ext3 /home                                       \
197          /dev/sda6#/dev/sdb6    \
198    .
[653]199d-i partman-md/confirm_nooverwrite true
[616]200d-i partman-md/confirm boolean true
201d-i partman/confirm_write_new_label boolean true
202d-i partman/choose_partition select finish
[619]203d-i mdadm/boot_degraded boolean true
[618]204d-i partman/confirm_nooverwrite true
[616]205d-i partman/confirm boolean true
206
207### Base system installation
208# Select the initramfs generator used to generate the initrd for 2.6 kernels.
209#d-i base-installer/kernel/linux/initramfs-generators string yaird
210
211# The kernel image (meta) package to be installed; "none" can be used if no
212# kernel is to be installed.
213#d-i base-installer/kernel/image string linux-generic
214
215# Always install the server kernel.
216d-i     base-installer/kernel/override-image string linux-server
217
[620]218
219
220
221
[616]222### Account setup
223# Skip creation of a root account (normal user account will be able to
224# use sudo). The default is false; preseed this to true if you want to set
225# a root password.
226#d-i passwd/root-login boolean false
227# Alternatively, to skip creation of a normal user account.
228#d-i passwd/make-user boolean false
229
230# Root password, either in clear text
231#d-i passwd/root-password password r00tme
232#d-i passwd/root-password-again password r00tme
233# or encrypted using an MD5 hash.
234#d-i passwd/root-password-crypted password [MD5 hash]
235
236# To create a normal user account.
237#d-i passwd/user-fullname string Ubuntu User
238#d-i passwd/username string ubuntu
239# Normal user's password, either in clear text
240#d-i passwd/user-password password insecure
241#d-i passwd/user-password-again password insecure
242# or encrypted using an MD5 hash.
243#d-i passwd/user-password-crypted password [MD5 hash]
244# Create the first user with the specified UID instead of the default.
245#d-i passwd/user-uid string 1010
246
247d-i passwd/user-fullname string Administrador
248d-i passwd/username string sistemas
249# Normal user's password, either in clear text
250d-i passwd/user-password password insecure
251d-i passwd/user-password-again password insecure
252
253
254# The user account will be added to some standard initial groups. To
255# override that, use this.
256#d-i passwd/user-default-groups string audio cdrom video
257
258# Set to true if you want to encrypt the first user's home directory.
259d-i user-setup/encrypt-home boolean false
260
261### Apt setup
262# You can choose to install restricted and universe software, or to install
263# software from the backports repository.
264#d-i apt-setup/restricted boolean true
265#d-i apt-setup/universe boolean true
266#d-i apt-setup/backports boolean true
267# Uncomment this if you don't want to use a network mirror.
268#d-i apt-setup/use_mirror boolean false
269# Select which update services to use; define the mirrors to be used.
270# Values shown below are the normal defaults.
271#d-i apt-setup/services-select multiselect security
272#d-i apt-setup/security_host string security.ubuntu.com
273#d-i apt-setup/security_path string /ubuntu
274
275d-i apt-setup/security_host string debproxy-ubuntu:3142/security.ubuntu.com
276
277# Additional repositories, local[0-9] available
278#d-i apt-setup/local0/repository string \
279#       http://local.server/ubuntu &releasename; main
280#d-i apt-setup/local0/comment string local server
281# Enable deb-src lines
282#d-i apt-setup/local0/source boolean true
283# URL to the public key of the local repository; you must provide a key or
284# apt will complain about the unauthenticated repository and so the
285# sources.list line will be left commented out
286#d-i apt-setup/local0/key string http://local.server/key
287
288# By default the installer requires that repositories be authenticated
289# using a known gpg key. This setting can be used to disable that
290# authentication. Warning: Insecure, not recommended.
291#d-i debian-installer/allow_unauthenticated string true
292
293### Package selection
294tasksel tasksel/first multiselect standard
295#tasksel tasksel/first multiselect ubuntu-desktop
296#tasksel tasksel/first multiselect lamp-server, print-server
297#tasksel tasksel/first multiselect kubuntu-desktop
298
299# Individual additional packages to install
300d-i pkgsel/include string openssh-server screen puppet lsb-release
301# Whether to upgrade packages after debootstrap.
302# Allowed values: none, safe-upgrade, full-upgrade
303#d-i pkgsel/upgrade select none
304
305# Language pack selection
306d-i pkgsel/language-packs multiselect es, en
307
308# Policy for applying updates. May be "none" (no automatic updates),
309# "unattended-upgrades" (install security updates automatically), or
310# "landscape" (manage system with Landscape).
311d-i pkgsel/update-policy select none
312
313# Some versions of the installer can report back on what software you have
314# installed, and what software you use. The default is not to report back,
315# but sending reports helps the project determine what software is most
316# popular and include it on CDs.
317#popularity-contest popularity-contest/participate boolean false
318
319### Boot loader installation
320# Grub is the default boot loader (for x86). If you want lilo installed
321# instead, uncomment this:
322#d-i grub-installer/skip boolean true
323# To also skip installing lilo, and install no bootloader, uncomment this
324# too:
325#d-i lilo-installer/skip boolean true
326
327# This is fairly safe to set, it makes grub install automatically to the MBR
328# if no other operating system is detected on the machine.
329d-i grub-installer/only_debian boolean true
330
331# This one makes grub-installer install to the MBR if it also finds some other
332# OS, which is less safe as it might not be able to boot that other OS.
333d-i grub-installer/with_other_os boolean true
334
335# Alternatively, if you want to install to a location other than the mbr,
336# uncomment and edit these lines:
337#d-i grub-installer/only_debian boolean false
338#d-i grub-installer/with_other_os boolean false
339#d-i grub-installer/bootdev  string (hd0,0)
340# To install grub to multiple disks:
341d-i grub-installer/bootdev  string (hd0,0) (hd1,0)
342
343# Optional password for grub, either in clear text
344#d-i grub-installer/password password r00tme
345#d-i grub-installer/password-again password r00tme
346# or encrypted using an MD5 hash, see grub-md5-crypt(8).
347#d-i grub-installer/password-crypted password [MD5 hash]
348
349### Finishing up the installation
350# During installations from serial console, the regular virtual consoles
351# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next
352# line to prevent this.
353#d-i finish-install/keep-consoles boolean true
354
355# Avoid that last message about the install being complete.
356d-i finish-install/reboot_in_progress note
357
358# This will prevent the installer from ejecting the CD during the reboot,
359# which is useful in some situations.
360#d-i cdrom-detect/eject boolean false
361
362# This is how to make the installer shutdown when finished, but not
363# reboot into the installed system.
364#d-i debian-installer/exit/halt boolean true
365# This will power off the machine instead of just halting it.
366#d-i debian-installer/exit/poweroff boolean true
367
[620]368
369#### Postfix configuration
370
371# Choices: No configuration, Internet Site, Internet with smarthost,
372#   Satellite system, Local only
373postfix postfix/main_mailer_type select No configuration
374#postfix postfix/mailname string example.local
375#postfix postfix/root_address string administrators
376#postfix postfix/destinations string example.local, example, localhost.localdomain, localhos
377
378
[616]379### X configuration
380# X can detect the right driver for some cards, but if you're preseeding,
381# you override whatever it chooses. Still, vesa will work most places.
382#xserver-xorg xserver-xorg/config/device/driver select vesa
383
384# A caveat with mouse autodetection is that if it fails, X will retry it
385# over and over. So if it's preseeded to be done, there is a possibility of
386# an infinite loop if the mouse is not autodetected.
387#xserver-xorg xserver-xorg/autodetect_mouse boolean true
388
389# Monitor autodetection is recommended.
390xserver-xorg xserver-xorg/autodetect_monitor boolean true
391# Uncomment if you have an LCD display.
392#xserver-xorg xserver-xorg/config/monitor/lcd boolean true
393# X has three configuration paths for the monitor. Here's how to preseed
394# the "medium" path, which is always available. The "simple" path may not
395# be available, and the "advanced" path asks too many questions.
396xserver-xorg xserver-xorg/config/monitor/selection-method \
397       select medium
398xserver-xorg xserver-xorg/config/monitor/mode-list \
399       select 1024x768 @ 60 Hz
400
401### Preseeding other packages
402# Depending on what software you choose to install, or if things go wrong
403# during the installation process, it's possible that other questions may
404# be asked. You can preseed those too, of course. To get a list of every
405# possible question that could be asked during an install, do an
406# installation, and then run these commands:
407#   debconf-get-selections --installer > file
408#   debconf-get-selections >> file
409
410
411#### Advanced options
412### Running custom commands during the installation
413# d-i preseeding is inherently not secure. Nothing in the installer checks
414# for attempts at buffer overflows or other exploits of the values of a
415# preconfiguration file like this one. Only use preconfiguration files from
416# trusted locations! To drive that home, and because it's generally useful,
417# here's a way to run any shell command you'd like inside the installer,
418# automatically.
419
420# This first command is run as early as possible, just after
421# preseeding is read.
422#d-i preseed/early_command string anna-install some-udeb
423
424# network console sshd :)
425d-i   network-console/password         password        r00tme
426d-i   network-console/password-again   password        r00tme
427d-i   preseed/early_command            string          anna-install network-console
428d-i   anna/choose_modules              string          network-console
429
430# This command is run immediately before the partitioner starts. It may be
431# useful to apply dynamic partitioner preseeding that depends on the state
432# of the disks (which may not be visible when preseed/early_command runs).
433#d-i partman/early_command string debconf-set partman-auto/disk "$(list-devices disk | head -n1)"
434
435# This command is run just before the install finishes, but when there is
436# still a usable /target directory. You can chroot to /target and use it
437# directly, or use the apt-install and in-target commands to easily install
438# packages and run commands in the target system.
439#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
440
Note: See TracBrowser for help on using the repository browser.