new commit
This commit is contained in:
parent
e2a9e8d2c0
commit
6d59d95321
|
@ -69,6 +69,7 @@ cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.ins
|
||||||
cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
cp $uchinanchu/pepkeyrings/* $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepkeyrings/* $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
|
cp $uchinanchu/pepinfo/* $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
|
|
||||||
# Copy recursive files and sub-directories, containing symlinks.
|
# Copy recursive files and sub-directories, containing symlinks.
|
||||||
cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary
|
cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
#
|
#
|
||||||
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
||||||
|
|
||||||
# This script copies a file to the chroot and runs commands during the Debian installation process.
|
# This script copies a file to target and runs commands during the Debian installation process.
|
||||||
|
|
||||||
|
|
||||||
# Copy files to the chroot directory
|
# Copy files to the chroot directory
|
||||||
echo "Copying files to chroot..."
|
echo "Copying files to Target..."
|
||||||
cp /preseed/grub /target/etc/default
|
cp /preseed/grub /target/etc/default
|
||||||
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
||||||
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
||||||
|
@ -17,6 +17,8 @@ cp /preseed/deb-multimedia-keyring.gpg /target/etc/apt/trusted.gpg.d
|
||||||
cp /preseed/peppermint-keyring.gpg /target/etc/apt/trusted.gpg.d
|
cp /preseed/peppermint-keyring.gpg /target/etc/apt/trusted.gpg.d
|
||||||
cp /preseed/deb-multimedia-keyring.gpg /target/usr/share/keyrings
|
cp /preseed/deb-multimedia-keyring.gpg /target/usr/share/keyrings
|
||||||
cp /preseed/peppermint-keyring.gpg /target/usr/share/keyrings
|
cp /preseed/peppermint-keyring.gpg /target/usr/share/keyrings
|
||||||
|
cp /preseed/Devuan.info /target//usr/share/python-apt/templates
|
||||||
|
cp /preseed/Devuan.mirrors /target//usr/share/python-apt/templates
|
||||||
cp -r /preseed/themes /target/boot/grub
|
cp -r /preseed/themes /target/boot/grub
|
||||||
|
|
||||||
# Run a commands in the chroot
|
# Run a commands in the chroot
|
||||||
|
@ -25,7 +27,7 @@ chroot /target update-grub
|
||||||
cd /target//usr/share/python-apt/templates/
|
cd /target//usr/share/python-apt/templates/
|
||||||
ln -s Devuan.info Peppermint.info
|
ln -s Devuan.info Peppermint.info
|
||||||
ln -s Devuan.mirrors Peppermint.mirrors
|
ln -s Devuan.mirrors Peppermint.mirrors
|
||||||
cd /target//usr/share/distro-info/
|
cd /target/usr/share/distro-info/
|
||||||
ln -s devuan.csv peppermint.csv
|
ln -s devuan.csv peppermint.csv
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -68,6 +68,7 @@ cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.ins
|
||||||
cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
cp $uchinanchu/pepkeyrings/* $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepkeyrings/* $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
|
cp $uchinanchu/pepinfo/* $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
|
|
||||||
# Copy recursive files and sub-directories, containing symlinks.
|
# Copy recursive files and sub-directories, containing symlinks.
|
||||||
cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary
|
cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
#
|
#
|
||||||
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
||||||
|
|
||||||
# This script copies a file to the chroot and runs commands during the Debian installation process.
|
# This script copies a file to target and runs commands during the Debian installation process.
|
||||||
|
|
||||||
|
|
||||||
# Copy files to the chroot directory
|
# Copy files to the chroot directory
|
||||||
echo "Copying files to chroot..."
|
echo "Copying files to Target..."
|
||||||
cp /preseed/grub /target/etc/default
|
cp /preseed/grub /target/etc/default
|
||||||
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
||||||
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
||||||
|
@ -17,6 +17,8 @@ cp /preseed/deb-multimedia-keyring.gpg /target/etc/apt/trusted.gpg.d
|
||||||
cp /preseed/peppermint-keyring.gpg /target/etc/apt/trusted.gpg.d
|
cp /preseed/peppermint-keyring.gpg /target/etc/apt/trusted.gpg.d
|
||||||
cp /preseed/deb-multimedia-keyring.gpg /target/usr/share/keyrings
|
cp /preseed/deb-multimedia-keyring.gpg /target/usr/share/keyrings
|
||||||
cp /preseed/peppermint-keyring.gpg /target/usr/share/keyrings
|
cp /preseed/peppermint-keyring.gpg /target/usr/share/keyrings
|
||||||
|
cp /preseed/Devuan.info /target//usr/share/python-apt/templates
|
||||||
|
cp /preseed/Devuan.mirrors /target//usr/share/python-apt/templates
|
||||||
cp -r /preseed/themes /target/boot/grub
|
cp -r /preseed/themes /target/boot/grub
|
||||||
|
|
||||||
# Run a commands in the chroot
|
# Run a commands in the chroot
|
||||||
|
@ -25,7 +27,7 @@ chroot /target update-grub
|
||||||
cd /target//usr/share/python-apt/templates/
|
cd /target//usr/share/python-apt/templates/
|
||||||
ln -s Devuan.info Peppermint.info
|
ln -s Devuan.info Peppermint.info
|
||||||
ln -s Devuan.mirrors Peppermint.mirrors
|
ln -s Devuan.mirrors Peppermint.mirrors
|
||||||
cd /target//usr/share/distro-info/
|
cd /target/usr/share/distro-info/
|
||||||
ln -s devuan.csv peppermint.csv
|
ln -s devuan.csv peppermint.csv
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -72,6 +72,7 @@ cp $uchinanchu/pepsources/multimedia.list $uchinanchu/fusato/config/includes.ins
|
||||||
cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepsources/peppermint.list $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepsources/sources.list $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
cp $uchinanchu/pepkeyrings/* $uchinanchu/fusato/config/includes.installer/preseed
|
cp $uchinanchu/pepkeyrings/* $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
|
cp $uchinanchu/pepinfo/* $uchinanchu/fusato/config/includes.installer/preseed
|
||||||
|
|
||||||
# Copy recursive files and sub-directories, containing symlinks.
|
# Copy recursive files and sub-directories, containing symlinks.
|
||||||
cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary
|
cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
#
|
#
|
||||||
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
||||||
|
|
||||||
# This script copies a file to the chroot and runs commands during the Debian installation process.
|
# This script copies a file to target and runs commands during the Debian installation process.
|
||||||
|
|
||||||
|
|
||||||
# Copy files to the chroot directory
|
# Copy files to the chroot directory
|
||||||
echo "Copying files to chroot..."
|
echo "Copying files to Target..."
|
||||||
cp /preseed/grub /target/etc/default
|
cp /preseed/grub /target/etc/default
|
||||||
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
||||||
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
||||||
|
@ -17,6 +17,8 @@ cp /preseed/deb-multimedia-keyring.gpg /target/etc/apt/trusted.gpg.d
|
||||||
cp /preseed/peppermint-keyring.gpg /target/etc/apt/trusted.gpg.d
|
cp /preseed/peppermint-keyring.gpg /target/etc/apt/trusted.gpg.d
|
||||||
cp /preseed/deb-multimedia-keyring.gpg /target/usr/share/keyrings
|
cp /preseed/deb-multimedia-keyring.gpg /target/usr/share/keyrings
|
||||||
cp /preseed/peppermint-keyring.gpg /target/usr/share/keyrings
|
cp /preseed/peppermint-keyring.gpg /target/usr/share/keyrings
|
||||||
|
cp /preseed/Devuan.info /target//usr/share/python-apt/templates
|
||||||
|
cp /preseed/Devuan.mirrors /target//usr/share/python-apt/templates
|
||||||
cp -r /preseed/themes /target/boot/grub
|
cp -r /preseed/themes /target/boot/grub
|
||||||
|
|
||||||
# Run a commands in the chroot
|
# Run a commands in the chroot
|
||||||
|
@ -25,7 +27,7 @@ chroot /target update-grub
|
||||||
cd /target//usr/share/python-apt/templates/
|
cd /target//usr/share/python-apt/templates/
|
||||||
ln -s Devuan.info Peppermint.info
|
ln -s Devuan.info Peppermint.info
|
||||||
ln -s Devuan.mirrors Peppermint.mirrors
|
ln -s Devuan.mirrors Peppermint.mirrors
|
||||||
cd /target//usr/share/distro-info/
|
cd /target/usr/share/distro-info/
|
||||||
ln -s devuan.csv peppermint.csv
|
ln -s devuan.csv peppermint.csv
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
#
|
#
|
||||||
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me)
|
||||||
|
|
||||||
# This script copies a file to the chroot and runs commands during the Debian installation process.
|
# This script copies a file to target and runs commands during the Debian installation process.
|
||||||
|
|
||||||
|
|
||||||
# Copy files to the chroot directory
|
# Copy files to the chroot directory
|
||||||
echo "Copying files to chroot..."
|
echo "Copying files to Target..."
|
||||||
cp /preseed/grub /target/etc/default
|
cp /preseed/grub /target/etc/default
|
||||||
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
cp /preseed/multimedia.list /target/etc/apt/sources.list.d
|
||||||
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
cp /preseed/peppermint.list /target/etc/apt/sources.list.d
|
||||||
|
@ -25,7 +25,7 @@ chroot /target update-grub
|
||||||
cd /target//usr/share/python-apt/templates/
|
cd /target//usr/share/python-apt/templates/
|
||||||
ln -s Debian.info Peppermint.info
|
ln -s Debian.info Peppermint.info
|
||||||
ln -s Debian.mirrors Peppermint.mirrors
|
ln -s Debian.mirrors Peppermint.mirrors
|
||||||
cd /target//usr/share/distro-info/
|
cd /target/usr/share/distro-info/
|
||||||
ln -s debian.csv peppermint.csv
|
ln -s debian.csv peppermint.csv
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in New Issue