update Devuan buids preseed files
This commit is contained in:
parent
b4ce75c39a
commit
e2a9e8d2c0
|
@ -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. In addition, it configures #various options for the Grub bootloader, including the timeout, command line parameters, and splash screen settings #etc.
|
||||||
|
|
||||||
# Add your custom repositories
|
# Add your custom repositories
|
||||||
d-i apt-setup/local0/repository string \
|
d-i apt-setup/local0/repository string \
|
||||||
|
@ -16,12 +16,11 @@ 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 security.debian.org
|
||||||
|
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
@ -30,12 +29,6 @@ popularity-contest popularity-contest/participate boolean false
|
||||||
# still a usable /target directory. You can chroot to /target and use it
|
# still a usable /target directory. You can chroot to /target and use it
|
||||||
# directly, or use the apt-install and in-target commands to easily install
|
# directly, or use the apt-install and in-target commands to easily install
|
||||||
# packages and run commands in the target system.
|
# packages and run commands in the target system.
|
||||||
d-i preseed/late_command string \
|
d-i preseed/late_command string sh /preseed/copy-files-to-chroot.sh
|
||||||
echo "Editing default grub file"; \
|
|
||||||
echo "GRUB_TIMEOUT=5" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_DISTRIBUTOR="Peppermint"" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_DISABLE_OS_PROBER=false" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_CMDLINE_LINUX=\"\"" >> /target/etc/default/grub; \
|
|
||||||
chroot /target /usr/sbin/update-grub; \
|
|
||||||
|
|
||||||
|
|
|
@ -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. In addition, it configures #various options for the Grub bootloader, including the timeout, command line parameters, and splash screen settings #etc.
|
||||||
|
|
||||||
# Add your custom repositories
|
# Add your custom repositories
|
||||||
d-i apt-setup/local0/repository string \
|
d-i apt-setup/local0/repository string \
|
||||||
|
@ -16,12 +16,11 @@ 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 security.debian.org
|
||||||
|
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
@ -30,12 +29,6 @@ popularity-contest popularity-contest/participate boolean false
|
||||||
# still a usable /target directory. You can chroot to /target and use it
|
# still a usable /target directory. You can chroot to /target and use it
|
||||||
# directly, or use the apt-install and in-target commands to easily install
|
# directly, or use the apt-install and in-target commands to easily install
|
||||||
# packages and run commands in the target system.
|
# packages and run commands in the target system.
|
||||||
d-i preseed/late_command string \
|
d-i preseed/late_command string sh /preseed/copy-files-to-chroot.sh
|
||||||
echo "Editing default grub file"; \
|
|
||||||
echo "GRUB_TIMEOUT=5" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_DISTRIBUTOR="Peppermint"" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_DISABLE_OS_PROBER=false" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_CMDLINE_LINUX=\"\"" >> /target/etc/default/grub; \
|
|
||||||
chroot /target /usr/sbin/update-grub; \
|
|
||||||
|
|
||||||
|
|
|
@ -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. In addition, it configures #various options for the Grub bootloader, including the timeout, command line parameters, and splash screen settings #etc.
|
||||||
|
|
||||||
# Add your custom repositories
|
# Add your custom repositories
|
||||||
d-i apt-setup/local0/repository string \
|
d-i apt-setup/local0/repository string \
|
||||||
|
@ -16,12 +16,11 @@ 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 security.debian.org
|
||||||
|
|
||||||
# Remove popularity-contest
|
# Remove popularity-contest
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
|
@ -30,12 +29,6 @@ popularity-contest popularity-contest/participate boolean false
|
||||||
# still a usable /target directory. You can chroot to /target and use it
|
# still a usable /target directory. You can chroot to /target and use it
|
||||||
# directly, or use the apt-install and in-target commands to easily install
|
# directly, or use the apt-install and in-target commands to easily install
|
||||||
# packages and run commands in the target system.
|
# packages and run commands in the target system.
|
||||||
d-i preseed/late_command string \
|
d-i preseed/late_command string sh /preseed/copy-files-to-chroot.sh
|
||||||
echo "Editing default grub file"; \
|
|
||||||
echo "GRUB_TIMEOUT=5" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_DISTRIBUTOR="Peppermint"" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_DISABLE_OS_PROBER=false" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /target/etc/default/grub; \
|
|
||||||
echo "GRUB_CMDLINE_LINUX=\"\"" >> /target/etc/default/grub; \
|
|
||||||
chroot /target /usr/sbin/update-grub; \
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue