diff --git a/PepDeb64/fusato/.build/config b/PepDeb64/fusato/.build/config deleted file mode 100644 index e69de29..0000000 diff --git a/PepDeb64/fusato/config/binary b/PepDeb64/fusato/config/binary deleted file mode 100644 index 540fdac..0000000 --- a/PepDeb64/fusato/config/binary +++ /dev/null @@ -1,119 +0,0 @@ -# config/binary - options for live-build(7), binary stage - -# Set image type -LB_IMAGE_TYPE="iso-hybrid" - -# Set image filesystem -LB_BINARY_FILESYSTEM="fat32" - -# Set apt/aptitude generic indices -LB_APT_INDICES="true" - -# Set boot parameters -LB_BOOTAPPEND_LIVE="boot=live components quiet splash" - -# Set boot parameters -LB_BOOTAPPEND_INSTALL="file=/cdrom/install/preseed.cfg" - -# Set boot parameters -LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nosmp nosplash vga=788" - -# Set BIOS bootloader -LB_BOOTLOADER_BIOS="syslinux" - -# Set EFI bootloader -LB_BOOTLOADER_EFI="grub-efi" - -# Set bootloaders -LB_BOOTLOADERS="" - -# Set checksums -LB_CHECKSUMS="sha512 md5" - -# Set compression -LB_COMPRESSION="none" - -# Support dm-verity on rootfs -LB_DM_VERITY="" - -# Support FEC on dm-verity rootfs -LB_DM_VERITY_FEC_ROOTS="" - -# Set sign script for roothash for dm-verity rootfs -LB_DM_VERITY_SIGN="" - -# Set zsync -LB_ZSYNC="false" - -# Control if we build binary images chrooted -# NEVER, *EVER*, *E*V*E*R* SET THIS OPTION to false. -LB_BUILD_WITH_CHROOT="true" - -# Set debian-installer -LB_DEBIAN_INSTALLER="netinst" - -# Set debian-installer suite -LB_DEBIAN_INSTALLER_DISTRIBUTION="bookworm" - -# Set debian-installer preseed filename/url -LB_DEBIAN_INSTALLER_PRESEEDFILE="preseed.cfg" - -# Toggle use of GUI debian-installer -LB_DEBIAN_INSTALLER_GUI="true" - -# Set hdd label -LB_HDD_LABEL="DEBIAN_LIVE" - -# Set hdd filesystem size -LB_HDD_SIZE="auto" - -# Set start of partition for the hdd target for BIOSes that expect a specific boot partition start (e.g. "63s"). If empty, use optimal layout. -LB_HDD_PARTITION_START="" - -# Set iso author -LB_ISO_APPLICATION="Debian Live" - -# Set iso preparer -LB_ISO_PREPARER="PeppermintOS-https://peppermintos.com/" - -# Set iso publisher -LB_ISO_PUBLISHER="Peppermint OS Team" - -# Set iso volume (max 32 chars) -LB_ISO_VOLUME="PeppermintOS" - -# Set jffs2 eraseblock size -LB_JFFS2_ERASEBLOCK="" - -# Set memtest -LB_MEMTEST="none" - -# Set loadlin -LB_LOADLIN="true" - -# Set win32-loader -LB_WIN32_LOADER="false" - -# Set net tarball -LB_NET_TARBALL="true" - -# Set onie -LB_ONIE="false" - -# Set onie additional kernel cmdline options -LB_ONIE_KERNEL_CMDLINE="" - -# Set inclusion of firmware packages in debian-installer -LB_FIRMWARE_BINARY="true" - -# Set inclusion of firmware packages in the live image -LB_FIRMWARE_CHROOT="false" - -# Set swap file path -LB_SWAP_FILE_PATH="" - -# Set swap file size -LB_SWAP_FILE_SIZE="512" - -# Enable/disable UEFI secure boot support -LB_UEFI_SECURE_BOOT="auto" diff --git a/PepDeb64/fusato/config/bootstrap b/PepDeb64/fusato/config/bootstrap deleted file mode 100644 index 584b510..0000000 --- a/PepDeb64/fusato/config/bootstrap +++ /dev/null @@ -1,76 +0,0 @@ -# config/bootstrap - options for live-build(7), bootstrap stage - -# Select architecture to use -LB_ARCHITECTURE="amd64" - -# Select distribution to use -LB_DISTRIBUTION="bookworm" - -# Select parent distribution to use -LB_PARENT_DISTRIBUTION="" - -# Select distribution to use in the chroot -LB_DISTRIBUTION_CHROOT="bookworm" - -# Select parent distribution to use in the chroot -LB_PARENT_DISTRIBUTION_CHROOT="bookworm" - -# Select distribution to use in the final image -LB_DISTRIBUTION_BINARY="bookworm" - -# Select parent distribution to use in the final image -LB_PARENT_DISTRIBUTION_BINARY="bookworm" - -# Select parent distribution for debian-installer to use -LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="bookworm" - -# Select archive areas to use -LB_ARCHIVE_AREAS="main contrib non-free non-free-firmware" - -# Select parent archive areas to use -LB_PARENT_ARCHIVE_AREAS="main contrib non-free non-free-firmware" - -# Set parent mirror to bootstrap from -LB_PARENT_MIRROR_BOOTSTRAP="http://deb.debian.org/debian/" - -# Set parent mirror to fetch packages from -LB_PARENT_MIRROR_CHROOT="http://deb.debian.org/debian/" - -# Set security parent mirror to fetch packages from -LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/" - -# Set parent mirror which ends up in the image -LB_PARENT_MIRROR_BINARY="http://deb.debian.org/debian/" - -# Set security parent mirror which ends up in the image -LB_PARENT_MIRROR_BINARY_SECURITY="http://security.debian.org/" - -# Set debian-installer parent mirror -LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://repo.peppermintos.com/packages" - -# Set mirror to bootstrap from -LB_MIRROR_BOOTSTRAP="http://deb.debian.org/debian/" - -# Set mirror to fetch packages from -LB_MIRROR_CHROOT="http://deb.debian.org/debian/" - -# Set security mirror to fetch packages from -LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/" - -# Set mirror which ends up in the image -LB_MIRROR_BINARY="http://deb.debian.org/debian/" - -# Set security mirror which ends up in the image -LB_MIRROR_BINARY_SECURITY="http://security.debian.org/" - -# Set debian-installer mirror -LB_MIRROR_DEBIAN_INSTALLER="http://deb.debian.org/debian/" - -# Set architectures to use foreign bootstrap -LB_BOOTSTRAP_QEMU_ARCHITECTURE="" - -# Set packages to exclude during foreign bootstrap -LB_BOOTSTRAP_QEMU_EXCLUDE="" - -# Set static qemu binary for foreign bootstrap -LB_BOOTSTRAP_QEMU_STATIC="" diff --git a/PepDeb64/fusato/config/chroot b/PepDeb64/fusato/config/chroot deleted file mode 100644 index dafa75d..0000000 --- a/PepDeb64/fusato/config/chroot +++ /dev/null @@ -1,34 +0,0 @@ -# config/chroot - options for live-build(7), chroot stage - -# Set chroot filesystem -LB_CHROOT_FILESYSTEM="squashfs" - -# Set chroot squashfs compression level -LB_CHROOT_SQUASHFS_COMPRESSION_LEVEL="" - -# Set chroot squashfs compression type -LB_CHROOT_SQUASHFS_COMPRESSION_TYPE="" - -# Set union filesystem -LB_UNION_FILESYSTEM="overlay" - -# Set interactive build -LB_INTERACTIVE="false" - -# Set keyring packages -LB_KEYRING_PACKAGES="debian-archive-keyring" - -# Set kernel flavour to use (with arch) -LB_LINUX_FLAVOURS_WITH_ARCH="amd64" - -# Set kernel packages to use -LB_LINUX_PACKAGES="linux-image" - -# Enable security updates -LB_SECURITY="true" - -# Enable updates updates -LB_UPDATES="true" - -# Enable backports updates -LB_BACKPORTS="false" diff --git a/PepDeb64/fusato/config/common b/PepDeb64/fusato/config/common deleted file mode 100644 index 60b02a7..0000000 --- a/PepDeb64/fusato/config/common +++ /dev/null @@ -1,102 +0,0 @@ -# config/common - common options for live-build(7) - -# Version of live-build used to build config (config format version) -LB_CONFIGURATION_VERSION="20230131acoros1" - -# Set package manager -LB_APT="apt" - -# Set proxy for HTTP connections -LB_APT_HTTP_PROXY="" - -# Set apt/aptitude pipeline depth -LB_APT_PIPELINE="" - -# Set apt/aptitude recommends -LB_APT_RECOMMENDS="true" - -# Set apt/aptitude security -LB_APT_SECURE="true" - -# Set apt/aptitude source entries in sources.list -LB_APT_SOURCE_ARCHIVES="true" - -# Control cache -LB_CACHE="true" - -# Control if downloaded package indices should be cached -LB_CACHE_INDICES="false" - -# Control if downloaded packages files should be cached -LB_CACHE_PACKAGES="true" - -# Control if completed stages should be cached -LB_CACHE_STAGES="bootstrap" - -# Set debconf(1) frontend to use -LB_DEBCONF_FRONTEND="noninteractive" - -# Set debconf(1) priority to use -LB_DEBCONF_PRIORITY="critical" - -# Set initramfs hook -LB_INITRAMFS="live-boot" - -# Set initramfs compression -LB_INITRAMFS_COMPRESSION="gzip" - -# Set init system -LB_INITSYSTEM="systemd" - -# Set distribution mode -LB_MODE="debian" - -# Set system type -LB_SYSTEM="live" - -# Set base name of the image -LB_IMAGE_NAME="PepOS-mini-iso" - -# Set options to use with apt -APT_OPTIONS="--yes -o Acquire::Retries=5" - -# Set options to use with aptitude -APTITUDE_OPTIONS="--assume-yes -o Acquire::Retries=5" - -# Set options to use with debootstrap -DEBOOTSTRAP_OPTIONS="" - -# Set script to use with debootstrap -DEBOOTSTRAP_SCRIPT="" - -# Set options to use with gzip -GZIP_OPTIONS="-6 --rsyncable" - -# Enable UTC timestamps -LB_UTC_TIME="false" - -# live-build options - -# Enable breakpoints -# If set here, overrides the command line option -#_BREAKPOINTS="false" - -# Enable debug -# If set here, overrides the command line option -#_DEBUG="false" - -# Enable color -# If set here, overrides the command line option -#_COLOR="auto" - -# Enable force -# If set here, overrides the command line option -#_FORCE="false" - -# Enable quiet -# If set here, overrides the command line option -#_QUIET="false" - -# Enable verbose -# If set here, overrides the command line option -#_VERBOSE="false" diff --git a/PepDeb64/fusato/config/hooks/live/0010-disable-kexec-tools.hook.chroot b/PepDeb64/fusato/config/hooks/live/0010-disable-kexec-tools.hook.chroot deleted file mode 120000 index 996f766..0000000 --- a/PepDeb64/fusato/config/hooks/live/0010-disable-kexec-tools.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/live/0010-disable-kexec-tools.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot b/PepDeb64/fusato/config/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot deleted file mode 120000 index 5ddf090..0000000 --- a/PepDeb64/fusato/config/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0020-create-mtab-symlink.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0020-create-mtab-symlink.hook.chroot deleted file mode 120000 index 58123fc..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0020-create-mtab-symlink.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0020-create-mtab-symlink.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0030-enable-cryptsetup.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0030-enable-cryptsetup.hook.chroot deleted file mode 120000 index c5ab625..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0030-enable-cryptsetup.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0030-enable-cryptsetup.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0040-create-locales-files.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0040-create-locales-files.hook.chroot deleted file mode 120000 index 036e7e0..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0040-create-locales-files.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0040-create-locales-files.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0100-remove-adjtime-configuration.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0100-remove-adjtime-configuration.hook.chroot deleted file mode 120000 index b0ccdb6..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0100-remove-adjtime-configuration.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0100-remove-adjtime-configuration.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0110-remove-backup-files.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0110-remove-backup-files.hook.chroot deleted file mode 120000 index 8b68c5c..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0110-remove-backup-files.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0110-remove-backup-files.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0120-remove-dbus-machine-id.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0120-remove-dbus-machine-id.hook.chroot deleted file mode 120000 index 4d55b27..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0120-remove-dbus-machine-id.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0120-remove-dbus-machine-id.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot deleted file mode 120000 index 54f6a9b..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0140-remove-log-files.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0140-remove-log-files.hook.chroot deleted file mode 120000 index 2b99cec..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0140-remove-log-files.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0140-remove-log-files.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0150-remove-mdadm-configuration.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0150-remove-mdadm-configuration.hook.chroot deleted file mode 120000 index 0c3cd2f..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0150-remove-mdadm-configuration.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0150-remove-mdadm-configuration.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0160-remove-openssh-server-host-keys.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0160-remove-openssh-server-host-keys.hook.chroot deleted file mode 120000 index e57b8d2..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0160-remove-openssh-server-host-keys.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0160-remove-openssh-server-host-keys.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0170-remove-python-py.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0170-remove-python-py.hook.chroot deleted file mode 120000 index 858a942..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0170-remove-python-py.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0170-remove-python-py.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0180-remove-systemd-machine-id.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0180-remove-systemd-machine-id.hook.chroot deleted file mode 120000 index 6cecf66..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0180-remove-systemd-machine-id.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0180-remove-systemd-machine-id.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0190-remove-temporary-files.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0190-remove-temporary-files.hook.chroot deleted file mode 120000 index ada76d9..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0190-remove-temporary-files.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0190-remove-temporary-files.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0195-remove-ssl-cert-snakeoil.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0195-remove-ssl-cert-snakeoil.hook.chroot deleted file mode 120000 index 9fc0723..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0195-remove-ssl-cert-snakeoil.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0195-remove-ssl-cert-snakeoil.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0200-remove-udev-persistent-cd-rules.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0200-remove-udev-persistent-cd-rules.hook.chroot deleted file mode 120000 index f893dcc..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0200-remove-udev-persistent-cd-rules.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0200-remove-udev-persistent-cd-rules.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0300-remove-udev-persistent-net-rules.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0300-remove-udev-persistent-net-rules.hook.chroot deleted file mode 120000 index a6ee33d..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0300-remove-udev-persistent-net-rules.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0300-remove-udev-persistent-net-rules.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0400-update-apt-file-cache.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0400-update-apt-file-cache.hook.chroot deleted file mode 120000 index 380fdcf..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0400-update-apt-file-cache.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0400-update-apt-file-cache.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0410-update-apt-xapian-index.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0410-update-apt-xapian-index.hook.chroot deleted file mode 120000 index dd7150e..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0410-update-apt-xapian-index.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0410-update-apt-xapian-index.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0420-update-glx-alternative.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0420-update-glx-alternative.hook.chroot deleted file mode 120000 index 4da25f8..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0420-update-glx-alternative.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0420-update-glx-alternative.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0430-update-mlocate-database.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0430-update-mlocate-database.hook.chroot deleted file mode 120000 index 13b49d7..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0430-update-mlocate-database.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0430-update-mlocate-database.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0440-update-nvidia-alternative.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0440-update-nvidia-alternative.hook.chroot deleted file mode 120000 index 0a65196..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0440-update-nvidia-alternative.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0440-update-nvidia-alternative.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0500-reproducible-glibc.hook.chroot b/PepDeb64/fusato/config/hooks/normal/0500-reproducible-glibc.hook.chroot deleted file mode 120000 index 9d4f095..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0500-reproducible-glibc.hook.chroot +++ /dev/null @@ -1 +0,0 @@ -/usr/share/live/build/hooks/normal/0500-reproducible-glibc.hook.chroot \ No newline at end of file diff --git a/PepDeb64/fusato/config/hooks/normal/0950-final-cleanup-hook.binary b/PepDeb64/fusato/config/hooks/normal/0950-final-cleanup-hook.binary deleted file mode 100755 index 324b352..0000000 --- a/PepDeb64/fusato/config/hooks/normal/0950-final-cleanup-hook.binary +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# SPDX-License-Identifier: GPL-3.0-or-later -# -# SPDX-FileCopyrightText: 2023 PeppemrintOS Team (peppermintosteam@proton.me) - -## This script will remove unnecessary files and folders and reduce the size of the iso. -# Remove live folder from binary. - -rm -r live diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/font.pf2 b/PepDeb64/fusato/config/includes.binary/boot/grub/font.pf2 deleted file mode 100644 index 59e8ffa..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/font.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/grub.cfg b/PepDeb64/fusato/config/includes.binary/boot/grub/grub.cfg deleted file mode 100644 index 42938df..0000000 --- a/PepDeb64/fusato/config/includes.binary/boot/grub/grub.cfg +++ /dev/null @@ -1,96 +0,0 @@ -if loadfont $prefix/font.pf2 ; then - set gfxmode=800x600 - set gfxpayload=keep - insmod efi_gop - insmod efi_uga - insmod video_bochs - insmod video_cirrus - insmod gfxterm - insmod png - terminal_output gfxterm -fi - -if background_image /isolinux/splash.png; then - set color_normal=light-gray/black - set color_highlight=white/black -elif background_image /splash.png; then - set color_normal=light-gray/black - set color_highlight=white/black -else - set menu_color_normal=cyan/blue - set menu_color_highlight=white/blue -fi - -source /boot/grub/config.cfg - -insmod play -play 960 440 1 0 4 440 1 -set theme=/boot/grub/live-theme/theme.txt -menuentry --hotkey=g 'Graphical install' { - set background_color=black - linux /install/vmlinuz vga=788 --- quiet - initrd /install/gtk/initrd.gz -} -menuentry --hotkey=i 'Install' { - set background_color=black - linux /install/vmlinuz vga=788 --- quiet - initrd /install/initrd.gz -} -submenu --hotkey=a 'Advanced options ...' { - set menu_color_normal=cyan/blue - set menu_color_highlight=white/blue - set theme=/boot/grub/live-theme/theme.txt - set gfxpayload=keep - menuentry '... Graphical expert install' { - set background_color=black - linux /install/vmlinuz priority=low vga=788 --- - initrd /install/gtk/initrd.gz - } - menuentry '... Graphical rescue mode' { - set background_color=black - linux /install/vmlinuz vga=788 rescue/enable=true --- quiet - initrd /install/gtk/initrd.gz - } - menuentry '... Graphical automated install' { - set background_color=black - linux /install/vmlinuz auto=true priority=critical vga=788 --- quiet - initrd /install/gtk/initrd.gz - } - menuentry --hotkey=x '... Expert install' { - set background_color=black - linux /install/vmlinuz priority=low vga=788 --- - initrd /install/initrd.gz - } - menuentry --hotkey=r '... Rescue mode' { - set background_color=black - linux /install/vmlinuz vga=788 rescue/enable=true --- quiet - initrd /install/initrd.gz - } - menuentry --hotkey=a '... Automated install' { - set background_color=black - linux /install/vmlinuz auto=true priority=critical vga=788 --- quiet - initrd /install/initrd.gz - } - submenu --hotkey=s '... Speech-enabled advanced options ...' { - set menu_color_normal=cyan/blue - set menu_color_highlight=white/blue - set theme=/boot/grub/live-theme/theme.txt - set gfxpayload=keep - menuentry --hotkey=x '... Expert speech install' { - set background_color=black - linux /install/vmlinuz priority=low vga=788 speakup.synth=soft --- - initrd /install/gtk/initrd.gz - } - menuentry --hotkey=r '... Rescue speech mode' { - set background_color=black - linux /install/vmlinuz vga=788 rescue/enable=true speakup.synth=soft --- quiet - initrd /install/gtk/initrd.gz - } - menuentry --hotkey=a '... Automated speech install' { - set background_color=black - linux /install/vmlinuz auto=true priority=critical vga=788 speakup.synth=soft --- quiet - initrd /install/gtk/initrd.gz - } - } -} - diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/background.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/background.png deleted file mode 100644 index bf8fd87..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/background.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/4MLinux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/4MLinux.png deleted file mode 100644 index 1c6fe5e..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/4MLinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/AlpineLinux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/AlpineLinux.png deleted file mode 100644 index 6212a1f..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/AlpineLinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.i686.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.i686.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.i686.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.x86_64.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.x86_64.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.x86_64.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/SystemRescueCD.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/SystemRescueCD.png deleted file mode 100644 index 7c41182..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/SystemRescueCD.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/android.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/android.png deleted file mode 100644 index dad066f..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/android.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/anonymous.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/anonymous.png deleted file mode 100644 index 7d165b6..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/anonymous.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/antergos.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/antergos.png deleted file mode 100644 index 32e3a3a..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/antergos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arch.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arch.png deleted file mode 100644 index f6cd870..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arch.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/archlinux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/archlinux.png deleted file mode 100644 index f6cd870..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/archlinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arcolinux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arcolinux.png deleted file mode 100644 index c5e5e5e..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arcolinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/artix.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/artix.png deleted file mode 100644 index 0cbeb11..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/artix.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/bedrock.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/bedrock.png deleted file mode 100644 index 58ff48a..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/bedrock.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/cancel.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/cancel.png deleted file mode 100644 index fca2ac9..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/cancel.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/centos.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/centos.png deleted file mode 100644 index 23fe2fa..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/centos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/chakra.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/chakra.png deleted file mode 100644 index 6f63a95..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/chakra.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/debian.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/debian.png deleted file mode 100644 index 20bea8c..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/debian.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/deepin.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/deepin.png deleted file mode 100644 index 61c92fb..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/deepin.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/devuan.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/devuan.png deleted file mode 100644 index ff65401..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/devuan.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/driver.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/driver.png deleted file mode 100644 index 1621ee7..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/driver.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/edit.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/edit.png deleted file mode 100644 index 6a43bd9..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/edit.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/efi.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/efi.png deleted file mode 100644 index 4ecf3b9..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/efi.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/elementary.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/elementary.png deleted file mode 100644 index 2840354..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/elementary.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/endeavouros.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/endeavouros.png deleted file mode 100644 index 6b1e530..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/endeavouros.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/fedora.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/fedora.png deleted file mode 100644 index 926b56d..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/fedora.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.efi.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.efi.png deleted file mode 100644 index 0e32321..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.efi.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.none.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.none.png deleted file mode 100644 index 87d4d0e..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.none.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/freebsd.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/freebsd.png deleted file mode 100644 index fb9408c..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/freebsd.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/garuda.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/garuda.png deleted file mode 100644 index f699718..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/garuda.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gentoo.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gentoo.png deleted file mode 100644 index bc0ed70..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gentoo.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gnu-linux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gnu-linux.png deleted file mode 100644 index db2fcfd..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gnu-linux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/haiku.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/haiku.png deleted file mode 100644 index ce7f818..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/haiku.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/help.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/help.png deleted file mode 100644 index d8b5a17..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/help.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kali.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kali.png deleted file mode 100644 index 900dc82..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kali.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kaos.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kaos.png deleted file mode 100644 index 9fd4e89..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kaos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kbd.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kbd.png deleted file mode 100644 index 6ace3ac..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kbd.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/korora.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/korora.png deleted file mode 100644 index 456e876..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/korora.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kubuntu.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kubuntu.png deleted file mode 100644 index 7a79ff3..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lang.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lang.png deleted file mode 100644 index 3c9c1d7..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lang.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lfs.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lfs.png deleted file mode 100644 index 2c54036..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lfs.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linux.png deleted file mode 100644 index 348ebdd..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linuxmint.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linuxmint.png deleted file mode 100644 index 7d9da81..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linuxmint.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lubuntu.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lubuntu.png deleted file mode 100644 index 057c8e2..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/macosx.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/macosx.png deleted file mode 100644 index ea03e77..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/macosx.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mageia.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mageia.png deleted file mode 100644 index 79afa76..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mageia.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/manjaro.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/manjaro.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/manjaro.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mate.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mate.png deleted file mode 100644 index b2fc22a..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mate.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/memtest.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/memtest.png deleted file mode 100644 index 1621ee7..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/memtest.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mx-linux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mx-linux.png deleted file mode 100644 index 49f1133..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mx-linux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/neon.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/neon.png deleted file mode 100644 index e41906e..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/neon.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/opensuse.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/opensuse.png deleted file mode 100644 index d844fd5..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/opensuse.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/parrot.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/parrot.png deleted file mode 100644 index 3333de9..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/parrot.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop-os.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop-os.png deleted file mode 100644 index 014d9f3..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop-os.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop.png deleted file mode 100644 index 014d9f3..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/recovery.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/recovery.png deleted file mode 100644 index 7b69b14..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/recovery.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/regolith.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/regolith.png deleted file mode 100644 index 5ece07b..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/regolith.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/restart.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/restart.png deleted file mode 100644 index 9715302..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/restart.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/rocky.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/rocky.png deleted file mode 100644 index be144f6..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/rocky.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/shutdown.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/shutdown.png deleted file mode 100644 index fc9cf16..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/shutdown.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/siduction.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/siduction.png deleted file mode 100644 index d16549b..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/siduction.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/slackware.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/slackware.png deleted file mode 100644 index 4c31a3f..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/slackware.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/solus.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/solus.png deleted file mode 100644 index 338718b..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/solus.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/steamos.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/steamos.png deleted file mode 100644 index df28bcc..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/steamos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/type.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/type.png deleted file mode 100644 index 5c48476..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/type.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/tz.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/tz.png deleted file mode 100644 index 220b29b..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/tz.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ubuntu.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ubuntu.png deleted file mode 100644 index 352fbe0..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unknown.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unknown.png deleted file mode 100644 index 4733dc8..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unknown.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unset.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unset.png deleted file mode 100644 index 15e3d3c..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unset.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ventoy.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ventoy.png deleted file mode 100644 index 7abdc6c..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ventoy.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/void.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/void.png deleted file mode 100644 index 01cc2f3..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/void.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows.png deleted file mode 100644 index d5c7cc3..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows11.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows11.png deleted file mode 100644 index fe97d9f..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows11.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xero.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xero.png deleted file mode 100644 index 2221c73..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xero.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xerolinux.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xerolinux.png deleted file mode 100644 index 2221c73..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xerolinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xubuntu.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xubuntu.png deleted file mode 100644 index f43abc7..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/zorin.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/zorin.png deleted file mode 100644 index c1506c4..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/zorin.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_c.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_c.png deleted file mode 100644 index b1f8d58..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_c.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_e.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_e.png deleted file mode 100644 index 9332368..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_e.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_w.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_w.png deleted file mode 100644 index 28f6424..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_w.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_c.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_c.png deleted file mode 100644 index d0dd52a..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_c.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_e.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_e.png deleted file mode 100644 index 394cbe4..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_e.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_n.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_n.png deleted file mode 100644 index 476f8bc..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_n.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_ne.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_ne.png deleted file mode 100644 index 9e26959..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_ne.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_nw.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_nw.png deleted file mode 100644 index 5c3cba8..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_nw.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_s.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_s.png deleted file mode 100644 index 85a8901..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_s.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_se.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_se.png deleted file mode 100644 index d8627ee..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_se.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_sw.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_sw.png deleted file mode 100644 index 67c600c..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_sw.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_w.png b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_w.png deleted file mode 100644 index d066e2d..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_w.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-12.pf2 b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-12.pf2 deleted file mode 100644 index 6092035..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-12.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-14.pf2 b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-14.pf2 deleted file mode 100644 index 8ab8bd1..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-14.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-16.pf2 b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-16.pf2 deleted file mode 100644 index 6e6b25d..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-16.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-18.pf2 b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-18.pf2 deleted file mode 100644 index 129cef1..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-18.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/theme.txt b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/theme.txt deleted file mode 100644 index c666b67..0000000 --- a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/theme.txt +++ /dev/null @@ -1,42 +0,0 @@ -# Main options -title-text: "" -desktop-image: "background.png" -desktop-color: "#000000" -terminal-font: "Terminus Regular 14" -terminal-box: "terminal_box_*.png" -terminal-left: "0" -terminal-top: "0" -terminal-width: "100%" -terminal-height: "100%" -terminal-border: "0" - -# Boot menu -+ boot_menu { - left = 15% - top = 40% - width = 85% - height = 65% - item_font = "Ubuntu Regular 20" - item_color = "#cccccc" - selected_item_color = "#ffffff" - icon_width = 36 - icon_height = 36 - item_icon_space = 20 - item_height = 40 - item_padding = 2 - item_spacing = 10 - selected_item_pixmap_style = "select_*.png" -} - - -# Countdown label -# You can change the name of default starting OS here -+ label { - left = 15% - top = 31% - align = "center" - id = "__timeout__" - text = "Peppermint will start in %d seconds" - color = "#cccccc" - font = "Ubuntu Regular 17" -} diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_17.pf2 b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_17.pf2 deleted file mode 100644 index 9405954..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_17.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_20.pf2 b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_20.pf2 deleted file mode 100644 index 3d903ba..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_20.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/splash.png b/PepDeb64/fusato/config/includes.binary/boot/grub/splash.png deleted file mode 100644 index bf8fd87..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/boot/grub/splash.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/addrk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/addrk.cfg deleted file mode 100644 index e9074de..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/addrk.cfg +++ /dev/null @@ -1,9 +0,0 @@ -label expertdark - menu label E^xpert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/initrd.gz theme=dark --- -include rqdrk.cfg -label autodark - menu label ^Automated install - kernel /install/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/initrd.gz theme=dark --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/addrkgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/addrkgtk.cfg deleted file mode 100644 index 83db79e..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/addrkgtk.cfg +++ /dev/null @@ -1,12 +0,0 @@ -menu hshift 9 -menu width 58 - -label expertdarkgui - menu label Graphical expert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/gtk/initrd.gz theme=dark --- -include rqdrkgtk.cfg -label autodarkgui - menu label Graphical automated install - kernel /install/gtk/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/gtk/initrd.gz theme=dark --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/adgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/adgtk.cfg deleted file mode 100644 index 524951e..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/adgtk.cfg +++ /dev/null @@ -1,12 +0,0 @@ -menu hshift 9 -menu width 58 - -label expertgui - menu label Graphical expert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/gtk/initrd.gz --- -include rqgtk.cfg -label autogui - menu label Graphical automated install - kernel /install/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/gtk/initrd.gz --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/adspkgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/adspkgtk.cfg deleted file mode 100644 index e6d9d33..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/adspkgtk.cfg +++ /dev/null @@ -1,19 +0,0 @@ -menu hshift 9 -menu width 58 - -menu begin adspk - menu label ^Speech-enabled advanced options - menu title Speech-enabled advanced options - label advancedmenu - menu label ^Back.. - menu exit - label expertspk - menu label E^xpert speech install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/gtk/initrd.gz speakup.synth=soft --- - include rqspkgtk.cfg - label autospk - menu label ^Automated speech install - kernel /install/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/gtk/initrd.gz speakup.synth=soft --- quiet -menu end diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/adtxt.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/adtxt.cfg deleted file mode 100644 index acb1e3c..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/adtxt.cfg +++ /dev/null @@ -1,9 +0,0 @@ -label expert - menu label E^xpert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/initrd.gz --- -include rqtxt.cfg -label auto - menu label ^Automated install - kernel /install/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/initrd.gz --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/boot.cat b/PepDeb64/fusato/config/includes.binary/isolinux/boot.cat deleted file mode 100644 index a52d039..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/boot.cat and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/drk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/drk.cfg deleted file mode 100644 index 25acc00..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/drk.cfg +++ /dev/null @@ -1,6 +0,0 @@ -label installdark -default installdark - menu label ^Install - menu default - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz theme=dark --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/drkgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/drkgtk.cfg deleted file mode 100644 index 7e460c6..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/drkgtk.cfg +++ /dev/null @@ -1,6 +0,0 @@ -label installdarkgui -default installdarkgui - menu label ^Graphical install - menu default - kernel /install/vmlinuz - append vga=788 initrd=/install/gtk/initrd.gz theme=dark --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/drkmenu.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/drkmenu.cfg deleted file mode 100644 index 753528a..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/drkmenu.cfg +++ /dev/null @@ -1,21 +0,0 @@ -menu background #00000000 -menu color title * #FFFFFFFF * -menu color border * #00000000 #00000000 none -menu color unsel * #ffffffff #ff000000 * -menu color hotkey * #ffdddd00 #ff000000 * -menu color sel * #ffffffff #ff808080 * -menu color hotsel * #ffdddd00 #ff808080 * -menu color tabmsg * #ffffffff #00000000 * -menu color help 37;40 #ffdddd00 #00000000 none -# XXX When adjusting vshift, take care that rows is set to a small -# enough value so any possible menu will fit on the screen, -# rather than falling off the bottom. -menu vshift 8 -menu rows 12 -# The help line must be at least one line from the bottom. -menu helpmsgrow 14 -# The command line must be at least one line from the help line. -menu cmdlinerow 16 -menu timeoutrow 16 -menu tabmsgrow 18 -menu tabmsg Press ENTER to boot or TAB to edit a menu entry diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/exithelp.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/exithelp.cfg deleted file mode 100644 index 3119e65..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/exithelp.cfg +++ /dev/null @@ -1,3 +0,0 @@ -label menu - kernel vesamenu.c32 - config isolinux.cfg diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f1.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f1.txt deleted file mode 100644 index 5451a9b..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f1.txt +++ /dev/null @@ -1,25 +0,0 @@ - 0fWelcome to Debian GNU/Linux!07 09F107 - -This is a PeppermintOS installation CD-ROM. -It was built 20230311-21:01; d-i 20230311-00:01:40. - -0fHELP INDEX07 - -0fKEY TOPIC07 - -<09F107> This page, the help index. -<09F207> Prerequisites for installing Debian. -<09F307> Boot methods for special ways of using this CD-ROM -<09F407> Additional boot methods; rescue mode. -<09F507> Special boot parameters, overview. -<09F607> Special boot parameters for special machines. -<09F707> Special boot parameters for selected disk controllers. -<09F807> Special boot parameters for the install system. -<09F907> How to get help. -<09F1007> Copyrights and warranties. - -For F1-F9 type control and F then the digit 1-9 -For F10 type control and F then the digit 0 - - -Press F2 through F10 for details, or ENTER to diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f10.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f10.txt deleted file mode 100644 index 09dfa12..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f10.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fCOPYRIGHTS AND WARRANTIES07 09F1007 - -PeppermintOS is Copyright (C) 2010-2023 Software in the Public Interest, -and others. - -The PepperminOS system is freely redistributable. After installation, -the exact distribution terms for each package are described in the -corresponding file /usr/share/doc/0bpackagename07/copyright. - -PeppermintOS comes with 0fABSOLUTELY NO WARRANTY07, to the extent -permitted by applicable law. - - - - - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f2.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f2.txt deleted file mode 100644 index dc8b754..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f2.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fPREREQUISITES FOR INSTALLING PEPPERMINT07 09F207 - -You must have at least 285 megabytes of RAM to use this Debian installer. - -You should have space on your hard disk to create a new disk partition -of at least 1160 megabytes to install the base system. You'll need more -disk space to install additional packages, depending on what you wish -to do with your new Debian system. - -See the Installation Guide or the FAQ for more information; both -documents are available at the Debian web site, 0fhttps://peppermintos.com/07 - -Thank you for choosing PeppermintOS! - - - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f3.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f3.txt deleted file mode 100644 index 144d25d..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f3.txt +++ /dev/null @@ -1,25 +0,0 @@ - 0fBOOT METHODS07 09F307 - -0fAvailable boot methods:07 - -0finstallgui07 - Start the installation using the graphical installer -- this is the - default CD-ROM install -0finstall07 - Start the installation using the text mode installer -0fexpertgui07 - Start the installation in expert mode, for maximum control, using - the graphical installer -0fexpert07 - Start the installation in expert mode using the text mode installer - -To use one of these boot methods, type it at the prompt, optionally -followed by any boot parameters. For example: - boot: install acpi=off - -If unsure, you should use the default boot method, with no special -parameters, by simply pressing enter at the boot prompt. - -Except in expert mode, non-critical kernel boot messages are suppressed. - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f4.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f4.txt deleted file mode 100644 index 74de4bf..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f4.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fRESCUE MODE07 09F407 - -0fUse one of these boot methods to rescue an existing install:07 - -0frescuegui07 - Boot into rescue mode using the graphical installer. -0frescue07 - Boot into rescue mode. - - - - - -To use one of these boot methods, type it at the prompt, optionally -followed by any boot parameters. For example: - boot: rescue acpi=off - - - - - - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f5.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f5.txt deleted file mode 100644 index 6e73913..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f5.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - OVERVIEW07 09F507 - -On a few systems, you may need to specify a parameter at the 0fboot:07 -prompt in order to boot the system. For example, Linux may not be able -to autodetect your hardware, and you may need to explicitly specify -its location or type for it to be recognized. - -For more information about what boot parameters you can use, press: - - <09F607> -- boot parameters for special machines - <09F707> -- boot parameters for various disk controllers - <09F807> -- boot parameters understood by the install system - -Note that to specify a parameter for a particular kernel module, use the form -module.param=value, for example: libata.atapi_enabled=1 - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f6.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f6.txt deleted file mode 100644 index ad8220f..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f6.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - VARIOUS HARDWARE07 09F607 - -You can use the following boot parameters at the 0fboot:07 prompt, -in combination with the boot method (see <09F307>). -If you use hex numbers you have to use the 0x prefix (e.g., 0x300). -0f -HARDWARE PARAMETER TO SPECIFY07 -IBM PS/1 or ValuePoint (IDE disk) 0fhd=0bcylinders0f,0bheads0f,0bsectors07 -Some IBM ThinkPads 0ffloppy.floppy=thinkpad07 -Protect I/O port regions 0freserve=0biobase0f,0bextent07[0f,0b...07] -Laptops with screen display problems 0fvga=77107 -Use first serial port at 9600 baud 0fconsole=ttyS0,9600n807 -Force use of generic IDE driver 0fall_generic_ide=107 -Possible (temporary) workarounds for lockups or other hardware failures: -disable buggy APIC interrupt routing 0fnoapic nolapic07 -(partly) disable ACPI 0facpi=noirq07 or 0facpi=off07 -disable USB 0fnousb07 -poll for interrupts 0firqpoll07 - -For example: - boot: install vga=771 noapic nolapic - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f7.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f7.txt deleted file mode 100644 index bfd39fc..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f7.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - VARIOUS DISK DRIVES07 09F707 - -You can use the following boot parameters at the 0fboot:07 prompt, -in combination with the boot method (see <09F307>). -0f -HARDWARE PARAMETER TO SPECIFY07 -Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]] -Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]] -Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (enabled if non-zero) -BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07 -Certain DELL machines 0faic7xxx.aic7xxx=no_probe07 - -This list is incomplete, see the kernel's kernel-parameters.txt file -for more. - - - - - -For example: - boot: install aic7xxx.aic7xxx=no_probe - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f8.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f8.txt deleted file mode 100644 index 936e212..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f8.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - INSTALLATION SYSTEM07 09F807 - -You can use the following boot parameters at the 0fboot:07 prompt, -in combination with the boot method (see <09F307>). These parameters -control how the installer works. -0f -RESULT PARAMETER07 -Disable framebuffer 0fvga=normal fb=false07 -Don't start PCMCIA 0fhw-detect/start_pcmcia=false07 -Force static network config 0fnetcfg/disable_dhcp=true07 -Set keyboard map 0fbootkbd=es07 -Select the desktop 0fdesktop=kde07 - -Accessibility options (last 2 options not available for all images): - Use dark contrast theme 0ftheme=dark07 - Use Braille tty 0fbrltty=driver,device,texttable07 - Use Speakup 0fspeakup.synth=driver07 - - -For example: - boot: install vga=normal fb=false - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/f9.txt b/PepDeb64/fusato/config/includes.binary/isolinux/f9.txt deleted file mode 100644 index b6bdb3e..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/f9.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fGETTING HELP07 09F907 - -If you can't install Debian, don't despair! The PepperminOS team is ready to -help you! We are especially interested in hearing about installation -problems, because in general they don't happen to only 0fone07 person. -We've either already heard about your particular problem and can dispense a -quick fix, or we would like to hear about it and work through it with you, -and the next user who comes up with the same problem will profit from your -experience! - -See the Installation Guide or the FAQ for more information; both -documents are available at the Debian web site, 0fhttps://peppermintos.com/07 - - - - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr b/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr deleted file mode 100644 index f5da412..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr.mbr b/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr.mbr deleted file mode 100644 index 2cdd88a..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr.mbr and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/gtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/gtk.cfg deleted file mode 100644 index 14003e8..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/gtk.cfg +++ /dev/null @@ -1,6 +0,0 @@ -default installgui -label installgui - menu label ^Graphical install - menu default - kernel /install/vmlinuz - append vga=788 initrd=/install/gtk/initrd.gz --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.bin b/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.bin deleted file mode 100644 index 95329f8..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.bin and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.cfg deleted file mode 100644 index 312653c..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# D-I config version 2.0 -# search path for the c32 support libraries (libcom32, libutil etc.) -path -prompt 0 -timeout 0 -include menu.cfg -default vesamenu.c32 diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/ldlinux.c32 b/PepDeb64/fusato/config/includes.binary/isolinux/ldlinux.c32 deleted file mode 100644 index e94389b..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/ldlinux.c32 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/libcom32.c32 b/PepDeb64/fusato/config/includes.binary/isolinux/libcom32.c32 deleted file mode 100644 index c4265b9..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/libcom32.c32 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/libutil.c32 b/PepDeb64/fusato/config/includes.binary/isolinux/libutil.c32 deleted file mode 100644 index 6fc1da7..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/libutil.c32 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/menu.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/menu.cfg deleted file mode 100644 index cf652c3..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/menu.cfg +++ /dev/null @@ -1,55 +0,0 @@ -menu hshift 4 -menu width 70 - -menu title PeppermintOS net installer menu (BIOS mode) -include stdmenu.cfg -include gtk.cfg -include txt.cfg -menu begin advanced - menu label ^Advanced options - menu title Advanced options - include stdmenu.cfg - label mainmenu - menu label ^Back.. - menu exit - include adgtk.cfg - include adtxt.cfg - include adspkgtk.cfg - include adspk.cfg -menu end -menu begin dark - menu label Accessible ^dark contrast installer menu - menu title Accessible dark contrast option - include drkmenu.cfg - label mainmenu - menu label ^Back.. - menu exit - include drkgtk.cfg - include drk.cfg - menu begin advanced - menu label ^Advanced options - menu title Advanced options - include drkmenu.cfg - label mainmenu - menu label ^Back.. - menu exit - include addrkgtk.cfg - include addrk.cfg - menu end - include x86drkme.cfg - label help - menu label ^Help - text help - Display help screens; type 'menu' at boot prompt to return to this menu - endtext - config prompt.cfg -menu end -include x86menu.cfg -label help - menu label ^Help - text help - Display help screens; type 'menu' at boot prompt to return to this menu - endtext - config prompt.cfg -include spkgtk.cfg -include spk.cfg diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/prompt.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/prompt.cfg deleted file mode 100644 index 3076499..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/prompt.cfg +++ /dev/null @@ -1,16 +0,0 @@ -prompt 1 -display f1.txt -timeout 0 -include menu.cfg -include exithelp.cfg - -f1 f1.txt -f2 f2.txt -f3 f3.txt -f4 f4.txt -f5 f5.txt -f6 f6.txt -f7 f7.txt -f8 f8.txt -f9 f9.txt -f10 f10.txt diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/rqdrk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/rqdrk.cfg deleted file mode 100644 index c30ed87..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/rqdrk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuedark - menu label ^Rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz rescue/enable=true theme=dark --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/rqdrkgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/rqdrkgtk.cfg deleted file mode 100644 index 317e749..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/rqdrkgtk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuedarkgui - menu label Graphical rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/gtk/initrd.gz rescue/enable=true theme=dark --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/rqgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/rqgtk.cfg deleted file mode 100644 index 10680cc..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/rqgtk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuegui - menu label Graphical rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/gtk/initrd.gz rescue/enable=true --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/rqspkgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/rqspkgtk.cfg deleted file mode 100644 index 6117159..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/rqspkgtk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuespk - menu label ^Rescue speech mode - kernel /install/vmlinuz - append vga=788 initrd=/install/gtk/initrd.gz rescue/enable=true speakup.synth=soft --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/rqtxt.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/rqtxt.cfg deleted file mode 100644 index fdb931c..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/rqtxt.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescue - menu label ^Rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz rescue/enable=true --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/setup.exe b/PepDeb64/fusato/config/includes.binary/isolinux/setup.exe deleted file mode 100644 index 8f62e8f..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/setup.exe and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/spkgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/spkgtk.cfg deleted file mode 100644 index 7047551..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/spkgtk.cfg +++ /dev/null @@ -1,8 +0,0 @@ -label installspk - menu label Install with ^speech synthesis - kernel /install/vmlinuz - append vga=788 initrd=/install/gtk/initrd.gz speakup.synth=soft --- quiet -# timeout to speech-enabled install -timeout 300 -ontimeout /install/vmlinuz vga=788 initrd=/install/gtk/initrd.gz speakup.synth=soft --- quiet -menu autoboot Press a key, otherwise speech synthesis will be started in # second{,s}... diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/splash.png b/PepDeb64/fusato/config/includes.binary/isolinux/splash.png deleted file mode 100644 index bf8fd87..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/splash.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/stdmenu.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/stdmenu.cfg deleted file mode 100644 index f5ff63f..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/stdmenu.cfg +++ /dev/null @@ -1,19 +0,0 @@ -menu background splash.png -menu color title * #FFFFFFFF * -menu color border * #00000000 #00000000 none -menu color sel * #ffffffff #76a1d0ff * -menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * -menu color tabmsg * #ffffffff #00000000 * -menu color help 37;40 #ffdddd00 #00000000 none -# XXX When adjusting vshift, take care that rows is set to a small -# enough value so any possible menu will fit on the screen, -# rather than falling off the bottom. -menu vshift 8 -menu rows 12 -# The help line must be at least one line from the bottom. -menu helpmsgrow 14 -# The command line must be at least one line from the help line. -menu cmdlinerow 16 -menu timeoutrow 16 -menu tabmsgrow 18 -menu tabmsg Press ENTER to boot or TAB to edit a menu entry diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/txt.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/txt.cfg deleted file mode 100644 index 1f0dbc0..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/txt.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label install - menu label ^Install - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz --- quiet diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/vesamenu.c32 b/PepDeb64/fusato/config/includes.binary/isolinux/vesamenu.c32 deleted file mode 100644 index bbb65e0..0000000 Binary files a/PepDeb64/fusato/config/includes.binary/isolinux/vesamenu.c32 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/win32-loader.ini b/PepDeb64/fusato/config/includes.binary/isolinux/win32-loader.ini deleted file mode 100644 index c635fe7..0000000 --- a/PepDeb64/fusato/config/includes.binary/isolinux/win32-loader.ini +++ /dev/null @@ -1,11 +0,0 @@ -[installer] -kernel=linux -arch=amd64 -amd64/linux=install/vmlinuz -amd64/initrd=install/initrd.gz -amd64/gtk/linux=install/vmlinuz -amd64/gtk/initrd=install/gtk/initrd.gz - -[grub] -g2ldr=g2ldr -g2ldr.mbr=g2ldr.mbr diff --git a/PepDeb64/fusato/config/includes.installer/preseed.cfg b/PepDeb64/fusato/config/includes.installer/preseed.cfg deleted file mode 100644 index b0f76f8..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed.cfg +++ /dev/null @@ -1,29 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-or-later -# -# 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. - -# Add your custom repositories -d-i apt-setup/local0/repository string \ - http://repo.peppermintos.com/packages bookworm main contrib non-free non-free-firmware -d-i apt-setup/local0/comment string PeppermintOS repository -d-i apt-setup/local0/source boolean true - -# URL to the public key of the local repository -d-i apt-setup/local0/key string http://repo.peppermintos.com/packages/conf/peppermint-keyring.gpg - -# You can choose to install non-free and contrib software. -d-i apt-setup/non-free 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. -# Values shown below are the normal defaults. -d-i apt-setup/services-select multiselect security, updates -d-i apt-setup/security_host string security.debian.org - -# Remove popularity-contest -popularity-contest popularity-contest/participate boolean false - - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/apps/Pephub.desktop b/PepDeb64/fusato/config/includes.installer/preseed/apps/Pephub.desktop deleted file mode 100755 index 55a4e0b..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/apps/Pephub.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Peppermint Hub -Exec=hub -Icon=/usr/share/pixmaps/peppermint-hub.png -Terminal=false -Categories=Settings -StartupNotify=True -Comment=Use the Hub to configure your system - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/apps/Welcome.desktop b/PepDeb64/fusato/config/includes.installer/preseed/apps/Welcome.desktop deleted file mode 100755 index a669bc5..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/apps/Welcome.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Welcome to Peppermint -Exec=welcome -Icon=/usr/share/pixmaps/peppermint.png -Terminal=false -Categories=Settings -StartupNotify=True -Name[en_US]=Welcome to Peppermint - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/apps/gdebi.desktop b/PepDeb64/fusato/config/includes.installer/preseed/apps/gdebi.desktop deleted file mode 100755 index 9bc2eba..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/apps/gdebi.desktop +++ /dev/null @@ -1,164 +0,0 @@ -[Desktop Entry] -Name=GDebi Package Installer -Name[ar]=مثبت الحزم GDebi -Name[ast]=Instalador de Paquetes GDebi -Name[bg]=Инсталатор на пакет -Name[bn]=প্যাকেজ ইনস্টলার -Name[bs]=GDebi Paketni Instaler -Name[ca]=Instal·lador de paquets GDebi -Name[ca@valencia]=Instal·lador de paquets GDebi -Name[cs]=Instalátor balíků GDebi -Name[da]=GDebi pakkeinstalleringsprogram -Name[de]=GDebi-Paket-Installationsprogramm -Name[el]=Εγκατάσταση πακέτων GDebi -Name[en_AU]=GDebi Package Installer -Name[en_CA]=GDebi Package Installer -Name[en_GB]=GDebi Package Installer -Name[eo]=Instalilo de GDebi-pakaĵoj -Name[es]=Instalador de paquetes GDebi -Name[et]=GDebi Paketipaigaldus -Name[eu]=GDebi pakete-instalatzailea -Name[fi]=GDebi-paketinasentaja -Name[fo]=GDebi Pakka innleggjari -Name[fr]=Installateur de paquets GDebi -Name[gl]=Instalador de paquetes GDebi -Name[he]=מתקין החבילות GDebi -Name[hu]=GDebi csomagtelepítő -Name[id]=Pemasang Paket GDebi -Name[it]=Installatore pacchetto GDebi -Name[ja]=GDebi パッケージインストーラー -Name[ko]=GDebi 패키지 설치 프로그램 -Name[lt]=„GDebi“ paketų diegyklė -Name[ms]=Pemasang Pakej GDebi -Name[nb]=GDebi pakkeinstallerer -Name[nl]=GDebi pakketinstalleerder -Name[oc]=Installador de paquets GDebi -Name[pl]=Instalator pakietów GDebi -Name[pt]=Instalador de Pacotes -Name[pt_BR]=Instalador de pacotes GDebi -Name[ro]=GDebi instalator de pachete -Name[ru]=Программа установки пакетов GDebi -Name[sk]=Inštalátor balíkov GDebi -Name[sl]=Namestilnik paketov GDebi -Name[sr]=ГДеби — Инсталер пакета -Name[sv]=Paketinstalleraren GDebi -Name[te]=GDebi ప్యాకేజీ స్థాపకం -Name[tr]=GDebi Paket Kurucu -Name[uk]=Встановлювач пакунків GDebi -Name[ur]=جی ڈیبی پیکج انسٹالر -Name[zh_CN]=GDebi 软件包安装程序 -Name[zh_HK]=GDebi 套件安裝程式 -Name[zh_TW]=GDebi 套件安裝程式 -GenericName=Package Installer -GenericName[ar]=مثبت الحزم -GenericName[ast]=Instalador de paquetes -GenericName[bg]=Инсталатор на пакети -GenericName[bn]=প্যাকেজ ইনস্টলার -GenericName[bs]=Paketni instaler -GenericName[ca]=Instal·lador de paquets -GenericName[ca@valencia]=Instal·lador de paquets -GenericName[cs]=Instalátor balíků -GenericName[da]=Pakkeinstalleringsprogram -GenericName[de]=Paket-Installationsprogramm -GenericName[el]=Εγκατάσταση πακέτων -GenericName[en_AU]=Package Installer -GenericName[en_CA]=Package Installer -GenericName[en_GB]=Package Installer -GenericName[eo]=Instalilo de pakaĵoj -GenericName[es]=Instalador de paquetes -GenericName[et]=Paketti paigaldus -GenericName[eu]=Pakete-instalatzailea -GenericName[fi]=Paketinasentaja -GenericName[fo]=Pakkainnleggjari -GenericName[fr]=Installateur de paquets -GenericName[gl]=Instalador de paquetes -GenericName[he]=מתקין החבילות -GenericName[hr]=Paketni instaler -GenericName[hu]=Csomagtelepítő -GenericName[id]=Pemasang Paket -GenericName[it]=Installatore pacchetto -GenericName[ja]=パッケージインストーラー -GenericName[ko]=패키지 설치 프로그램 -GenericName[ku]=Sazgera Paketan -GenericName[lt]=Paketų diegyklė -GenericName[ms]=Pemasang Pakej -GenericName[nb]=Pakkeinstallerer -GenericName[nl]=Pakketinstalleerder -GenericName[oc]=Installador de paquets -GenericName[pl]=Instalator pakietów -GenericName[pt]=Instalador de Pacotes -GenericName[pt_BR]=Instalador de Pacotes -GenericName[ro]=Instalator pachete -GenericName[ru]=Программа установки пакетов -GenericName[sk]=Inštalátor balíkov -GenericName[sl]=Namestilnik paketov -GenericName[sr]=Инсталер пакета -GenericName[sv]=Paketinstallerare -GenericName[te]=ప్యాకేజీ స్థాపకం -GenericName[tr]=Paket Kurucu -GenericName[uk]=Встановлювач пакунків -GenericName[ur]=پیکج تنصیب کار -GenericName[zh_CN]=软件包安装程序 -GenericName[zh_HK]=套件安裝程式 -GenericName[zh_TW]=套件安裝程式 -Comment=Install and view software packages -Comment[ar]=تثبيت و عرض حزم البرامج -Comment[ast]=Instalar y ver paquetes de software -Comment[bg]=Инсталиране и преглед на пакети -Comment[bn]=সফটওয়্যার প্যাকেজ ইনস্টল করুন এবং দেখুন -Comment[bs]=Instaliraj i vidi softverski paket -Comment[ca]=Instal·la i visualitza paquets de programari -Comment[ca@valencia]=Instal·la i visualitza paquets de programari -Comment[cs]=Instalovat a prohlížet balíky -Comment[da]=Installer og vis softwarepakker -Comment[de]=Software-Pakete installieren und betrachten -Comment[el]=Εγκαταστήστε και εμφανίστε πακέτα λογισμικού -Comment[en_AU]=Install and view software packages -Comment[en_CA]=Install and view software packages -Comment[en_GB]=Install and view software packages -Comment[eo]=Instali kaj vidi pakaĵojn de programaroj -Comment[es]=Instala y muestra paquetes de software -Comment[eu]=Instalatu eta ikusi software paketeak -Comment[fi]=Asenna ja tarkastele ohjelmapaketteja -Comment[fo]=Legg inn og vís ritbúnaðarpakkar -Comment[fr]=Installer et lister les paquets logiciels -Comment[gl]=Instalar e ver paquetes de software -Comment[he]=התקנה וצפייה של חבילות תכנה -Comment[hr]=Instaliraj i pregledaj pakete -Comment[hu]=Szoftvercsomagok telepítése és megjelenítése -Comment[id]=Pasang dan tinjau paket-paket piranti lunak -Comment[it]=Installa e visualizza pacchetti software -Comment[ja]=ソフトウェアパッケージのインストールと表示を行います -Comment[ko]=소프트웨어 패키지를 설치하고 봅니다 -Comment[ku]=Paketên nivîsbariyê saz bike û lê binêre -Comment[lt]=Įdiegti ir peržiūrėti programinės įrangos paketus -Comment[ms]=Pasang dan papar pakej perisian -Comment[nb]=Installer og vis programvarepakker -Comment[nl]=Programmapakketten installeren en bekijken -Comment[oc]=Installar e far la lista dels paquets logicials -Comment[pl]=Instaluje i wyświetla informacje o pakietach oprogramowania -Comment[pt]=Instalar e ver pacotes de software -Comment[pt_BR]=Instalar e visualizar pacotes de programa -Comment[ro]=Instalare şi vizualizare pachete software -Comment[ru]=Программа установки и просмотра пакетов программ -Comment[sk]=Inštalácia a zobrazenie balíkov softvéru -Comment[sl]=Nameščanje in ogled paketov programske opreme -Comment[sr]=Инсталирајте и погледајте софтверске пакете -Comment[sv]=Installera och visa programpaket -Comment[te]=సాఫ్ట్‍వేర్ ప్యాకేజీలను స్థాపించు మరియు చూడు -Comment[tr]=Yazılım paketlerini kur ve izle -Comment[uk]=Встановити та оглянути програмні пакунки -Comment[ur]=اردو ترجمہ از محمد علی مکی -Comment[zh_CN]=安装和查看软件包 -Comment[zh_HK]=安裝和檢視軟件套件 -Comment[zh_TW]=安裝和檢視軟體套件 -Exec=sh -c "gdebi-gtk %f" -Icon=gnome-mime-application-x-deb -Terminal=false -Type=Application -Categories=System; -MimeType=application/vnd.debian.binary-package; -NotShowIn=KDE; -X-Ubuntu-Gettext-Domain=gdebi -StartupNotify=true -Keywords=package;apt;dpkg;install diff --git a/PepDeb64/fusato/config/includes.installer/preseed/apps/kumo.desktop b/PepDeb64/fusato/config/includes.installer/preseed/apps/kumo.desktop deleted file mode 100755 index ec67327..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/apps/kumo.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Kumo -GenericName=Kumo -Comment=Simple SSB Launcher -Categories=Network; -Type=Application -Exec=kumo -Icon=/usr/share/pixmaps/kumo.png -Terminal=false -NoDisplay=false diff --git a/PepDeb64/fusato/config/includes.installer/preseed/apps/plank.desktop b/PepDeb64/fusato/config/includes.installer/preseed/apps/plank.desktop deleted file mode 100755 index 2a34df4..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/apps/plank.desktop +++ /dev/null @@ -1,67 +0,0 @@ -[Desktop Entry] -Name=Plank -GenericName=Dock -Comment[am]=በጣም ቀላል -Comment[ar]=بسيط بغباء. -Comment[bg]=Пределно прост. -Comment[bs]=Glupavo jednostavan. -Comment[ca]=Estúpidament simple. -Comment[cs]=Stupidně jednoduchý. -Comment[da]=Super simpel. -Comment[de]=Lächerlich einfach. -Comment[el]=Βλακωδώς απλό. -Comment[en_AU]=Stupidly simple. -Comment[en_CA]=Stupidly simple. -Comment[en_GB]=Stupidly simple. -Comment[eo]=Stulte simple. -Comment[es]=Estúpidamente simple. -Comment[et]=Hämmastavalt lihtne. -Comment[eu]=Erraza baino errazagoa. -Comment[fi]=Todella yksinkertainen. -Comment[fr]=Stupidement simple. -Comment[ga]=Simplíocht shimplí. -Comment[gd]=Cho furasta 's a ghabhas. -Comment[gl]=Estupidamente simple. -Comment[he]=טפשי עד כמה שזה פשוט -Comment[hr]=Neviđeno jednostavan -Comment[hu]=Nagyszerűen egyszerű. -Comment[id]=Begitu sederhana. -Comment[it]=Stupidamente semplice. -Comment[ja]=超シンプル -Comment[ka]=ძალიან მარტივი აი ძალიან -Comment[ko]=어처구니없으리 만치 단순한. -Comment[lt]=Kvailai paprastas. -Comment[lv]=Muļķīgi vienkārši. -Comment[ml]=അനായാസം. -Comment[ms]=Ringkas la sangat. -Comment[nb]=Uforstandig enkelt. -Comment[ne]=एकदमै सरल -Comment[nl]=Belachelijk eenvoudig. -Comment[nn]=Idiotsikkert -Comment[pl]=Idiotycznie prosty. -Comment[pt]=Estupidamente simples. -Comment[pt_BR]=Estupidamente simples. -Comment[ro]=Stupid de simplu. -Comment[ru]=До безумного прост. -Comment[sk]=Primitívne jednoduchý. -Comment[sl]=Bedasto preprost. -Comment[sma]=dle dan aelhkies. -Comment[sr]=Шашаво једноставно. -Comment[sr@latin]=Glupavo jenostavan. -Comment[sv]=Galet enkelt. -Comment[ta]=மிகவும் எளிது -Comment[te]=చాలా సరళమైనది. -Comment[th]=ง่ายเหี้ยๆ -Comment[tr]=Son derece basit. -Comment[uk]=Просто легкий. -Comment[uz]=Ahmoqona darajada sodda. -Comment[vi]=Cực kì đơn giản. -Comment[zh_CN]=简单得无语。 -Comment[zh_TW]=極簡。 -Comment=Stupidly simple. -Categories=Utility; -Type=Application -Exec=plank -Icon=plank -Terminal=false -NoDisplay=false diff --git a/PepDeb64/fusato/config/includes.installer/preseed/autostart/Welcome_auto.desktop b/PepDeb64/fusato/config/includes.installer/preseed/autostart/Welcome_auto.desktop deleted file mode 100755 index e2bd6c2..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/autostart/Welcome_auto.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Welcome to Peppermint -Exec=welcome -Icon=/usr/share/pixmaps/peppermint.png -Terminal=false -StartupNotify=True -Name[en_US]=Welcome to Peppermint -Path= diff --git a/PepDeb64/fusato/config/includes.installer/preseed/conf/hostname b/PepDeb64/fusato/config/includes.installer/preseed/conf/hostname deleted file mode 100644 index ac3dd28..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/conf/hostname +++ /dev/null @@ -1 +0,0 @@ -PepOS-Live diff --git a/PepDeb64/fusato/config/includes.installer/preseed/conf/issue b/PepDeb64/fusato/config/includes.installer/preseed/conf/issue deleted file mode 100644 index 115706f..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/conf/issue +++ /dev/null @@ -1,2 +0,0 @@ -Peppermint OS GNU/Linux \n \l - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/conf/issue.net b/PepDeb64/fusato/config/includes.installer/preseed/conf/issue.net deleted file mode 100644 index c95a2cb..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/conf/issue.net +++ /dev/null @@ -1 +0,0 @@ -Peppermint OS diff --git a/PepDeb64/fusato/config/includes.installer/preseed/conf/os-release b/PepDeb64/fusato/config/includes.installer/preseed/conf/os-release deleted file mode 100644 index af53259..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/conf/os-release +++ /dev/null @@ -1,7 +0,0 @@ -PRETTY_NAME="PeppermintOS" -NAME="Peppermint" -ID=peppermint -VERSION_CODENAME="bookworm" -HOME_URL="https://peppermintos.com" -SUPPORT_URL="https://sourceforge.net/p/peppermintos/pepos/" -BUG_REPORT_URL="https://sourceforge.net/p/peppermintos/pepos/" \ No newline at end of file diff --git a/PepDeb64/fusato/config/includes.installer/preseed/conf/sources.list b/PepDeb64/fusato/config/includes.installer/preseed/conf/sources.list deleted file mode 100644 index 696c7b9..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/conf/sources.list +++ /dev/null @@ -1,24 +0,0 @@ -# This system was installed using PeppermintOS removable media -# (e.g. netinst, live or single CD). The matching "deb cdrom" -# entries were removed at the end of the installation process. -# For information about how to configure apt package sources, -# see the sources.list(5) manual. - -# Main Repo - main contrib non-free -deb http://deb.debian.org/debian/ bookworm main contrib non-free -deb-src http://deb.debian.org/debian/ bookworm main contrib non-free - -# Security Repo - main contrib non-free -#deb http://security.debian.org/ bookworm-security main contrib non-free -#deb-src http://security.debian.org/ bookworm-security main contrib non-free - -# Updates Repo - main contrib non-free -#deb http://deb.debian.org/debian bookworm-updates main contrib non-free -#deb-src http://deb.debian.org/debian bookworm-updates main -#deb http://deb.debian.org/debian/ bookworm-proposed-updates main contrib non-free -#deb-src http://deb.debian.org/debian/ bookworm-proposed-updates main contrib non-free - -# bookworm-backports, previously on backports.debian.org -#deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free -#deb-src http://deb.debian.org/debian/ bookworm-backports main contrib non-free - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/database/welval.db b/PepDeb64/fusato/config/includes.installer/preseed/database/welval.db deleted file mode 100644 index 743b999..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/database/welval.db and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/grub b/PepDeb64/fusato/config/includes.installer/preseed/grub/grub deleted file mode 100755 index 721039e..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/grub/grub +++ /dev/null @@ -1,39 +0,0 @@ -# If you change this file, run 'update-grub' afterwards to update -# /boot/grub/grub.cfg. -# For full documentation of the options in this file, see: -# info -f grub -n 'Simple configuration' - -GRUB_DEFAULT=0 -GRUB_TIMEOUT=5 -GRUB_DISTRIBUTOR="Peppermint" -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" -GRUB_CMDLINE_LINUX="" - -# Uncomment to enable BadRAM filtering, modify to suit your needs -# This works with Linux (no patch required) and with any kernel that obtains -# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) -#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" - -# Uncomment this to run os-prober so search for and add other OS -# installations to the grub boot menu -GRUB_DISABLE_OS_PROBER=false - -# Uncomment to disable graphical terminal (grub-pc only) -#GRUB_TERMINAL=console - -# The resolution used on graphical terminal -# note that you can use only modes which your graphic card supports via VBE -# you can see them in real GRUB with the command `vbeinfo' -GRUB_GFXMODE=1360x768 - -# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux -#GRUB_DISABLE_LINUX_UUID=true - -# Uncomment to disable generation of recovery mode menu entries -#GRUB_DISABLE_RECOVERY="true" - -# Uncomment to get a beep at grub start -#GRUB_INIT_TUNE="480 440 1" - -#Grub theme -GRUB_THEME="/boot/grub/themes/peppermint/theme.txt" diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/background.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/background.png deleted file mode 100644 index bf8fd87..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/background.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/4MLinux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/4MLinux.png deleted file mode 100644 index 1c6fe5e..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/4MLinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/AlpineLinux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/AlpineLinux.png deleted file mode 100644 index 6212a1f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/AlpineLinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.i686.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.i686.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.i686.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.x86_64.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.x86_64.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.x86_64.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/SystemRescueCD.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/SystemRescueCD.png deleted file mode 100644 index 7c41182..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/SystemRescueCD.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/android.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/android.png deleted file mode 100644 index dad066f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/android.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/anonymous.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/anonymous.png deleted file mode 100644 index 7d165b6..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/anonymous.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/antergos.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/antergos.png deleted file mode 100644 index 32e3a3a..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/antergos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arch.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arch.png deleted file mode 100644 index f6cd870..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arch.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/archlinux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/archlinux.png deleted file mode 100644 index f6cd870..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/archlinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arcolinux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arcolinux.png deleted file mode 100644 index c5e5e5e..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arcolinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/artix.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/artix.png deleted file mode 100644 index 0cbeb11..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/artix.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/bedrock.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/bedrock.png deleted file mode 100644 index 58ff48a..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/bedrock.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/cancel.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/cancel.png deleted file mode 100644 index fca2ac9..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/cancel.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/centos.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/centos.png deleted file mode 100644 index 23fe2fa..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/centos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/chakra.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/chakra.png deleted file mode 100644 index 6f63a95..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/chakra.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/debian.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/debian.png deleted file mode 100644 index 20bea8c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/debian.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/deepin.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/deepin.png deleted file mode 100644 index 61c92fb..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/deepin.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/devuan.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/devuan.png deleted file mode 100644 index ff65401..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/devuan.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/driver.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/driver.png deleted file mode 100644 index 1621ee7..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/driver.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/edit.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/edit.png deleted file mode 100644 index 6a43bd9..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/edit.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/efi.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/efi.png deleted file mode 100644 index 4ecf3b9..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/efi.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/elementary.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/elementary.png deleted file mode 100644 index 2840354..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/elementary.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/endeavouros.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/endeavouros.png deleted file mode 100644 index 6b1e530..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/endeavouros.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/fedora.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/fedora.png deleted file mode 100644 index 926b56d..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/fedora.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.efi.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.efi.png deleted file mode 100644 index 0e32321..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.efi.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.none.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.none.png deleted file mode 100644 index 87d4d0e..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.none.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/freebsd.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/freebsd.png deleted file mode 100644 index fb9408c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/freebsd.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/garuda.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/garuda.png deleted file mode 100644 index f699718..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/garuda.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gentoo.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gentoo.png deleted file mode 100644 index bc0ed70..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gentoo.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gnu-linux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gnu-linux.png deleted file mode 100644 index db2fcfd..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gnu-linux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/haiku.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/haiku.png deleted file mode 100644 index ce7f818..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/haiku.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/help.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/help.png deleted file mode 100644 index d8b5a17..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/help.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kali.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kali.png deleted file mode 100644 index 900dc82..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kali.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kaos.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kaos.png deleted file mode 100644 index 9fd4e89..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kaos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kbd.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kbd.png deleted file mode 100644 index 6ace3ac..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kbd.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/korora.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/korora.png deleted file mode 100644 index 456e876..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/korora.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kubuntu.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kubuntu.png deleted file mode 100644 index 7a79ff3..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lang.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lang.png deleted file mode 100644 index 3c9c1d7..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lang.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lfs.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lfs.png deleted file mode 100644 index 2c54036..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lfs.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linux.png deleted file mode 100644 index 348ebdd..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linuxmint.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linuxmint.png deleted file mode 100644 index 7d9da81..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linuxmint.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lubuntu.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lubuntu.png deleted file mode 100644 index 057c8e2..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/macosx.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/macosx.png deleted file mode 100644 index ea03e77..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/macosx.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mageia.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mageia.png deleted file mode 100644 index 79afa76..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mageia.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/manjaro.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/manjaro.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/manjaro.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mate.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mate.png deleted file mode 100644 index b2fc22a..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mate.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/memtest.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/memtest.png deleted file mode 100644 index 1621ee7..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/memtest.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mx-linux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mx-linux.png deleted file mode 100644 index 49f1133..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mx-linux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/neon.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/neon.png deleted file mode 100644 index e41906e..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/neon.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/opensuse.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/opensuse.png deleted file mode 100644 index d844fd5..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/opensuse.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/parrot.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/parrot.png deleted file mode 100644 index 3333de9..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/parrot.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop-os.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop-os.png deleted file mode 100644 index 014d9f3..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop-os.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop.png deleted file mode 100644 index 014d9f3..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/recovery.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/recovery.png deleted file mode 100644 index 7b69b14..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/recovery.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/regolith.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/regolith.png deleted file mode 100644 index 5ece07b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/regolith.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/restart.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/restart.png deleted file mode 100644 index 9715302..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/restart.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/rocky.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/rocky.png deleted file mode 100644 index be144f6..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/rocky.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/shutdown.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/shutdown.png deleted file mode 100644 index fc9cf16..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/shutdown.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/siduction.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/siduction.png deleted file mode 100644 index d16549b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/siduction.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/slackware.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/slackware.png deleted file mode 100644 index 4c31a3f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/slackware.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/solus.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/solus.png deleted file mode 100644 index 338718b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/solus.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/steamos.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/steamos.png deleted file mode 100644 index df28bcc..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/steamos.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/type.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/type.png deleted file mode 100644 index 5c48476..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/type.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/tz.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/tz.png deleted file mode 100644 index 220b29b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/tz.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ubuntu.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ubuntu.png deleted file mode 100644 index 352fbe0..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unknown.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unknown.png deleted file mode 100644 index 4733dc8..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unknown.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unset.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unset.png deleted file mode 100644 index 15e3d3c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unset.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ventoy.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ventoy.png deleted file mode 100644 index 7abdc6c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ventoy.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/void.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/void.png deleted file mode 100644 index 01cc2f3..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/void.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows.png deleted file mode 100644 index d5c7cc3..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows11.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows11.png deleted file mode 100644 index fe97d9f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows11.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xero.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xero.png deleted file mode 100644 index 2221c73..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xero.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xerolinux.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xerolinux.png deleted file mode 100644 index 2221c73..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xerolinux.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xubuntu.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xubuntu.png deleted file mode 100644 index f43abc7..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xubuntu.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/zorin.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/zorin.png deleted file mode 100644 index c1506c4..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/zorin.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_c.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_c.png deleted file mode 100644 index b1f8d58..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_c.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_e.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_e.png deleted file mode 100644 index 9332368..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_e.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_w.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_w.png deleted file mode 100644 index 28f6424..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_w.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_c.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_c.png deleted file mode 100644 index d0dd52a..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_c.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_e.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_e.png deleted file mode 100644 index 394cbe4..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_e.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_n.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_n.png deleted file mode 100644 index 476f8bc..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_n.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_ne.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_ne.png deleted file mode 100644 index 9e26959..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_ne.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_nw.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_nw.png deleted file mode 100644 index 5c3cba8..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_nw.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_s.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_s.png deleted file mode 100644 index 85a8901..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_s.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_se.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_se.png deleted file mode 100644 index d8627ee..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_se.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_sw.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_sw.png deleted file mode 100644 index 67c600c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_sw.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_w.png b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_w.png deleted file mode 100644 index d066e2d..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_w.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-12.pf2 b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-12.pf2 deleted file mode 100644 index 6092035..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-12.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-14.pf2 b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-14.pf2 deleted file mode 100644 index 8ab8bd1..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-14.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-16.pf2 b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-16.pf2 deleted file mode 100644 index 6e6b25d..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-16.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-18.pf2 b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-18.pf2 deleted file mode 100644 index 129cef1..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-18.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/theme.txt b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/theme.txt deleted file mode 100644 index c666b67..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/theme.txt +++ /dev/null @@ -1,42 +0,0 @@ -# Main options -title-text: "" -desktop-image: "background.png" -desktop-color: "#000000" -terminal-font: "Terminus Regular 14" -terminal-box: "terminal_box_*.png" -terminal-left: "0" -terminal-top: "0" -terminal-width: "100%" -terminal-height: "100%" -terminal-border: "0" - -# Boot menu -+ boot_menu { - left = 15% - top = 40% - width = 85% - height = 65% - item_font = "Ubuntu Regular 20" - item_color = "#cccccc" - selected_item_color = "#ffffff" - icon_width = 36 - icon_height = 36 - item_icon_space = 20 - item_height = 40 - item_padding = 2 - item_spacing = 10 - selected_item_pixmap_style = "select_*.png" -} - - -# Countdown label -# You can change the name of default starting OS here -+ label { - left = 15% - top = 31% - align = "center" - id = "__timeout__" - text = "Peppermint will start in %d seconds" - color = "#cccccc" - font = "Ubuntu Regular 17" -} diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_17.pf2 b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_17.pf2 deleted file mode 100644 index 9405954..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_17.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_20.pf2 b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_20.pf2 deleted file mode 100644 index 3d903ba..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_20.pf2 and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/keyrings/deb-multimedia-keyring.gpg b/PepDeb64/fusato/config/includes.installer/preseed/keyrings/deb-multimedia-keyring.gpg deleted file mode 100644 index a4f2b10..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/keyrings/deb-multimedia-keyring.gpg and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/keyrings/peppermint-keyring.gpg b/PepDeb64/fusato/config/includes.installer/preseed/keyrings/peppermint-keyring.gpg deleted file mode 100644 index 87f923f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/keyrings/peppermint-keyring.gpg and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm-gtk-greeter.conf b/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm-gtk-greeter.conf deleted file mode 100755 index 3a52105..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm-gtk-greeter.conf +++ /dev/null @@ -1,11 +0,0 @@ -[greeter] -background = /usr/share/backgrounds/pexels-sutee-vichaporn-8498924.jpg -theme-name = Marwaita Dark Peppermint -xft-antialias = true -xft-hintstyle = hintfull -xft-rgba = rgb -reader = orca -icon-theme-name = GNOME -font-name = Cantarell 11 -position = 16%,center 52%,center - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm.conf b/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm.conf deleted file mode 100644 index b893186..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm.conf +++ /dev/null @@ -1,170 +0,0 @@ -[Seat:*] -# -# General configuration -# -# start-default-seat = True to always start one seat if none are defined in the configuration -# greeter-user = User to run greeter as -# minimum-display-number = Minimum display number to use for X servers -# minimum-vt = First VT to run displays on -# lock-memory = True to prevent memory from being paged to disk -# user-authority-in-system-dir = True if session authority should be in the system location -# guest-account-script = Script to be run to setup guest account -# logind-check-graphical = True to on start seats that are marked as graphical by logind -# log-directory = Directory to log information to -# run-directory = Directory to put running state in -# cache-directory = Directory to cache to -# sessions-directory = Directory to find sessions -# remote-sessions-directory = Directory to find remote sessions -# greeters-directory = Directory to find greeters -# backup-logs = True to move add a .old suffix to old log files when opening new ones -# dbus-service = True if LightDM provides a D-Bus service to control it -# -[LightDM] -#start-default-seat=true -#greeter-user=lightdm -#minimum-display-number=0 -#minimum-vt=7 -#lock-memory=true -#user-authority-in-system-dir=false -#guest-account-script=guest-account -#logind-check-graphical=false -#log-directory=/var/log/lightdm -#run-directory=/var/run/lightdm -#cache-directory=/var/cache/lightdm -#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions -#remote-sessions-directory=/usr/share/lightdm/remote-sessions -#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters -#backup-logs=true -#dbus-service=true - -# -# Seat configuration -# -# Seat configuration is matched against the seat name glob in the section, for example: -# [Seat:*] matches all seats and is applied first. -# [Seat:seat0] matches the seat named "seat0". -# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client". -# -# type = Seat type (local, xremote, unity) -# pam-service = PAM service to use for login -# pam-autologin-service = PAM service to use for autologin -# pam-greeter-service = PAM service to use for greeters -# xserver-backend = X backend to use (mir) -# xserver-command = X server command to run (can also contain arguments e.g. X -special-option) -# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option) -# xserver-config = Config file to pass to X server -# xserver-layout = Layout to pass to X server -# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server -# xserver-share = True if the X server is shared for both greeter and session -# xserver-hostname = Hostname of X server (only for type=xremote) -# xserver-display-number = Display number of X server (only for type=xremote) -# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true) -# xdmcp-port = XDMCP UDP/IP port to communicate on -# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf) -# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option) -# unity-compositor-timeout = Number of seconds to wait for compositor to start -# greeter-session = Session to load for greeter -# greeter-hide-users = True to hide the user list -# greeter-allow-guest = True if the greeter should show a guest login option -# greeter-show-manual-login = True if the greeter should offer a manual login option -# greeter-show-remote-login = True if the greeter should offer a remote login option -# user-session = Session to load for users -# allow-user-switching = True if allowed to switch users -# allow-guest = True if guest login is allowed -# guest-session = Session to load for guests (overrides user-session) -# session-wrapper = Wrapper script to run session with -# greeter-wrapper = Wrapper script to run greeter with -# guest-wrapper = Wrapper script to run guest sessions with -# display-setup-script = Script to run when starting a greeter session (runs as root) -# display-stopped-script = Script to run after stopping the display server (runs as root) -# greeter-setup-script = Script to run when starting a greeter (runs as root) -# session-setup-script = Script to run when starting a user session (runs as root) -# session-cleanup-script = Script to run when quitting a user session (runs as root) -# autologin-guest = True to log in as guest by default -# autologin-user = User to log in with by default (overrides autologin-guest) -# autologin-user-timeout = Number of seconds to wait before loading default user -# autologin-session = Session to load for automatic login (overrides user-session) -# autologin-in-background = True if autologin session should not be immediately activated -# exit-on-failure = True if the daemon should exit if this seat fails -# -[Seat:*] -#type=local -#pam-service=lightdm -#pam-autologin-service=lightdm-autologin -#pam-greeter-service=lightdm-greeter -#xserver-backend= -#xserver-command=X -#xmir-command=Xmir -#xserver-config= -#xserver-layout= -#xserver-allow-tcp=false -#xserver-share=true -#xserver-hostname= -#xserver-display-number= -#xdmcp-manager= -#xdmcp-port=177 -#xdmcp-key= -#unity-compositor-command=unity-system-compositor -#unity-compositor-timeout=60 -greeter-session=lightdm-gtk-greeter -greeter-hide-users=false -#greeter-allow-guest=true -#greeter-show-manual-login=false -#greeter-show-remote-login=true -user-session=xfce -allow-user-switching=true -#allow-guest=true -#guest-session=xfce -#session-wrapper=lightdm-session -#greeter-wrapper= -#guest-wrapper= -#display-setup-script= -#display-stopped-script= -#greeter-setup-script= -#session-setup-script= -#session-cleanup-script= -#autologin-guest=false -#autologin-user= -#autologin-user-timeout=0 -#autologin-in-background=false -#autologin-session=xfce -#exit-on-failure=false - -# -# XDMCP Server configuration -# -# enabled = True if XDMCP connections should be allowed -# port = UDP/IP port to listen for connections on -# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present) -# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf) -# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset) -# -# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively -# it can be a word and the first 7 characters are used as the key. -# -[XDMCPServer] -#enabled=false -#port=177 -#listen-address= -#key= -#hostname= - -# -# VNC Server configuration -# -# enabled = True if VNC connections should be allowed -# command = Command to run Xvnc server with -# port = TCP/IP port to listen for connections on -# listen-address = Host/address to listen for VNC connections (use all addresses if not present) -# width = Width of display to use -# height = Height of display to use -# depth = Color depth of display to use -# -[VNCServer] -#enabled=false -#command=Xvnc -#port=5900 -#listen-address= -#width=1024 -#height=768 -#depth=8 diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ai.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ai.png deleted file mode 100644 index 55f99ee..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ai.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/applications-system.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/applications-system.png deleted file mode 100644 index 8268a5b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/applications-system.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/battery.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/battery.png deleted file mode 100644 index 5fb0fe0..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/battery.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ckm.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ckm.png deleted file mode 100644 index 0c8dbba..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ckm.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-default-applications.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-default-applications.png deleted file mode 100644 index c1729a7..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-default-applications.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-notifications.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-notifications.png deleted file mode 100644 index 2b47881..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-notifications.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/dconf-editor.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/dconf-editor.png deleted file mode 100644 index 9f4916f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/dconf-editor.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/drive-harddisk-system.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/drive-harddisk-system.png deleted file mode 100644 index e0bb52c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/drive-harddisk-system.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ff.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ff.png deleted file mode 100644 index 9b5be5d..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ff.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/flat.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/flat.png deleted file mode 100644 index fdb2c03..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/flat.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/glade.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/glade.png deleted file mode 100644 index 7f99d03..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/glade.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-dev-printer.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-dev-printer.png deleted file mode 100644 index 32970c4..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-dev-printer.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-session.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-session.png deleted file mode 100644 index 6ff8198..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-session.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-software.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-software.png deleted file mode 100644 index a46ba6c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-software.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblock.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblock.png deleted file mode 100644 index bbe750f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblock.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblockon.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblockon.png deleted file mode 100644 index 395bd12..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblockon.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/install-debian.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/install-debian.png deleted file mode 100644 index 6361d2d..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/install-debian.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/keyboard.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/keyboard.png deleted file mode 100644 index 9cb1cb5..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/keyboard.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/kumo.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/kumo.png deleted file mode 100644 index ae6c53b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/kumo.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/logo.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/logo.png deleted file mode 100644 index c5d5c79..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/logo.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/luakit.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/luakit.png deleted file mode 100644 index ae6c53b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/luakit.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/mouse.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/mouse.png deleted file mode 100644 index a0f50f7..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/mouse.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/network-wired.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/network-wired.png deleted file mode 100644 index e849106..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/network-wired.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/panel-applets.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/panel-applets.png deleted file mode 100644 index 973ed53..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/panel-applets.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-48.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-48.png deleted file mode 100644 index f576ab0..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-48.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-fm-20.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-fm-20.png deleted file mode 100644 index 8b05465..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-fm-20.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub-128.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub-128.png deleted file mode 100644 index 85b0ee6..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub-128.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub.png deleted file mode 100644 index f984e72..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst-48.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst-48.png deleted file mode 100644 index b4fb90f..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst-48.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst.png deleted file mode 100644 index 9982463..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-old.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-old.png deleted file mode 100644 index 4934a1c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-old.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-128.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-128.png deleted file mode 100644 index ce08aeb..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-128.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-48.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-48.png deleted file mode 100644 index fabb69d..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-48.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint.png deleted file mode 100644 index 094e9f5..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/preferences-desktop-accessibility.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/preferences-desktop-accessibility.png deleted file mode 100644 index af96ad5..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/snap.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/snap.png deleted file mode 100644 index 19f88ce..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/snap.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/software-properties.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/software-properties.png deleted file mode 100644 index 4c0b72b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/software-properties.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_music-library.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_music-library.png deleted file mode 100644 index 27cc427..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_music-library.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_people.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_people.png deleted file mode 100644 index 395135b..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_people.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/synaptic.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/synaptic.png deleted file mode 100644 index b69e13c..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/synaptic.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/update-manager.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/update-manager.png deleted file mode 100644 index ab481ab..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/update-manager.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/video-display.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/video-display.png deleted file mode 100644 index 2be22db..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/video-display.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/xd.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/xd.png deleted file mode 100644 index fe74207..0000000 Binary files a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/xd.png and /dev/null differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepkumo.policy b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepkumo.policy deleted file mode 100644 index 329e97b..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepkumo.policy +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Run PepKumo SSB creater - Authentication to run Kumo is required - accessories-text-editor - - auth_admin - auth_admin - auth_admin - - /opt/pypep/pepkumo.py - true - - - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.peppackages.policy b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.peppackages.policy deleted file mode 100644 index f95e9ab..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.peppackages.policy +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Run Package Selection program - Authentication to run PepPackages is required - accessories-text-editor - - auth_admin - auth_admin - auth_admin - - /opt/pypep/peppackages.py - true - - - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepu.policy b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepu.policy deleted file mode 100644 index e2a6c8e..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepu.policy +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Run Peppermint Update Manager - Authentication to run Update Manager is required - accessories-text-editor - - auth_admin - auth_admin - auth_admin - - /opt/pypep/pepu.py - true - - - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.python3.policy b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.python3.policy deleted file mode 100755 index ad312c8..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.python3.policy +++ /dev/null @@ -1,18 +0,0 @@ - - - - - Run python3 program - Authentication is required to run the python3 - accessories-text-editor - - auth_admin - auth_admin - auth_admin - - /usr/bin/python3 - true - - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.ttkcreator.policy b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.ttkcreator.policy deleted file mode 100644 index 4ca43ae..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.ttkcreator.policy +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Run TTK-Creator program - Authentication to run TTK-Creater is required - accessories-text-editor - - auth_admin - auth_admin - auth_admin - - /usr/bin/python3 /usr/local/lib/python3.9/dist-packages/ttkcreator/__main__.py - true - - - diff --git a/PepDeb64/fusato/config/includes.installer/preseed/protools/hblock b/PepDeb64/fusato/config/includes.installer/preseed/protools/hblock deleted file mode 100755 index 04c00f5..0000000 --- a/PepDeb64/fusato/config/includes.installer/preseed/protools/hblock +++ /dev/null @@ -1,760 +0,0 @@ -#!/bin/sh - -set -eu -export LC_ALL='C' - -# Metadata. -if [ -z "${HBLOCK_VERSION+x}" ]; then HBLOCK_VERSION='3.4.1'; fi -if [ -z "${HBLOCK_AUTHOR+x}" ]; then HBLOCK_AUTHOR='Héctor Molinero Fernández '; fi -if [ -z "${HBLOCK_LICENSE+x}" ]; then HBLOCK_LICENSE='MIT, https://opensource.org/licenses/MIT'; fi -if [ -z "${HBLOCK_REPOSITORY+x}" ]; then HBLOCK_REPOSITORY='https://github.com/hectorm/hblock'; fi - -# Emulate ksh if the shell is zsh. -if [ -n "${ZSH_VERSION-}" ]; then emulate -L ksh; fi - -# Define system and user configuration directories. -if [ -z "${ETCDIR+x}" ]; then ETCDIR='/etc'; fi -if [ -z "${XDG_CONFIG_HOME+x}" ]; then XDG_CONFIG_HOME="${HOME-}/.config"; fi - -# Remove temporary files on exit. -cleanup() { ret="$?"; rm -rf -- "${TMPDIR:-${TMP:-/tmp}}/hblock.${$}."*; trap - EXIT; exit "${ret:?}"; } -{ trap cleanup EXIT ||:; trap cleanup TERM ||:; trap cleanup INT ||:; trap cleanup HUP ||:; } 2>/dev/null - -# Built-in header. -HOSTNAME="${HOSTNAME-"$(uname -n)"}" -HBLOCK_HEADER_BUILTIN="$(cat <<-EOF - 127.0.0.1 localhost ${HOSTNAME?} - 255.255.255.255 broadcasthost - ::1 localhost ${HOSTNAME?} - ::1 ip6-localhost ip6-loopback - fe00::0 ip6-localnet - ff00::0 ip6-mcastprefix - ff02::1 ip6-allnodes - ff02::2 ip6-allrouters - ff02::3 ip6-allhosts -EOF -)" - -# Built-in footer. -HBLOCK_FOOTER_BUILTIN='' - -# Built-in sources. -HBLOCK_SOURCES_BUILTIN="$(cat <<-'EOF' - https://raw.githubusercontent.com/hectorm/hmirror/master/data/adaway.org/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/adblock-nocoin-list/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/adguard-cname-trackers/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/adguard-simplified/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/dandelionsprout-nordic/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-ara/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-bul/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-ces-slk/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-deu/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-fra/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-heb/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-ind/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-ita/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-kor/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-lav/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-lit/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-nld/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-por/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-rus/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-spa/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easylist-zho/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/easyprivacy/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/eth-phishing-detect/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/gfrogeye-firstparty-trackers/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/hostsvn/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/kadhosts/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/matomo.org-spammers/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/mitchellkrogza-badd-boyz-hosts/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/phishing.army/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/socram8888-notonmyshift/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/someonewhocares.org/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/spam404.com/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/stevenblack/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/ublock/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/ublock-abuse/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/ublock-badware/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/ublock-privacy/list.txt - https://raw.githubusercontent.com/hectorm/hmirror/master/data/urlhaus/list.txt -EOF -)" - -# Built-in allowlist. -HBLOCK_ALLOWLIST_BUILTIN='' - -# Built-in denylist. -HBLOCK_DENYLIST_BUILTIN="$(cat <<-'EOF' - # Special domain that is used to check if hBlock is enabled. - hblock-check.molinero.dev -EOF -)" - -# Parse command line options. -optParse() { - SEP="$(printf '\037')"; POS='' - while [ "${#}" -gt '0' ]; do - case "${1?}" in - # Short options that accept a value need a "*" in their pattern because they can be found in the "-A" form. - '-O'*|'--output') optArgStr "${@-}"; outputFile="${optArg?}"; shift "${optShift:?}" ;; - '-H'*|'--header') optArgStr "${@-}"; headerFile="${optArg?}"; shift "${optShift:?}" ;; - '-F'*|'--footer') optArgStr "${@-}"; footerFile="${optArg?}"; shift "${optShift:?}" ;; - '-S'*|'--sources') optArgStr "${@-}"; sourcesFile="${optArg?}"; shift "${optShift:?}" ;; - '-A'*|'--allowlist') optArgStr "${@-}"; allowlistFile="${optArg?}"; shift "${optShift:?}" ;; - '-D'*|'--denylist') optArgStr "${@-}"; denylistFile="${optArg?}"; shift "${optShift:?}" ;; - '-R'*|'--redirection') optArgStr "${@-}"; redirection="${optArg?}"; shift "${optShift:?}" ;; - '-W'*|'--wrap') optArgStr "${@-}"; wrap="${optArg?}"; shift "${optShift:?}" ;; - '-T'*|'--template') optArgStr "${@-}"; template="${optArg?}"; shift "${optShift:?}" ;; - '-C'*|'--comment') optArgStr "${@-}"; comment="${optArg?}"; shift "${optShift:?}" ;; - '-l' |'--lenient'|'--no-lenient') optArgBool "${@-}"; lenient="${optArg:?}" ;; - '-r' |'--regex'|'--no-regex') optArgBool "${@-}"; regex="${optArg:?}" ;; - '-f' |'--filter-subdomains'|'--no-filter-subdomains') optArgBool "${@-}"; filterSubdomains="${optArg:?}" ;; - '-c' |'--continue'|'--no-continue') optArgBool "${@-}"; continue="${optArg:?}" ;; - '-p'*|'--parallel') optArgStr "${@-}"; parallel="${optArg?}"; shift "${optShift:?}" ;; - '-q' |'--quiet'|'--no-quiet') optArgBool "${@-}"; quiet="${optArg:?}" ;; - '-x'*|'--color') optArgStr "${@-}"; color="${optArg?}"; shift "${optShift:?}" ;; - '-v' |'--version') showVersion ;; - '-h' |'--help') showHelp ;; - # If "--" is found, the remaining positional parameters are saved and the parsing ends. - --) shift; _IFS="${IFS?}"; IFS="${SEP:?}"; POS="${POS-}${POS+${SEP:?}}${*-}"; IFS="${_IFS?}"; break ;; - # If a long option in the form "--opt=value" is found, it is split into "--opt" and "value". - --*=*) optSplitEquals "${@-}"; shift; set -- "${optName:?}" "${optArg?}" "${@-}"; continue ;; - # If an option did not match any pattern, an error is thrown. - -?|--*) optDie "Illegal option ${1:?}" ;; - # If multiple short options in the form "-AB" are found, they are split into "-A" and "-B". - -?*) optSplitShort "${@-}"; shift; set -- "${optAName:?}" "${optBName:?}" "${@-}"; continue ;; - # If a positional parameter is found, it is saved. - *) POS="${POS-}${POS+${SEP:?}}${1?}" ;; - esac - shift - done -} -optSplitShort() { - optAName="${1%"${1#??}"}"; optBName="-${1#??}" -} -optSplitEquals() { - optName="${1%="${1#--*=}"}"; optArg="${1#--*=}" -} -optArgStr() { - if [ -n "${1#??}" ] && [ "${1#--}" = "${1:?}" ]; then optArg="${1#??}"; optShift='0'; - elif [ -n "${2+x}" ]; then optArg="${2-}"; optShift='1'; - else optDie "No argument for ${1:?} option"; fi -} -optArgBool() { - if [ "${1#--no-}" = "${1:?}" ]; then optArg='true'; - else optArg='false'; fi -} -optDie() { - printf '%s\n' "${@-}" "Try 'hblock --help' for more information" >&2 - exit 2 -} - -# Show help and quit. -showHelp() { - printf '%s\n' "$(sed -e 's/%NL/\n/g' <<-EOF - Usage: hblock [OPTION]... - - hBlock is a POSIX-compliant shell script that gets a list of domains that serve - ads, tracking scripts and malware from multiple sources and creates a hosts - file, among other formats, that prevents your system from connecting to them. - - Options: - - -O, --output , \${HBLOCK_OUTPUT_FILE}%NL - Output file location.%NL - If equals "-", it is printed to stdout.%NL - (default: ${outputFile?})%NL - -H, --header , \${HBLOCK_HEADER_FILE}%NL - File to be included at the beginning of the output file.%NL - If equals "builtin", the built-in value is used.%NL - If equals "none", an empty value is used.%NL - If equals "-", the stdin content is used.%NL - If unspecified and any of the following files exists, its content is used.%NL - \${XDG_CONFIG_HOME}/hblock/header%NL - ${ETCDIR?}/hblock/header%NL - (default: ${headerFile?})%NL - -F, --footer , \${HBLOCK_FOOTER_FILE}%NL - File to be included at the end of the output file.%NL - If equals "builtin", the built-in value is used.%NL - If equals "none", an empty value is used.%NL - If equals "-", the stdin content is used.%NL - If unspecified and any of the following files exists, its content is used.%NL - \${XDG_CONFIG_HOME}/hblock/footer%NL - ${ETCDIR?}/hblock/footer%NL - (default: ${footerFile?})%NL - -S, --sources , \${HBLOCK_SOURCES_FILE}%NL - File with line separated URLs used to generate the blocklist.%NL - If equals "builtin", the built-in value is used.%NL - If equals "none", an empty value is used.%NL - If equals "-", the stdin content is used.%NL - If unspecified and any of the following files exists, its content is used.%NL - \${XDG_CONFIG_HOME}/hblock/sources.list%NL - ${ETCDIR?}/hblock/sources.list%NL - (default: ${sourcesFile?})%NL - -A, --allowlist , \${HBLOCK_ALLOWLIST_FILE}%NL - File with line separated entries to be removed from the blocklist.%NL - If equals "builtin", the built-in value is used.%NL - If equals "none", an empty value is used.%NL - If equals "-", the stdin content is used.%NL - If unspecified and any of the following files exists, its content is used.%NL - \${XDG_CONFIG_HOME}/hblock/allow.list%NL - ${ETCDIR?}/hblock/allow.list%NL - (default: ${allowlistFile?})%NL - -D, --denylist , \${HBLOCK_DENYLIST_FILE}%NL - File with line separated entries to be added to the blocklist.%NL - If equals "builtin", the built-in value is used.%NL - If equals "none", an empty value is used.%NL - If equals "-", the stdin content is used.%NL - If unspecified and any of the following files exists, its content is used.%NL - \${XDG_CONFIG_HOME}/hblock/deny.list%NL - ${ETCDIR?}/hblock/deny.list%NL - (default: ${denylistFile?})%NL - -R, --redirection , \${HBLOCK_REDIRECTION}%NL - Redirection for all entries in the blocklist.%NL - (default: ${redirection?})%NL - -W, --wrap , \${HBLOCK_WRAP}%NL - Break blocklist lines after this number of entries.%NL - (default: ${wrap?})%NL - -T, --template