update dev preseed files

This commit is contained in:
Manuel 2023-04-29 02:02:08 +00:00
parent 97744a5e3a
commit a3237160b8
4 changed files with 15 additions and 10 deletions

View File

@ -6,7 +6,7 @@
# Add your custom repositories # Add your custom repositories
d-i apt-setup/local0/repository string \ d-i apt-setup/local0/repository string \
http://repo.peppermintos.com/packages bookworm main contrib non-free non-free-firmware http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
d-i apt-setup/local0/comment string PeppermintOS repository d-i apt-setup/local0/comment string PeppermintOS repository
d-i apt-setup/local0/source boolean true d-i apt-setup/local0/source boolean true
@ -16,11 +16,12 @@ d-i apt-setup/local0/key string http://repo.peppermintos.com/packages/conf/peppe
# You can choose to install non-free and contrib software. # You can choose to install non-free and contrib software.
d-i apt-setup/non-free boolean true d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true d-i apt-setup/contrib boolean true
d-i apt-setup/non-free-firmware boolean true
# Select which update services to use; define the mirrors to be used. # Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults. # Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates #d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/security_host string deb.devuan.org/merged #d-i apt-setup/security_host string deb.devuan.org/merged
# Remove popularity-contest # Remove popularity-contest
popularity-contest popularity-contest/participate boolean false popularity-contest popularity-contest/participate boolean false

View File

@ -6,7 +6,7 @@
# Add your custom repositories # Add your custom repositories
d-i apt-setup/local0/repository string \ d-i apt-setup/local0/repository string \
http://repo.peppermintos.com/packages bookworm main contrib non-free non-free-firmware http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
d-i apt-setup/local0/comment string PeppermintOS repository d-i apt-setup/local0/comment string PeppermintOS repository
d-i apt-setup/local0/source boolean true d-i apt-setup/local0/source boolean true
@ -16,13 +16,15 @@ d-i apt-setup/local0/key string http://repo.peppermintos.com/packages/conf/peppe
# You can choose to install non-free and contrib software. # You can choose to install non-free and contrib software.
d-i apt-setup/non-free boolean true d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true d-i apt-setup/contrib boolean true
d-i apt-setup/non-free-firmware boolean true
# Select which update services to use; define the mirrors to be used. # Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults. # Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates #d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/security_host string deb.devuan.org/merged #d-i apt-setup/security_host string deb.devuan.org/merged
# Remove popularity-contest # Remove popularity-contest
popularity-contest popularity-contest/participate boolean false popularity-contest popularity-contest/participate boolean false

View File

@ -6,7 +6,7 @@
# Add your custom repositories # Add your custom repositories
d-i apt-setup/local0/repository string \ d-i apt-setup/local0/repository string \
http://repo.peppermintos.com/packages bookworm main contrib non-free non-free-firmware http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
d-i apt-setup/local0/comment string PeppermintOS repository d-i apt-setup/local0/comment string PeppermintOS repository
d-i apt-setup/local0/source boolean true d-i apt-setup/local0/source boolean true
@ -16,13 +16,15 @@ d-i apt-setup/local0/key string http://repo.peppermintos.com/packages/conf/peppe
# You can choose to install non-free and contrib software. # You can choose to install non-free and contrib software.
d-i apt-setup/non-free boolean true d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true d-i apt-setup/contrib boolean true
d-i apt-setup/non-free-firmware boolean true
# Select which update services to use; define the mirrors to be used. # Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults. # Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates #d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/security_host string deb.devuan.org/merged #d-i apt-setup/security_host string deb.devuan.org/merged
# Remove popularity-contest # Remove popularity-contest
popularity-contest popularity-contest/participate boolean false popularity-contest popularity-contest/participate boolean false

View File

@ -2,7 +2,7 @@
# #
# SPDX-FileCopyrightText: 2023 PeppermintOS Team (peppermintosteam@proton.me) # SPDX-FileCopyrightText: 2023 PeppermintOS Team (peppermintosteam@proton.me)
#This preseed file includes configuration settings for a custom repository with the 'contrib' and 'non-free' components #enabled, as well as disabling the automatic response to the Debian popularity contest. In addition, it configures #various options for the Grub bootloader, including the timeout, command line parameters, and splash screen settings #etc. #This preseed file includes configuration settings for a custom repository with the 'contrib' and 'non-free' components #enabled, as well as disabling the automatic response to the Debian popularity contest.
# Add your custom repositories # Add your custom repositories
d-i apt-setup/local0/repository string \ d-i apt-setup/local0/repository string \