This commit is contained in:
Robert Köpferl 2021-03-08 21:14:21 +01:00
parent 8338eca007
commit b8d49ab662
2 changed files with 13 additions and 16 deletions

View File

@ -40,24 +40,24 @@ d-i apt-setup/extras boolean true
#d-i partman-auto/choose_recipe select atomic
#d-i partman/default_filesystem string ext3
#d-i partman/choose_partition select finish
d-i partman/choose_partition select finish
# 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
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
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-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
# Just in case, the positive answer to all other imagineable conformation questions:
#d-i partman-partitioning/confirm_write_new_label boolean true
#d-i partman/confirm boolean true
#d-i partman/confirm_nooverwrite boolean true
#d-i partman/confirm_write_new_label boolean true
#d-i partman-md/confirm boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm_write_new_label boolean true
d-i partman-md/confirm boolean true
# Time
d-i time/zone string Europe/Berlin
@ -123,7 +123,7 @@ ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
# packages and run commands in the target system.
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
# Script am Ende
d-i preseed/late_command string wget -O - http://netboot/kubuntu_late_command.sh | bash
#d-i preseed/late_command string wget -O - http://netboot/kubuntu_late_command.sh | bash
# on target:
#d-i preseed/late_command string chroot /target bash /cdrom/setup/install/settings.sh
d-i preseed/late_command string chroot /target bash /cdrom/preseed/kubuntu_late_command.sh

View File

@ -10,7 +10,7 @@ export DEBIAN_FRONTEND=noninteractive
DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
# Linux distro
script_distro='Linux Mint 20'
script_distro='Kubuntu Linux 20.4.0'
# Additional packages
packages=(
@ -177,9 +177,6 @@ force-confold
force-confdef
DPKG
e "Besten Spiegelserver für '${script_distro}' auswählen …"
mint-switch-to-local-mirror
e "Paketquellen aktualisieren …"
apt update --yes --quiet