diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 01:30:47 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 01:30:47 +0100 |
commit | 577d9b4ea9a2f3a63be63edb0dd9224f657e249c (patch) | |
tree | f6fbd13296b6305cb8fbbc5370d72c5593141f4d /d-i-preseed-cfgs | |
parent | 76ba2eff4297cfc03e80d966cec518f03c5a111d (diff) | |
parent | 77a0ccd429f5f9729e8066541977557ff4bb7e98 (diff) | |
download | jenkins.debian.net-577d9b4ea9a2f3a63be63edb0dd9224f657e249c.tar.xz |
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r-- | d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg index 76cf8894..c321dc2a 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_kfreebsd_preseed.cfg @@ -149,23 +149,13 @@ d-i clock-setup/ntp boolean true # - regular: use the usual partition types for your architecture # - lvm: use LVM to partition the disk # - crypto: use LVM within an encrypted partition -d-i partman-auto/method string lvm - -# 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-lvm/device_remove_lvm boolean true -# The same applies to pre-existing software RAID array: -d-i partman-md/device_remove_md boolean true -# And the same goes for the confirmation to write the lvm partitions. -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true +d-i partman-auto/method string regular # You can choose one of the three predefined partitioning recipes: # - atomic: all files in one partition # - home: separate /home partition # - multi: separate /home, /usr, /var, and /tmp partitions -d-i partman-auto/choose_recipe select atomic +d-i partman-auto/choose_recipe select multi # Or provide a recipe of your own... # If you have a way to get a recipe file into the d-i environment, you can @@ -305,7 +295,7 @@ tasksel tasksel/first multiselect standard, desktop # If the desktop task is selected, install the kde and xfce desktops # instead of the default gnome desktop. #tasksel tasksel/desktop multiselect kde, xfce -tasksel tasksel/desktop multiselect lxde +tasksel tasksel/desktop multiselect xfce # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential @@ -320,7 +310,7 @@ tasksel tasksel/desktop multiselect lxde #popularity-contest popularity-contest/participate boolean false # install grub on the first disk found -d-i grub-installer/bootdev string /dev/sda +d-i grub-installer/bootdev string /dev/ada ### Finishing up the installation # During installations from serial console, the regular virtual consoles |