update preseed file
This commit is contained in:
parent
f1246b84a0
commit
a15ecffde4
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue