update preseed file

This commit is contained in:
Manuel 2023-03-23 15:48:38 -01:00
parent f1246b84a0
commit a15ecffde4
4 changed files with 1 additions and 24 deletions

View File

@ -42,13 +42,10 @@ mkdir -p $uchinanchu/fusato/config/includes.installer
mkdir -p $uchinanchu/fusato/config/includes.binary
mkdir -p $uchinanchu/fusato/config/includes.binary/install
mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share
mkdir -p $uchinanchu/fusato/config/includes.installer/usr/share/keyrings
#mkdir -p $uchinanchu/fusato/config/archives
# Copy single files and folder to the installer
#cp $uchinanchu/peprepo/* $uchinanchu/fusato/config/archives
cp $uchinanchu/pepinstaller/preseed/preseed.cfg $uchinanchu/fusato/config/includes.installer
cp $uchinanchu/pepinstaller/gpg/peppermint-keyring.gpg $uchinanchu/fusato/config/includes.installer/usr/share/keyrings
# Copy recursive files and sub-directories, containing symlinks.
cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary

View File

@ -1,18 +0,0 @@
# Debian Installer preconfiguration file
# to install Debian with custom repositories
# Add your custom repositories
d-i apt-setup/local0/repository string \
http://repo.peppermintos.com/packages peptesting main contrib non-free
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
# URL to the public key of the local repository
d-i apt-setup/local0/key string https://codeberg.org/Peppermint_OS/PePack/raw/branch/master/conf/peppermint-keyring.gpg
# Remove popularity-contest
popularity-contest popularity-contest/participate boolean false

View File

@ -9,10 +9,8 @@ d-i apt-setup/local0/source boolean true
d-i apt-setup/local0/source boolean true
# URL to the public key of the local repository
#d-i apt-setup/local0/key string https://codeberg.org/Peppermint_OS/PePack/raw/branch/master/conf/#peppermint-keyring.gpg
d-i apt-setup/local0/key string http://repo.peppermintos.com/packages/conf/peppermint-keyring.gpg
# Remove popularity-contest
popularity-contest popularity-contest/participate boolean false