[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Pbs install auto preseed Etch





On Fri, 25 May 2007, Rémi Demarthe wrote:

Avez vous mis les informations suivante ?

d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc ...
d-i partman-auto/method string [regular|lvm|raid]
d-i partman-auto/choose_recipe select nom_de_la_recette

Voici l'ensemble des directives partman du fichier preseed :

### Partitioning
# If the system has free space you can choose to only partition that space.
# Note: this must be preseeded with a localized (translated) value.
#d-i partman-auto/init_automatically_partition \
#      select Guided - use the largest continuous free space

# 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:
d-i partman-auto/disk string /dev/hda
# In addition, you'll need to specify the method to use.
# The presently available methods are: "regular", "lvm" and "crypto"
d-i partman-auto/method string regular

# If one of the disks that are going to be automatically partitioned
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
#d-i partman-auto/purge_lvm_from_device boolean true
# And the same goes for the confirmation to write the lvm partitions.
#d-i partman-lvm/confirm boolean true

# You can choose from any of the predefined partitioning recipes.
# Note: this must be preseeded with a localized (translated) value.
#d-i partman-auto/choose_recipe \
#       select All files in one partition (recommended for new users)
#d-i partman-auto/choose_recipe \
#       select Separate /home partition
#d-i partman-auto/choose_recipe \
#       select Separate /home, /usr, /var, and /tmp partitions

# 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 /floppy/recipe-sioath64

# If not, you can put an entire recipe into the preconfiguration file in one
# (logical) 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

# This makes partman automatically partition without confirmation.
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition \
       select Finish partitioning and write changes to disk
d-i partman/confirm boolean true


choose_recipe est effectivement commenté car nous voulons utiliser
une recette avancée (expert_recipe_file), aucune des recettes toutes faites ne nous convenant. Faut-il dans ce cas également mettre une directive ad-hoc dans choose_recipe ?

Lors de mes test en 64bits je n'ai pas rencontré ce problème.
Peut être devriez vous essayer une autre version du d-i ?

Certes, mais comment ? Nous utilisons le CD netinstall amd64 officiel.
Et nous voulons installer une Etch, pas une Lenny ou une Sid.

--
 		Etienne Vogt (Etienne.Vogt@obspm.fr)
 		Service Informatique
 		Observatoire de Paris-Meudon, France



Reply to: