From 8338eca007f2e18c6970b75ee7b13b9613b38762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=B6pferl?= Date: Fri, 5 Mar 2021 11:31:01 +0100 Subject: [PATCH] test --- kubuntu/computertruhe.seed | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kubuntu/computertruhe.seed b/kubuntu/computertruhe.seed index bedbaec..c10278d 100644 --- a/kubuntu/computertruhe.seed +++ b/kubuntu/computertruhe.seed @@ -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