mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 11:26:18 +02:00
test
This commit is contained in:
parent
2ec149040a
commit
8338eca007
1 changed files with 15 additions and 0 deletions
|
@ -11,6 +11,10 @@ d-i console-setup/ask_detect boolean false
|
||||||
d-i console-setup/layoutcode string de
|
d-i console-setup/layoutcode string de
|
||||||
d-i console-setup/variantcode string
|
d-i console-setup/variantcode string
|
||||||
|
|
||||||
|
# Enable extras.ubuntu.com.
|
||||||
|
d-i apt-setup/extras boolean true
|
||||||
|
|
||||||
|
|
||||||
### Partitioning
|
### Partitioning
|
||||||
# If the system has free space you can choose to only partition that space.
|
# 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.
|
# 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
|
# Use non-free packages
|
||||||
ubiquity ubiquity/use_nonfree boolean true
|
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
|
#### Advanced options
|
||||||
### Running custom commands during the installation
|
### Running custom commands during the installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue