diff --git a/PepDeb64/fusato/.build/config b/PepDeb64/fusato/.build/config new file mode 100644 index 0000000..e69de29 diff --git a/PepDeb64/fusato/config/binary b/PepDeb64/fusato/config/binary new file mode 100644 index 0000000..540fdac --- /dev/null +++ b/PepDeb64/fusato/config/binary @@ -0,0 +1,119 @@ +# 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 new file mode 100644 index 0000000..584b510 --- /dev/null +++ b/PepDeb64/fusato/config/bootstrap @@ -0,0 +1,76 @@ +# 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 new file mode 100644 index 0000000..dafa75d --- /dev/null +++ b/PepDeb64/fusato/config/chroot @@ -0,0 +1,34 @@ +# 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 new file mode 100644 index 0000000..60b02a7 --- /dev/null +++ b/PepDeb64/fusato/config/common @@ -0,0 +1,102 @@ +# 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 new file mode 120000 index 0000000..996f766 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/live/0010-disable-kexec-tools.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..5ddf090 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/live/0050-disable-sysvinit-tmpfs.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..58123fc --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0020-create-mtab-symlink.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..c5ab625 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0030-enable-cryptsetup.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..036e7e0 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0040-create-locales-files.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..b0ccdb6 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0100-remove-adjtime-configuration.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..8b68c5c --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0110-remove-backup-files.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..4d55b27 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0120-remove-dbus-machine-id.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..54f6a9b --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..2b99cec --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0140-remove-log-files.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..0c3cd2f --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0150-remove-mdadm-configuration.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..e57b8d2 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0160-remove-openssh-server-host-keys.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..858a942 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0170-remove-python-py.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..6cecf66 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0180-remove-systemd-machine-id.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..ada76d9 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0190-remove-temporary-files.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..9fc0723 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0195-remove-ssl-cert-snakeoil.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..f893dcc --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0200-remove-udev-persistent-cd-rules.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..a6ee33d --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0300-remove-udev-persistent-net-rules.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..380fdcf --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0400-update-apt-file-cache.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..dd7150e --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0410-update-apt-xapian-index.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..4da25f8 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0420-update-glx-alternative.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..13b49d7 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0430-update-mlocate-database.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..0a65196 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0440-update-nvidia-alternative.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 120000 index 0000000..9d4f095 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0500-reproducible-glibc.hook.chroot @@ -0,0 +1 @@ +/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 new file mode 100755 index 0000000..324b352 --- /dev/null +++ b/PepDeb64/fusato/config/hooks/normal/0950-final-cleanup-hook.binary @@ -0,0 +1,9 @@ +#!/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 new file mode 100644 index 0000000..59e8ffa Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/font.pf2 differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/grub.cfg b/PepDeb64/fusato/config/includes.binary/boot/grub/grub.cfg new file mode 100644 index 0000000..42938df --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/boot/grub/grub.cfg @@ -0,0 +1,96 @@ +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 new file mode 100644 index 0000000..bf8fd87 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/background.png 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 new file mode 100644 index 0000000..1c6fe5e Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/4MLinux.png 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 new file mode 100644 index 0000000..6212a1f Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/AlpineLinux.png 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 new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.i686.png 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 new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/Manjaro.x86_64.png 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 new file mode 100644 index 0000000..7c41182 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/SystemRescueCD.png 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 new file mode 100644 index 0000000..dad066f Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/android.png 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 new file mode 100644 index 0000000..7d165b6 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/anonymous.png 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 new file mode 100644 index 0000000..32e3a3a Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/antergos.png 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 new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arch.png 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 new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/archlinux.png 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 new file mode 100644 index 0000000..c5e5e5e Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/arcolinux.png 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 new file mode 100644 index 0000000..0cbeb11 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/artix.png 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 new file mode 100644 index 0000000..58ff48a Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/bedrock.png 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 new file mode 100644 index 0000000..fca2ac9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/cancel.png 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 new file mode 100644 index 0000000..23fe2fa Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/centos.png 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 new file mode 100644 index 0000000..6f63a95 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/chakra.png 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 new file mode 100644 index 0000000..20bea8c Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/debian.png 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 new file mode 100644 index 0000000..61c92fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/deepin.png 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 new file mode 100644 index 0000000..ff65401 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/devuan.png 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 new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/driver.png 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 new file mode 100644 index 0000000..6a43bd9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/edit.png 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 new file mode 100644 index 0000000..4ecf3b9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/efi.png 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 new file mode 100644 index 0000000..2840354 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/elementary.png 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 new file mode 100644 index 0000000..6b1e530 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/endeavouros.png 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 new file mode 100644 index 0000000..926b56d Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/fedora.png 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 new file mode 100644 index 0000000..0e32321 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.efi.png 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 new file mode 100644 index 0000000..87d4d0e Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/find.none.png 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 new file mode 100644 index 0000000..fb9408c Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/freebsd.png 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 new file mode 100644 index 0000000..f699718 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/garuda.png 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 new file mode 100644 index 0000000..bc0ed70 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gentoo.png 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 new file mode 100644 index 0000000..db2fcfd Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/gnu-linux.png 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 new file mode 100644 index 0000000..ce7f818 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/haiku.png 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 new file mode 100644 index 0000000..d8b5a17 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/help.png 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 new file mode 100644 index 0000000..900dc82 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kali.png 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 new file mode 100644 index 0000000..9fd4e89 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kaos.png 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 new file mode 100644 index 0000000..6ace3ac Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kbd.png 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 new file mode 100644 index 0000000..456e876 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/korora.png 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 new file mode 100644 index 0000000..7a79ff3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/kubuntu.png 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 new file mode 100644 index 0000000..3c9c1d7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lang.png 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 new file mode 100644 index 0000000..2c54036 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lfs.png 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 new file mode 100644 index 0000000..348ebdd Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linux.png 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 new file mode 100644 index 0000000..7d9da81 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/linuxmint.png 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 new file mode 100644 index 0000000..057c8e2 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/lubuntu.png 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 new file mode 100644 index 0000000..ea03e77 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/macosx.png 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 new file mode 100644 index 0000000..79afa76 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mageia.png 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 new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/manjaro.png 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 new file mode 100644 index 0000000..b2fc22a Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mate.png 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 new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/memtest.png 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 new file mode 100644 index 0000000..49f1133 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/mx-linux.png 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 new file mode 100644 index 0000000..e41906e Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/neon.png 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 new file mode 100644 index 0000000..d844fd5 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/opensuse.png 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 new file mode 100644 index 0000000..3333de9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/parrot.png 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 new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop-os.png 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 new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/pop.png 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 new file mode 100644 index 0000000..7b69b14 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/recovery.png 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 new file mode 100644 index 0000000..5ece07b Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/regolith.png 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 new file mode 100644 index 0000000..9715302 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/restart.png 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 new file mode 100644 index 0000000..be144f6 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/rocky.png 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 new file mode 100644 index 0000000..fc9cf16 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/shutdown.png 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 new file mode 100644 index 0000000..d16549b Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/siduction.png 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 new file mode 100644 index 0000000..4c31a3f Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/slackware.png 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 new file mode 100644 index 0000000..338718b Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/solus.png 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 new file mode 100644 index 0000000..df28bcc Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/steamos.png 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 new file mode 100644 index 0000000..5c48476 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/type.png 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 new file mode 100644 index 0000000..220b29b Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/tz.png 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 new file mode 100644 index 0000000..352fbe0 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ubuntu.png 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 new file mode 100644 index 0000000..4733dc8 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unknown.png 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 new file mode 100644 index 0000000..15e3d3c Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/unset.png 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 new file mode 100644 index 0000000..7abdc6c Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/ventoy.png 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 new file mode 100644 index 0000000..01cc2f3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/void.png 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 new file mode 100644 index 0000000..d5c7cc3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows.png 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 new file mode 100644 index 0000000..fe97d9f Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/windows11.png 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 new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xero.png 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 new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xerolinux.png 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 new file mode 100644 index 0000000..f43abc7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/xubuntu.png 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 new file mode 100644 index 0000000..c1506c4 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/icons/zorin.png 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 new file mode 100644 index 0000000..b1f8d58 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_c.png 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 new file mode 100644 index 0000000..9332368 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_e.png 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 new file mode 100644 index 0000000..28f6424 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/select_w.png 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 new file mode 100644 index 0000000..d0dd52a Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_c.png 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 new file mode 100644 index 0000000..394cbe4 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_e.png 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 new file mode 100644 index 0000000..476f8bc Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_n.png 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 new file mode 100644 index 0000000..9e26959 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_ne.png 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 new file mode 100644 index 0000000..5c3cba8 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_nw.png 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 new file mode 100644 index 0000000..85a8901 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_s.png 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 new file mode 100644 index 0000000..d8627ee Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_se.png 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 new file mode 100644 index 0000000..67c600c Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_sw.png 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 new file mode 100644 index 0000000..d066e2d Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminal_box_w.png 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 new file mode 100644 index 0000000..6092035 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-12.pf2 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 new file mode 100644 index 0000000..8ab8bd1 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-14.pf2 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 new file mode 100644 index 0000000..6e6b25d Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-16.pf2 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 new file mode 100644 index 0000000..129cef1 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/terminus-18.pf2 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 new file mode 100644 index 0000000..c666b67 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/theme.txt @@ -0,0 +1,42 @@ +# 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 new file mode 100644 index 0000000..9405954 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_17.pf2 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 new file mode 100644 index 0000000..3d903ba Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/live-theme/ubuntu_regular_20.pf2 differ diff --git a/PepDeb64/fusato/config/includes.binary/boot/grub/splash.png b/PepDeb64/fusato/config/includes.binary/boot/grub/splash.png new file mode 100644 index 0000000..bf8fd87 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/boot/grub/splash.png differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/addrk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/addrk.cfg new file mode 100644 index 0000000..e9074de --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/addrk.cfg @@ -0,0 +1,9 @@ +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 new file mode 100644 index 0000000..83db79e --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/addrkgtk.cfg @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..524951e --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/adgtk.cfg @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..e6d9d33 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/adspkgtk.cfg @@ -0,0 +1,19 @@ +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 new file mode 100644 index 0000000..acb1e3c --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/adtxt.cfg @@ -0,0 +1,9 @@ +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 new file mode 100644 index 0000000..a52d039 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/boot.cat differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/drk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/drk.cfg new file mode 100644 index 0000000..25acc00 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/drk.cfg @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000..7e460c6 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/drkgtk.cfg @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000..753528a --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/drkmenu.cfg @@ -0,0 +1,21 @@ +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 new file mode 100644 index 0000000..3119e65 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/exithelp.cfg @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..5451a9b --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f1.txt @@ -0,0 +1,25 @@ + 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 new file mode 100644 index 0000000..09dfa12 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f10.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..dc8b754 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f2.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..144d25d --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f3.txt @@ -0,0 +1,25 @@ + 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 new file mode 100644 index 0000000..74de4bf --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f4.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..6e73913 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f5.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..ad8220f --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f6.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..bfd39fc --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f7.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..936e212 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f8.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..b6bdb3e --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/f9.txt @@ -0,0 +1,23 @@ + 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 new file mode 100644 index 0000000..f5da412 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr.mbr b/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr.mbr new file mode 100644 index 0000000..2cdd88a Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/g2ldr.mbr differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/gtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/gtk.cfg new file mode 100644 index 0000000..14003e8 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/gtk.cfg @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000..95329f8 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.bin differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.cfg new file mode 100644 index 0000000..312653c --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/isolinux.cfg @@ -0,0 +1,7 @@ +# 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 new file mode 100644 index 0000000..e94389b Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/ldlinux.c32 differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/libcom32.c32 b/PepDeb64/fusato/config/includes.binary/isolinux/libcom32.c32 new file mode 100644 index 0000000..c4265b9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/libcom32.c32 differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/libutil.c32 b/PepDeb64/fusato/config/includes.binary/isolinux/libutil.c32 new file mode 100644 index 0000000..6fc1da7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/libutil.c32 differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/menu.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/menu.cfg new file mode 100644 index 0000000..cf652c3 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/menu.cfg @@ -0,0 +1,55 @@ +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 new file mode 100644 index 0000000..3076499 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/prompt.cfg @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..c30ed87 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/rqdrk.cfg @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..317e749 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/rqdrkgtk.cfg @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..10680cc --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/rqgtk.cfg @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..6117159 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/rqspkgtk.cfg @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..fdb931c --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/rqtxt.cfg @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..8f62e8f Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/setup.exe differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/spkgtk.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/spkgtk.cfg new file mode 100644 index 0000000..7047551 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/spkgtk.cfg @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000..bf8fd87 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/splash.png differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/stdmenu.cfg b/PepDeb64/fusato/config/includes.binary/isolinux/stdmenu.cfg new file mode 100644 index 0000000..f5ff63f --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/stdmenu.cfg @@ -0,0 +1,19 @@ +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 new file mode 100644 index 0000000..1f0dbc0 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/txt.cfg @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..bbb65e0 Binary files /dev/null and b/PepDeb64/fusato/config/includes.binary/isolinux/vesamenu.c32 differ diff --git a/PepDeb64/fusato/config/includes.binary/isolinux/win32-loader.ini b/PepDeb64/fusato/config/includes.binary/isolinux/win32-loader.ini new file mode 100644 index 0000000..c635fe7 --- /dev/null +++ b/PepDeb64/fusato/config/includes.binary/isolinux/win32-loader.ini @@ -0,0 +1,11 @@ +[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 new file mode 100644 index 0000000..b0f76f8 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed.cfg @@ -0,0 +1,29 @@ +# 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 new file mode 100755 index 0000000..55a4e0b --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/apps/Pephub.desktop @@ -0,0 +1,11 @@ +[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 new file mode 100755 index 0000000..a669bc5 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/apps/Welcome.desktop @@ -0,0 +1,11 @@ +[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 new file mode 100755 index 0000000..9bc2eba --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/apps/gdebi.desktop @@ -0,0 +1,164 @@ +[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 new file mode 100755 index 0000000..ec67327 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/apps/kumo.desktop @@ -0,0 +1,10 @@ +[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 new file mode 100755 index 0000000..2a34df4 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/apps/plank.desktop @@ -0,0 +1,67 @@ +[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 new file mode 100755 index 0000000..e2bd6c2 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/autostart/Welcome_auto.desktop @@ -0,0 +1,10 @@ +[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 new file mode 100644 index 0000000..ac3dd28 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/conf/hostname @@ -0,0 +1 @@ +PepOS-Live diff --git a/PepDeb64/fusato/config/includes.installer/preseed/conf/issue b/PepDeb64/fusato/config/includes.installer/preseed/conf/issue new file mode 100644 index 0000000..115706f --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/conf/issue @@ -0,0 +1,2 @@ +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 new file mode 100644 index 0000000..c95a2cb --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/conf/issue.net @@ -0,0 +1 @@ +Peppermint OS diff --git a/PepDeb64/fusato/config/includes.installer/preseed/conf/os-release b/PepDeb64/fusato/config/includes.installer/preseed/conf/os-release new file mode 100644 index 0000000..af53259 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/conf/os-release @@ -0,0 +1,7 @@ +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 new file mode 100644 index 0000000..696c7b9 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/conf/sources.list @@ -0,0 +1,24 @@ +# 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 new file mode 100644 index 0000000..743b999 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/database/welval.db differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/grub/grub b/PepDeb64/fusato/config/includes.installer/preseed/grub/grub new file mode 100755 index 0000000..721039e --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/grub/grub @@ -0,0 +1,39 @@ +# 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 new file mode 100644 index 0000000..bf8fd87 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/background.png 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 new file mode 100644 index 0000000..1c6fe5e Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/4MLinux.png 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 new file mode 100644 index 0000000..6212a1f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/AlpineLinux.png 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 new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.i686.png 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 new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/Manjaro.x86_64.png 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 new file mode 100644 index 0000000..7c41182 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/SystemRescueCD.png 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 new file mode 100644 index 0000000..dad066f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/android.png 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 new file mode 100644 index 0000000..7d165b6 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/anonymous.png 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 new file mode 100644 index 0000000..32e3a3a Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/antergos.png 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 new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arch.png 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 new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/archlinux.png 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 new file mode 100644 index 0000000..c5e5e5e Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/arcolinux.png 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 new file mode 100644 index 0000000..0cbeb11 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/artix.png 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 new file mode 100644 index 0000000..58ff48a Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/bedrock.png 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 new file mode 100644 index 0000000..fca2ac9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/cancel.png 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 new file mode 100644 index 0000000..23fe2fa Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/centos.png 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 new file mode 100644 index 0000000..6f63a95 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/chakra.png 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 new file mode 100644 index 0000000..20bea8c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/debian.png 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 new file mode 100644 index 0000000..61c92fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/deepin.png 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 new file mode 100644 index 0000000..ff65401 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/devuan.png 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 new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/driver.png 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 new file mode 100644 index 0000000..6a43bd9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/edit.png 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 new file mode 100644 index 0000000..4ecf3b9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/efi.png 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 new file mode 100644 index 0000000..2840354 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/elementary.png 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 new file mode 100644 index 0000000..6b1e530 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/endeavouros.png 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 new file mode 100644 index 0000000..926b56d Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/fedora.png 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 new file mode 100644 index 0000000..0e32321 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.efi.png 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 new file mode 100644 index 0000000..87d4d0e Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/find.none.png 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 new file mode 100644 index 0000000..fb9408c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/freebsd.png 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 new file mode 100644 index 0000000..f699718 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/garuda.png 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 new file mode 100644 index 0000000..bc0ed70 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gentoo.png 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 new file mode 100644 index 0000000..db2fcfd Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/gnu-linux.png 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 new file mode 100644 index 0000000..ce7f818 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/haiku.png 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 new file mode 100644 index 0000000..d8b5a17 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/help.png 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 new file mode 100644 index 0000000..900dc82 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kali.png 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 new file mode 100644 index 0000000..9fd4e89 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kaos.png 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 new file mode 100644 index 0000000..6ace3ac Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kbd.png 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 new file mode 100644 index 0000000..456e876 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/korora.png 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 new file mode 100644 index 0000000..7a79ff3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/kubuntu.png 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 new file mode 100644 index 0000000..3c9c1d7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lang.png 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 new file mode 100644 index 0000000..2c54036 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lfs.png 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 new file mode 100644 index 0000000..348ebdd Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linux.png 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 new file mode 100644 index 0000000..7d9da81 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/linuxmint.png 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 new file mode 100644 index 0000000..057c8e2 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/lubuntu.png 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 new file mode 100644 index 0000000..ea03e77 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/macosx.png 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 new file mode 100644 index 0000000..79afa76 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mageia.png 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 new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/manjaro.png 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 new file mode 100644 index 0000000..b2fc22a Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mate.png 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 new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/memtest.png 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 new file mode 100644 index 0000000..49f1133 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/mx-linux.png 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 new file mode 100644 index 0000000..e41906e Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/neon.png 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 new file mode 100644 index 0000000..d844fd5 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/opensuse.png 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 new file mode 100644 index 0000000..3333de9 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/parrot.png 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 new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop-os.png 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 new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/pop.png 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 new file mode 100644 index 0000000..7b69b14 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/recovery.png 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 new file mode 100644 index 0000000..5ece07b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/regolith.png 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 new file mode 100644 index 0000000..9715302 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/restart.png 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 new file mode 100644 index 0000000..be144f6 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/rocky.png 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 new file mode 100644 index 0000000..fc9cf16 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/shutdown.png 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 new file mode 100644 index 0000000..d16549b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/siduction.png 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 new file mode 100644 index 0000000..4c31a3f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/slackware.png 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 new file mode 100644 index 0000000..338718b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/solus.png 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 new file mode 100644 index 0000000..df28bcc Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/steamos.png 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 new file mode 100644 index 0000000..5c48476 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/type.png 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 new file mode 100644 index 0000000..220b29b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/tz.png 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 new file mode 100644 index 0000000..352fbe0 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ubuntu.png 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 new file mode 100644 index 0000000..4733dc8 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unknown.png 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 new file mode 100644 index 0000000..15e3d3c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/unset.png 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 new file mode 100644 index 0000000..7abdc6c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/ventoy.png 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 new file mode 100644 index 0000000..01cc2f3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/void.png 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 new file mode 100644 index 0000000..d5c7cc3 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows.png 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 new file mode 100644 index 0000000..fe97d9f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/windows11.png 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 new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xero.png 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 new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xerolinux.png 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 new file mode 100644 index 0000000..f43abc7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/xubuntu.png 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 new file mode 100644 index 0000000..c1506c4 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/icons/zorin.png 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 new file mode 100644 index 0000000..b1f8d58 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_c.png 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 new file mode 100644 index 0000000..9332368 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_e.png 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 new file mode 100644 index 0000000..28f6424 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/select_w.png 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 new file mode 100644 index 0000000..d0dd52a Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_c.png 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 new file mode 100644 index 0000000..394cbe4 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_e.png 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 new file mode 100644 index 0000000..476f8bc Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_n.png 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 new file mode 100644 index 0000000..9e26959 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_ne.png 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 new file mode 100644 index 0000000..5c3cba8 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_nw.png 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 new file mode 100644 index 0000000..85a8901 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_s.png 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 new file mode 100644 index 0000000..d8627ee Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_se.png 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 new file mode 100644 index 0000000..67c600c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_sw.png 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 new file mode 100644 index 0000000..d066e2d Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminal_box_w.png 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 new file mode 100644 index 0000000..6092035 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-12.pf2 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 new file mode 100644 index 0000000..8ab8bd1 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-14.pf2 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 new file mode 100644 index 0000000..6e6b25d Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-16.pf2 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 new file mode 100644 index 0000000..129cef1 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/terminus-18.pf2 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 new file mode 100644 index 0000000..c666b67 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/theme.txt @@ -0,0 +1,42 @@ +# 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 new file mode 100644 index 0000000..9405954 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_17.pf2 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 new file mode 100644 index 0000000..3d903ba Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/grub/themes/peppermint/ubuntu_regular_20.pf2 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 new file mode 100644 index 0000000..a4f2b10 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/keyrings/deb-multimedia-keyring.gpg 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 new file mode 100644 index 0000000..87f923f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/keyrings/peppermint-keyring.gpg 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 new file mode 100755 index 0000000..3a52105 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm-gtk-greeter.conf @@ -0,0 +1,11 @@ +[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 new file mode 100644 index 0000000..b893186 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/lightdm/lightdm.conf @@ -0,0 +1,170 @@ +[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 new file mode 100644 index 0000000..55f99ee Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ai.png 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 new file mode 100644 index 0000000..8268a5b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/applications-system.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/battery.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/battery.png new file mode 100644 index 0000000..5fb0fe0 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/battery.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ckm.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ckm.png new file mode 100644 index 0000000..0c8dbba Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ckm.png 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 new file mode 100644 index 0000000..c1729a7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-default-applications.png 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 new file mode 100644 index 0000000..2b47881 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/cs-notifications.png 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 new file mode 100644 index 0000000..9f4916f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/dconf-editor.png 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 new file mode 100644 index 0000000..e0bb52c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/drive-harddisk-system.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ff.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ff.png new file mode 100644 index 0000000..9b5be5d Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/ff.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/flat.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/flat.png new file mode 100644 index 0000000..fdb2c03 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/flat.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/glade.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/glade.png new file mode 100644 index 0000000..7f99d03 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/glade.png 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 new file mode 100644 index 0000000..32970c4 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-dev-printer.png 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 new file mode 100644 index 0000000..6ff8198 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-session.png 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 new file mode 100644 index 0000000..a46ba6c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/gnome-software.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblock.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblock.png new file mode 100644 index 0000000..bbe750f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblock.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblockon.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblockon.png new file mode 100644 index 0000000..395bd12 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/hblockon.png 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 new file mode 100644 index 0000000..6361d2d Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/install-debian.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/keyboard.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/keyboard.png new file mode 100644 index 0000000..9cb1cb5 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/keyboard.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/kumo.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/kumo.png new file mode 100644 index 0000000..ae6c53b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/kumo.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/logo.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/logo.png new file mode 100644 index 0000000..c5d5c79 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/logo.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/luakit.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/luakit.png new file mode 100644 index 0000000..ae6c53b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/luakit.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/mouse.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/mouse.png new file mode 100644 index 0000000..a0f50f7 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/mouse.png 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 new file mode 100644 index 0000000..e849106 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/network-wired.png 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 new file mode 100644 index 0000000..973ed53 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/panel-applets.png 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 new file mode 100644 index 0000000..f576ab0 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-48.png 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 new file mode 100644 index 0000000..8b05465 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-fm-20.png 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 new file mode 100644 index 0000000..85b0ee6 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub-128.png 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 new file mode 100644 index 0000000..f984e72 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-hub.png 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 new file mode 100644 index 0000000..b4fb90f Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst-48.png 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 new file mode 100644 index 0000000..9982463 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-inst.png 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 new file mode 100644 index 0000000..4934a1c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-old.png 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 new file mode 100644 index 0000000..ce08aeb Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-128.png 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 new file mode 100644 index 0000000..fabb69d Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint-rim-48.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint.png new file mode 100644 index 0000000..094e9f5 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/peppermint.png 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 new file mode 100644 index 0000000..af96ad5 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/preferences-desktop-accessibility.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/snap.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/snap.png new file mode 100644 index 0000000..19f88ce Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/snap.png 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 new file mode 100644 index 0000000..4c0b72b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/software-properties.png 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 new file mode 100644 index 0000000..27cc427 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_music-library.png 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 new file mode 100644 index 0000000..395135b Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/stock_people.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/synaptic.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/synaptic.png new file mode 100644 index 0000000..b69e13c Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/synaptic.png 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 new file mode 100644 index 0000000..ab481ab Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/update-manager.png 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 new file mode 100644 index 0000000..2be22db Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/video-display.png differ diff --git a/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/xd.png b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/xd.png new file mode 100644 index 0000000..fe74207 Binary files /dev/null and b/PepDeb64/fusato/config/includes.installer/preseed/pixmaps/xd.png 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 new file mode 100644 index 0000000..329e97b --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepkumo.policy @@ -0,0 +1,19 @@ + + + + + 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 new file mode 100644 index 0000000..f95e9ab --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.peppackages.policy @@ -0,0 +1,19 @@ + + + + + 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 new file mode 100644 index 0000000..e2a6c8e --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.pepu.policy @@ -0,0 +1,19 @@ + + + + + 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 new file mode 100755 index 0000000..ad312c8 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.python3.policy @@ -0,0 +1,18 @@ + + + + + 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 new file mode 100644 index 0000000..4ca43ae --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/polkit/org.freedesktop.ttkcreator.policy @@ -0,0 +1,19 @@ + + + + + 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 new file mode 100755 index 0000000..04c00f5 --- /dev/null +++ b/PepDeb64/fusato/config/includes.installer/preseed/protools/hblock @@ -0,0 +1,760 @@ +#!/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