diff --git a/pepbld.sh b/pepbld.sh index 2bdad99..a5056a2 100755 --- a/pepbld.sh +++ b/pepbld.sh @@ -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 diff --git a/pepinstaller/gpg/peppermint-keyring.gpg b/pepinstaller/gpg/peppermint-keyring.gpg deleted file mode 100644 index 87f923f..0000000 Binary files a/pepinstaller/gpg/peppermint-keyring.gpg and /dev/null differ diff --git a/pepinstaller/preseed.cfg b/pepinstaller/preseed.cfg deleted file mode 100644 index 1f2fe24..0000000 --- a/pepinstaller/preseed.cfg +++ /dev/null @@ -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 - - - diff --git a/pepinstaller/preseed/preseed.cfg b/pepinstaller/preseed/preseed.cfg index 7add537..11ed2ee 100644 --- a/pepinstaller/preseed/preseed.cfg +++ b/pepinstaller/preseed/preseed.cfg @@ -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 - -