2023-04-04 19:17:47 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
#
# SPDX-FileCopyrightText: 2023 PeppermintOS Team (peppermintosteam@proton.me)
2023-04-10 01:05:10 +00:00
#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.
2023-04-04 19:17:47 +00:00
# Add your custom repositories
d-i apt-setup/local0/repository string \
2023-04-29 02:02:08 +00:00
http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
2023-04-04 19:17:47 +00:00
d-i apt-setup/local0/comment string PeppermintOS repository
d-i apt-setup/local0/source boolean true
# URL to the public key of the local repository
d-i apt-setup/local0/key string http://repo.peppermintos.com/packages/conf/peppermint-keyring.gpg
# You can choose to install non-free and contrib software.
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
2023-04-29 02:02:08 +00:00
d-i apt-setup/non-free-firmware boolean true
2023-04-04 19:17:47 +00:00
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
2023-04-29 02:02:08 +00:00
#d-i apt-setup/services-select multiselect security, updates
#d-i apt-setup/security_host string deb.devuan.org/merged
2023-04-04 19:17:47 +00:00
# Remove popularity-contest
popularity-contest popularity-contest/participate boolean false
2023-10-28 17:53:07 +00:00
### Account setup
# Skip creation of a root account (normal user account will be able to
# use sudo).
d-i passwd/root-login boolean false
2023-11-02 16:25:39 -01:00
### Remove default desktop from software selection screen
d-i tasksel/tasksel string --no-desktop