This commit is contained in:
Robert Köpferl 2021-03-05 11:31:01 +01:00
parent 2ec149040a
commit 8338eca007
1 changed files with 15 additions and 0 deletions

View File

@ -11,6 +11,10 @@ d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string de
d-i console-setup/variantcode string
# Enable extras.ubuntu.com.
d-i apt-setup/extras boolean true
### Partitioning
# If the system has free space you can choose to only partition that space.
# This is only honoured if partman-auto/method (below) is not set.
@ -84,6 +88,17 @@ d-i user-setup/allow-password-weak boolean true
# Use non-free packages
ubiquity ubiquity/use_nonfree boolean true
# Install the Kubuntu desktop.
tasksel tasksel/first multiselect kubuntu-desktop
# Install KDE translation packages.
d-i pkgsel/language-pack-patterns string language-pack-kde-$LL kde-i18n-$LL
# Install the KDE oem-config frontend (if in OEM mode).
d-i oem-config-udeb/frontend string kde
# On live DVDs, don't spend huge amounts of time removing substantial
# application packages pulled in by language packs. Given that we clearly
# have the space to include them on the DVD, they're useful and we might as
# well keep them installed.
ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
#### Advanced options
### Running custom commands during the installation