diff --git a/PepDev_arm64/peploadersplash b/PepDev_arm64/peploadersplash new file mode 120000 index 0000000..16998cf --- /dev/null +++ b/PepDev_arm64/peploadersplash @@ -0,0 +1 @@ +../peploadersplash \ No newline at end of file diff --git a/PepDev_arm64/peploadersplash/boot/grub/font.pf2 b/PepDev_arm64/peploadersplash/boot/grub/font.pf2 deleted file mode 100644 index 59e8ffa..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/font.pf2 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/grub.cfg b/PepDev_arm64/peploadersplash/boot/grub/grub.cfg deleted file mode 100644 index 76340d9..0000000 --- a/PepDev_arm64/peploadersplash/boot/grub/grub.cfg +++ /dev/null @@ -1,96 +0,0 @@ -if loadfont $prefix/font.pf2 ; then - set gfxmode=800x600 - set gfxpayload=keep - insmod efi_gop - insmod efi_uga - insmod video_bochs - insmod video_cirrus - insmod gfxterm - insmod png - terminal_output gfxterm -fi - -if background_image /isolinux/splash.png; then - set color_normal=light-gray/black - set color_highlight=white/black -elif background_image /splash.png; then - set color_normal=light-gray/black - set color_highlight=white/black -else - set menu_color_normal=cyan/blue - set menu_color_highlight=white/blue -fi - -source /boot/grub/config.cfg - -insmod play -play 960 440 1 0 4 440 1 -set theme=/boot/grub/live-theme/theme.txt -menuentry --hotkey=g 'Graphical install' { - set background_color=black - linux /install/vmlinuz vga=788 --- quiet - initrd /install/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/initrd.gz - } - menuentry '... Graphical rescue mode' { - set background_color=black - linux /install/vmlinuz vga=788 rescue/enable=true --- quiet - initrd /install/initrd.gz - } - menuentry '... Graphical automated install' { - set background_color=black - linux /install/vmlinuz auto=true priority=critical vga=788 --- quiet - initrd /install/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/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/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/initrd.gz - } - } -} - diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/background.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/background.png deleted file mode 100644 index 6965387..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/background.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/4MLinux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/4MLinux.png deleted file mode 100644 index 1c6fe5e..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/4MLinux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/AlpineLinux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/AlpineLinux.png deleted file mode 100644 index 6212a1f..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/AlpineLinux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/Manjaro.i686.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/Manjaro.i686.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/Manjaro.i686.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/Manjaro.x86_64.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/Manjaro.x86_64.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/Manjaro.x86_64.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/SystemRescueCD.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/SystemRescueCD.png deleted file mode 100644 index 7c41182..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/SystemRescueCD.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/android.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/android.png deleted file mode 100644 index dad066f..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/android.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/anonymous.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/anonymous.png deleted file mode 100644 index 7d165b6..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/anonymous.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/antergos.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/antergos.png deleted file mode 100644 index 32e3a3a..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/antergos.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/arch.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/arch.png deleted file mode 100644 index f6cd870..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/arch.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/archlinux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/archlinux.png deleted file mode 100644 index f6cd870..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/archlinux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/arcolinux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/arcolinux.png deleted file mode 100644 index c5e5e5e..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/arcolinux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/artix.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/artix.png deleted file mode 100644 index 0cbeb11..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/artix.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/bedrock.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/bedrock.png deleted file mode 100644 index 58ff48a..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/bedrock.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/cancel.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/cancel.png deleted file mode 100644 index fca2ac9..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/cancel.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/centos.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/centos.png deleted file mode 100644 index 23fe2fa..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/centos.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/chakra.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/chakra.png deleted file mode 100644 index 6f63a95..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/chakra.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/debian.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/debian.png deleted file mode 100644 index 20bea8c..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/debian.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/deepin.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/deepin.png deleted file mode 100644 index 61c92fb..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/deepin.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/devuan.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/devuan.png deleted file mode 100644 index ff65401..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/devuan.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/driver.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/driver.png deleted file mode 100644 index 1621ee7..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/driver.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/edit.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/edit.png deleted file mode 100644 index 6a43bd9..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/edit.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/efi.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/efi.png deleted file mode 100644 index 4ecf3b9..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/efi.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/elementary.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/elementary.png deleted file mode 100644 index 2840354..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/elementary.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/endeavouros.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/endeavouros.png deleted file mode 100644 index 6b1e530..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/endeavouros.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/fedora.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/fedora.png deleted file mode 100644 index 926b56d..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/fedora.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/find.efi.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/find.efi.png deleted file mode 100644 index 0e32321..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/find.efi.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/find.none.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/find.none.png deleted file mode 100644 index 87d4d0e..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/find.none.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/freebsd.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/freebsd.png deleted file mode 100644 index fb9408c..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/freebsd.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/garuda.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/garuda.png deleted file mode 100644 index f699718..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/garuda.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/gentoo.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/gentoo.png deleted file mode 100644 index bc0ed70..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/gentoo.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/gnu-linux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/gnu-linux.png deleted file mode 100644 index 326b659..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/gnu-linux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/haiku.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/haiku.png deleted file mode 100644 index ce7f818..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/haiku.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/help.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/help.png deleted file mode 100644 index d8b5a17..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/help.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kali.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kali.png deleted file mode 100644 index 900dc82..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kali.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kaos.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kaos.png deleted file mode 100644 index 9fd4e89..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kaos.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kbd.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kbd.png deleted file mode 100644 index 6ace3ac..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kbd.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/korora.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/korora.png deleted file mode 100644 index 456e876..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/korora.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kubuntu.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kubuntu.png deleted file mode 100644 index 7a79ff3..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/kubuntu.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lang.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lang.png deleted file mode 100644 index 3c9c1d7..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lang.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lfs.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lfs.png deleted file mode 100644 index 326b659..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lfs.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/linux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/linux.png deleted file mode 100644 index 326b659..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/linux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/linuxmint.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/linuxmint.png deleted file mode 100644 index 7d9da81..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/linuxmint.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lubuntu.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lubuntu.png deleted file mode 100644 index 057c8e2..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/lubuntu.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/macosx.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/macosx.png deleted file mode 100644 index ea03e77..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/macosx.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mageia.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mageia.png deleted file mode 100644 index 79afa76..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mageia.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/manjaro.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/manjaro.png deleted file mode 100644 index 611a6fb..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/manjaro.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mate.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mate.png deleted file mode 100644 index b2fc22a..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mate.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/memtest.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/memtest.png deleted file mode 100644 index 1621ee7..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/memtest.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mx-linux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mx-linux.png deleted file mode 100644 index 49f1133..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/mx-linux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/neon.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/neon.png deleted file mode 100644 index e41906e..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/neon.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/opensuse.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/opensuse.png deleted file mode 100644 index d844fd5..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/opensuse.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/parrot.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/parrot.png deleted file mode 100644 index 3333de9..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/parrot.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/pop-os.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/pop-os.png deleted file mode 100644 index 014d9f3..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/pop-os.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/pop.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/pop.png deleted file mode 100644 index 014d9f3..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/pop.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/recovery.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/recovery.png deleted file mode 100644 index 7b69b14..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/recovery.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/regolith.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/regolith.png deleted file mode 100644 index 5ece07b..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/regolith.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/restart.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/restart.png deleted file mode 100644 index 9715302..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/restart.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/rocky.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/rocky.png deleted file mode 100644 index be144f6..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/rocky.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/shutdown.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/shutdown.png deleted file mode 100644 index fc9cf16..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/shutdown.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/siduction.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/siduction.png deleted file mode 100644 index d16549b..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/siduction.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/slackware.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/slackware.png deleted file mode 100644 index 4c31a3f..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/slackware.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/solus.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/solus.png deleted file mode 100644 index 338718b..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/solus.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/steamos.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/steamos.png deleted file mode 100644 index df28bcc..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/steamos.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/type.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/type.png deleted file mode 100644 index 5c48476..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/type.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/tz.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/tz.png deleted file mode 100644 index 220b29b..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/tz.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/ubuntu.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/ubuntu.png deleted file mode 100644 index 352fbe0..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/ubuntu.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/unknown.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/unknown.png deleted file mode 100644 index 326b659..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/unknown.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/unset.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/unset.png deleted file mode 100644 index 15e3d3c..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/unset.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/ventoy.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/ventoy.png deleted file mode 100644 index 7abdc6c..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/ventoy.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/void.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/void.png deleted file mode 100644 index 01cc2f3..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/void.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/windows.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/windows.png deleted file mode 100644 index d5c7cc3..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/windows.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/windows11.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/windows11.png deleted file mode 100644 index fe97d9f..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/windows11.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xero.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xero.png deleted file mode 100644 index 2221c73..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xero.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xerolinux.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xerolinux.png deleted file mode 100644 index 2221c73..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xerolinux.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xubuntu.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xubuntu.png deleted file mode 100644 index f43abc7..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/xubuntu.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/zorin.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/zorin.png deleted file mode 100644 index c1506c4..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/icons/zorin.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_c.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_c.png deleted file mode 100644 index b1f8d58..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_c.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_e.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_e.png deleted file mode 100644 index 9332368..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_e.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_w.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_w.png deleted file mode 100644 index 28f6424..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/select_w.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_c.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_c.png deleted file mode 100644 index d0dd52a..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_c.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_e.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_e.png deleted file mode 100644 index 394cbe4..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_e.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_n.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_n.png deleted file mode 100644 index 476f8bc..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_n.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_ne.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_ne.png deleted file mode 100644 index 9e26959..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_ne.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_nw.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_nw.png deleted file mode 100644 index 5c3cba8..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_nw.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_s.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_s.png deleted file mode 100644 index 85a8901..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_s.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_se.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_se.png deleted file mode 100644 index d8627ee..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_se.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_sw.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_sw.png deleted file mode 100644 index 67c600c..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_sw.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_w.png b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_w.png deleted file mode 100644 index d066e2d..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminal_box_w.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-12.pf2 b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-12.pf2 deleted file mode 100644 index 6092035..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-12.pf2 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-14.pf2 b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-14.pf2 deleted file mode 100644 index 8ab8bd1..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-14.pf2 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-16.pf2 b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-16.pf2 deleted file mode 100644 index 6e6b25d..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-16.pf2 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-18.pf2 b/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-18.pf2 deleted file mode 100644 index 129cef1..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/terminus-18.pf2 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/theme.txt b/PepDev_arm64/peploadersplash/boot/grub/live-theme/theme.txt deleted file mode 100644 index c666b67..0000000 --- a/PepDev_arm64/peploadersplash/boot/grub/live-theme/theme.txt +++ /dev/null @@ -1,42 +0,0 @@ -# Main options -title-text: "" -desktop-image: "background.png" -desktop-color: "#000000" -terminal-font: "Terminus Regular 14" -terminal-box: "terminal_box_*.png" -terminal-left: "0" -terminal-top: "0" -terminal-width: "100%" -terminal-height: "100%" -terminal-border: "0" - -# Boot menu -+ boot_menu { - left = 15% - top = 40% - width = 85% - height = 65% - item_font = "Ubuntu Regular 20" - item_color = "#cccccc" - selected_item_color = "#ffffff" - icon_width = 36 - icon_height = 36 - item_icon_space = 20 - item_height = 40 - item_padding = 2 - item_spacing = 10 - selected_item_pixmap_style = "select_*.png" -} - - -# Countdown label -# You can change the name of default starting OS here -+ label { - left = 15% - top = 31% - align = "center" - id = "__timeout__" - text = "Peppermint will start in %d seconds" - color = "#cccccc" - font = "Ubuntu Regular 17" -} diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/ubuntu_regular_17.pf2 b/PepDev_arm64/peploadersplash/boot/grub/live-theme/ubuntu_regular_17.pf2 deleted file mode 100644 index 9405954..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/ubuntu_regular_17.pf2 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/live-theme/ubuntu_regular_20.pf2 b/PepDev_arm64/peploadersplash/boot/grub/live-theme/ubuntu_regular_20.pf2 deleted file mode 100644 index 3d903ba..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/live-theme/ubuntu_regular_20.pf2 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/boot/grub/splash.png b/PepDev_arm64/peploadersplash/boot/grub/splash.png deleted file mode 100644 index 6965387..0000000 Binary files a/PepDev_arm64/peploadersplash/boot/grub/splash.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/addrk.cfg b/PepDev_arm64/peploadersplash/isolinux/addrk.cfg deleted file mode 100644 index e9074de..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/addrk.cfg +++ /dev/null @@ -1,9 +0,0 @@ -label expertdark - menu label E^xpert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/initrd.gz theme=dark --- -include rqdrk.cfg -label autodark - menu label ^Automated install - kernel /install/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/initrd.gz theme=dark --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/addrkgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/addrkgtk.cfg deleted file mode 100644 index 6d813dd..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/addrkgtk.cfg +++ /dev/null @@ -1,12 +0,0 @@ -menu hshift 9 -menu width 58 - -label expertdarkgui - menu label Graphical expert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/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/initrd.gz theme=dark --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/adgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/adgtk.cfg deleted file mode 100644 index 4aaf4dc..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/adgtk.cfg +++ /dev/null @@ -1,12 +0,0 @@ -menu hshift 9 -menu width 58 - -label expertgui - menu label Graphical expert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/initrd.gz --- -include rqgtk.cfg -label autogui - menu label Graphical automated install - kernel /install/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/initrd.gz --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/adspkgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/adspkgtk.cfg deleted file mode 100644 index 60f5df9..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/adspkgtk.cfg +++ /dev/null @@ -1,19 +0,0 @@ -menu hshift 9 -menu width 58 - -menu begin adspk - menu label ^Speech-enabled advanced options - menu title Speech-enabled advanced options - label advancedmenu - menu label ^Back.. - menu exit - label expertspk - menu label E^xpert speech install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/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/initrd.gz speakup.synth=soft --- quiet -menu end diff --git a/PepDev_arm64/peploadersplash/isolinux/adtxt.cfg b/PepDev_arm64/peploadersplash/isolinux/adtxt.cfg deleted file mode 100644 index acb1e3c..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/adtxt.cfg +++ /dev/null @@ -1,9 +0,0 @@ -label expert - menu label E^xpert install - kernel /install/vmlinuz - append priority=low vga=788 initrd=/install/initrd.gz --- -include rqtxt.cfg -label auto - menu label ^Automated install - kernel /install/vmlinuz - append auto=true priority=critical vga=788 initrd=/install/initrd.gz --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/boot.cat b/PepDev_arm64/peploadersplash/isolinux/boot.cat deleted file mode 100644 index a52d039..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/boot.cat and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/drk.cfg b/PepDev_arm64/peploadersplash/isolinux/drk.cfg deleted file mode 100644 index 25acc00..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/drk.cfg +++ /dev/null @@ -1,6 +0,0 @@ -label installdark -default installdark - menu label ^Install - menu default - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz theme=dark --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/drkgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/drkgtk.cfg deleted file mode 100644 index cbb93b6..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/drkgtk.cfg +++ /dev/null @@ -1,6 +0,0 @@ -label installdarkgui -default installdarkgui - menu label ^Graphical install - menu default - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz theme=dark --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/drkmenu.cfg b/PepDev_arm64/peploadersplash/isolinux/drkmenu.cfg deleted file mode 100644 index 753528a..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/drkmenu.cfg +++ /dev/null @@ -1,21 +0,0 @@ -menu background #00000000 -menu color title * #FFFFFFFF * -menu color border * #00000000 #00000000 none -menu color unsel * #ffffffff #ff000000 * -menu color hotkey * #ffdddd00 #ff000000 * -menu color sel * #ffffffff #ff808080 * -menu color hotsel * #ffdddd00 #ff808080 * -menu color tabmsg * #ffffffff #00000000 * -menu color help 37;40 #ffdddd00 #00000000 none -# XXX When adjusting vshift, take care that rows is set to a small -# enough value so any possible menu will fit on the screen, -# rather than falling off the bottom. -menu vshift 8 -menu rows 12 -# The help line must be at least one line from the bottom. -menu helpmsgrow 14 -# The command line must be at least one line from the help line. -menu cmdlinerow 16 -menu timeoutrow 16 -menu tabmsgrow 18 -menu tabmsg Press ENTER to boot or TAB to edit a menu entry diff --git a/PepDev_arm64/peploadersplash/isolinux/exithelp.cfg b/PepDev_arm64/peploadersplash/isolinux/exithelp.cfg deleted file mode 100644 index 3119e65..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/exithelp.cfg +++ /dev/null @@ -1,3 +0,0 @@ -label menu - kernel vesamenu.c32 - config isolinux.cfg diff --git a/PepDev_arm64/peploadersplash/isolinux/f1.txt b/PepDev_arm64/peploadersplash/isolinux/f1.txt deleted file mode 100644 index 5451a9b..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f1.txt +++ /dev/null @@ -1,25 +0,0 @@ - 0fWelcome to Debian GNU/Linux!07 09F107 - -This is a PeppermintOS installation CD-ROM. -It was built 20230311-21:01; d-i 20230311-00:01:40. - -0fHELP INDEX07 - -0fKEY TOPIC07 - -<09F107> This page, the help index. -<09F207> Prerequisites for installing Debian. -<09F307> Boot methods for special ways of using this CD-ROM -<09F407> Additional boot methods; rescue mode. -<09F507> Special boot parameters, overview. -<09F607> Special boot parameters for special machines. -<09F707> Special boot parameters for selected disk controllers. -<09F807> Special boot parameters for the install system. -<09F907> How to get help. -<09F1007> Copyrights and warranties. - -For F1-F9 type control and F then the digit 1-9 -For F10 type control and F then the digit 0 - - -Press F2 through F10 for details, or ENTER to diff --git a/PepDev_arm64/peploadersplash/isolinux/f10.txt b/PepDev_arm64/peploadersplash/isolinux/f10.txt deleted file mode 100644 index 09dfa12..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f10.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fCOPYRIGHTS AND WARRANTIES07 09F1007 - -PeppermintOS is Copyright (C) 2010-2023 Software in the Public Interest, -and others. - -The PepperminOS system is freely redistributable. After installation, -the exact distribution terms for each package are described in the -corresponding file /usr/share/doc/0bpackagename07/copyright. - -PeppermintOS comes with 0fABSOLUTELY NO WARRANTY07, to the extent -permitted by applicable law. - - - - - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to diff --git a/PepDev_arm64/peploadersplash/isolinux/f2.txt b/PepDev_arm64/peploadersplash/isolinux/f2.txt deleted file mode 100644 index dc8b754..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f2.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fPREREQUISITES FOR INSTALLING PEPPERMINT07 09F207 - -You must have at least 285 megabytes of RAM to use this Debian installer. - -You should have space on your hard disk to create a new disk partition -of at least 1160 megabytes to install the base system. You'll need more -disk space to install additional packages, depending on what you wish -to do with your new Debian system. - -See the Installation Guide or the FAQ for more information; both -documents are available at the Debian web site, 0fhttps://peppermintos.com/07 - -Thank you for choosing PeppermintOS! - - - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to diff --git a/PepDev_arm64/peploadersplash/isolinux/f3.txt b/PepDev_arm64/peploadersplash/isolinux/f3.txt deleted file mode 100644 index 144d25d..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f3.txt +++ /dev/null @@ -1,25 +0,0 @@ - 0fBOOT METHODS07 09F307 - -0fAvailable boot methods:07 - -0finstallgui07 - Start the installation using the graphical installer -- this is the - default CD-ROM install -0finstall07 - Start the installation using the text mode installer -0fexpertgui07 - Start the installation in expert mode, for maximum control, using - the graphical installer -0fexpert07 - Start the installation in expert mode using the text mode installer - -To use one of these boot methods, type it at the prompt, optionally -followed by any boot parameters. For example: - boot: install acpi=off - -If unsure, you should use the default boot method, with no special -parameters, by simply pressing enter at the boot prompt. - -Except in expert mode, non-critical kernel boot messages are suppressed. - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDev_arm64/peploadersplash/isolinux/f4.txt b/PepDev_arm64/peploadersplash/isolinux/f4.txt deleted file mode 100644 index 74de4bf..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f4.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fRESCUE MODE07 09F407 - -0fUse one of these boot methods to rescue an existing install:07 - -0frescuegui07 - Boot into rescue mode using the graphical installer. -0frescue07 - Boot into rescue mode. - - - - - -To use one of these boot methods, type it at the prompt, optionally -followed by any boot parameters. For example: - boot: rescue acpi=off - - - - - - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDev_arm64/peploadersplash/isolinux/f5.txt b/PepDev_arm64/peploadersplash/isolinux/f5.txt deleted file mode 100644 index 6e73913..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f5.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - OVERVIEW07 09F507 - -On a few systems, you may need to specify a parameter at the 0fboot:07 -prompt in order to boot the system. For example, Linux may not be able -to autodetect your hardware, and you may need to explicitly specify -its location or type for it to be recognized. - -For more information about what boot parameters you can use, press: - - <09F607> -- boot parameters for special machines - <09F707> -- boot parameters for various disk controllers - <09F807> -- boot parameters understood by the install system - -Note that to specify a parameter for a particular kernel module, use the form -module.param=value, for example: libata.atapi_enabled=1 - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDev_arm64/peploadersplash/isolinux/f6.txt b/PepDev_arm64/peploadersplash/isolinux/f6.txt deleted file mode 100644 index ad8220f..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f6.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - VARIOUS HARDWARE07 09F607 - -You can use the following boot parameters at the 0fboot:07 prompt, -in combination with the boot method (see <09F307>). -If you use hex numbers you have to use the 0x prefix (e.g., 0x300). -0f -HARDWARE PARAMETER TO SPECIFY07 -IBM PS/1 or ValuePoint (IDE disk) 0fhd=0bcylinders0f,0bheads0f,0bsectors07 -Some IBM ThinkPads 0ffloppy.floppy=thinkpad07 -Protect I/O port regions 0freserve=0biobase0f,0bextent07[0f,0b...07] -Laptops with screen display problems 0fvga=77107 -Use first serial port at 9600 baud 0fconsole=ttyS0,9600n807 -Force use of generic IDE driver 0fall_generic_ide=107 -Possible (temporary) workarounds for lockups or other hardware failures: -disable buggy APIC interrupt routing 0fnoapic nolapic07 -(partly) disable ACPI 0facpi=noirq07 or 0facpi=off07 -disable USB 0fnousb07 -poll for interrupts 0firqpoll07 - -For example: - boot: install vga=771 noapic nolapic - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDev_arm64/peploadersplash/isolinux/f7.txt b/PepDev_arm64/peploadersplash/isolinux/f7.txt deleted file mode 100644 index bfd39fc..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f7.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - VARIOUS DISK DRIVES07 09F707 - -You can use the following boot parameters at the 0fboot:07 prompt, -in combination with the boot method (see <09F307>). -0f -HARDWARE PARAMETER TO SPECIFY07 -Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]] -Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]] -Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (enabled if non-zero) -BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07 -Certain DELL machines 0faic7xxx.aic7xxx=no_probe07 - -This list is incomplete, see the kernel's kernel-parameters.txt file -for more. - - - - - -For example: - boot: install aic7xxx.aic7xxx=no_probe - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDev_arm64/peploadersplash/isolinux/f8.txt b/PepDev_arm64/peploadersplash/isolinux/f8.txt deleted file mode 100644 index 936e212..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f8.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fSPECIAL BOOT PARAMETERS - INSTALLATION SYSTEM07 09F807 - -You can use the following boot parameters at the 0fboot:07 prompt, -in combination with the boot method (see <09F307>). These parameters -control how the installer works. -0f -RESULT PARAMETER07 -Disable framebuffer 0fvga=normal fb=false07 -Don't start PCMCIA 0fhw-detect/start_pcmcia=false07 -Force static network config 0fnetcfg/disable_dhcp=true07 -Set keyboard map 0fbootkbd=es07 -Select the desktop 0fdesktop=kde07 - -Accessibility options (last 2 options not available for all images): - Use dark contrast theme 0ftheme=dark07 - Use Braille tty 0fbrltty=driver,device,texttable07 - Use Speakup 0fspeakup.synth=driver07 - - -For example: - boot: install vga=normal fb=false - -Press F1control and F then 1 for the help index, or ENTER to \ No newline at end of file diff --git a/PepDev_arm64/peploadersplash/isolinux/f9.txt b/PepDev_arm64/peploadersplash/isolinux/f9.txt deleted file mode 100644 index b6bdb3e..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/f9.txt +++ /dev/null @@ -1,23 +0,0 @@ - 0fGETTING HELP07 09F907 - -If you can't install Debian, don't despair! The PepperminOS team is ready to -help you! We are especially interested in hearing about installation -problems, because in general they don't happen to only 0fone07 person. -We've either already heard about your particular problem and can dispense a -quick fix, or we would like to hear about it and work through it with you, -and the next user who comes up with the same problem will profit from your -experience! - -See the Installation Guide or the FAQ for more information; both -documents are available at the Debian web site, 0fhttps://peppermintos.com/07 - - - - - - - - - - -Press F1control and F then 1 for the help index, or ENTER to diff --git a/PepDev_arm64/peploadersplash/isolinux/g2ldr b/PepDev_arm64/peploadersplash/isolinux/g2ldr deleted file mode 100644 index f5da412..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/g2ldr and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/g2ldr.mbr b/PepDev_arm64/peploadersplash/isolinux/g2ldr.mbr deleted file mode 100644 index 2cdd88a..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/g2ldr.mbr and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/gtk.cfg b/PepDev_arm64/peploadersplash/isolinux/gtk.cfg deleted file mode 100644 index 1d3a185..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/gtk.cfg +++ /dev/null @@ -1,6 +0,0 @@ -default installgui -label installgui - menu label ^Graphical install - menu default - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/isolinux.bin b/PepDev_arm64/peploadersplash/isolinux/isolinux.bin deleted file mode 100644 index 95329f8..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/isolinux.bin and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/isolinux.cfg b/PepDev_arm64/peploadersplash/isolinux/isolinux.cfg deleted file mode 100644 index 312653c..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/isolinux.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# D-I config version 2.0 -# search path for the c32 support libraries (libcom32, libutil etc.) -path -prompt 0 -timeout 0 -include menu.cfg -default vesamenu.c32 diff --git a/PepDev_arm64/peploadersplash/isolinux/ldlinux.c32 b/PepDev_arm64/peploadersplash/isolinux/ldlinux.c32 deleted file mode 100644 index e94389b..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/ldlinux.c32 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/libcom32.c32 b/PepDev_arm64/peploadersplash/isolinux/libcom32.c32 deleted file mode 100644 index c4265b9..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/libcom32.c32 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/libutil.c32 b/PepDev_arm64/peploadersplash/isolinux/libutil.c32 deleted file mode 100644 index 6fc1da7..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/libutil.c32 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/menu.cfg b/PepDev_arm64/peploadersplash/isolinux/menu.cfg deleted file mode 100644 index cf652c3..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/menu.cfg +++ /dev/null @@ -1,55 +0,0 @@ -menu hshift 4 -menu width 70 - -menu title PeppermintOS net installer menu (BIOS mode) -include stdmenu.cfg -include gtk.cfg -include txt.cfg -menu begin advanced - menu label ^Advanced options - menu title Advanced options - include stdmenu.cfg - label mainmenu - menu label ^Back.. - menu exit - include adgtk.cfg - include adtxt.cfg - include adspkgtk.cfg - include adspk.cfg -menu end -menu begin dark - menu label Accessible ^dark contrast installer menu - menu title Accessible dark contrast option - include drkmenu.cfg - label mainmenu - menu label ^Back.. - menu exit - include drkgtk.cfg - include drk.cfg - menu begin advanced - menu label ^Advanced options - menu title Advanced options - include drkmenu.cfg - label mainmenu - menu label ^Back.. - menu exit - include addrkgtk.cfg - include addrk.cfg - menu end - include x86drkme.cfg - label help - menu label ^Help - text help - Display help screens; type 'menu' at boot prompt to return to this menu - endtext - config prompt.cfg -menu end -include x86menu.cfg -label help - menu label ^Help - text help - Display help screens; type 'menu' at boot prompt to return to this menu - endtext - config prompt.cfg -include spkgtk.cfg -include spk.cfg diff --git a/PepDev_arm64/peploadersplash/isolinux/prompt.cfg b/PepDev_arm64/peploadersplash/isolinux/prompt.cfg deleted file mode 100644 index 3076499..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/prompt.cfg +++ /dev/null @@ -1,16 +0,0 @@ -prompt 1 -display f1.txt -timeout 0 -include menu.cfg -include exithelp.cfg - -f1 f1.txt -f2 f2.txt -f3 f3.txt -f4 f4.txt -f5 f5.txt -f6 f6.txt -f7 f7.txt -f8 f8.txt -f9 f9.txt -f10 f10.txt diff --git a/PepDev_arm64/peploadersplash/isolinux/rqdrk.cfg b/PepDev_arm64/peploadersplash/isolinux/rqdrk.cfg deleted file mode 100644 index c30ed87..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/rqdrk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuedark - menu label ^Rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz rescue/enable=true theme=dark --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/rqdrkgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/rqdrkgtk.cfg deleted file mode 100644 index 2f74702..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/rqdrkgtk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuedarkgui - menu label Graphical rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz rescue/enable=true theme=dark --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/rqgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/rqgtk.cfg deleted file mode 100644 index 322cd86..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/rqgtk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuegui - menu label Graphical rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz rescue/enable=true --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/rqspkgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/rqspkgtk.cfg deleted file mode 100644 index 1d7c10b..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/rqspkgtk.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescuespk - menu label ^Rescue speech mode - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz rescue/enable=true speakup.synth=soft --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/rqtxt.cfg b/PepDev_arm64/peploadersplash/isolinux/rqtxt.cfg deleted file mode 100644 index fdb931c..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/rqtxt.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label rescue - menu label ^Rescue mode - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz rescue/enable=true --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/setup.exe b/PepDev_arm64/peploadersplash/isolinux/setup.exe deleted file mode 100644 index 8f62e8f..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/setup.exe and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/spkgtk.cfg b/PepDev_arm64/peploadersplash/isolinux/spkgtk.cfg deleted file mode 100644 index bb75f57..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/spkgtk.cfg +++ /dev/null @@ -1,8 +0,0 @@ -label installspk - menu label Install with ^speech synthesis - kernel /install/vmlinuz - append vga=788 initrd=/install/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/PepDev_arm64/peploadersplash/isolinux/splash.png b/PepDev_arm64/peploadersplash/isolinux/splash.png deleted file mode 100644 index 6965387..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/splash.png and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/stdmenu.cfg b/PepDev_arm64/peploadersplash/isolinux/stdmenu.cfg deleted file mode 100644 index f5ff63f..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/stdmenu.cfg +++ /dev/null @@ -1,19 +0,0 @@ -menu background splash.png -menu color title * #FFFFFFFF * -menu color border * #00000000 #00000000 none -menu color sel * #ffffffff #76a1d0ff * -menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * -menu color tabmsg * #ffffffff #00000000 * -menu color help 37;40 #ffdddd00 #00000000 none -# XXX When adjusting vshift, take care that rows is set to a small -# enough value so any possible menu will fit on the screen, -# rather than falling off the bottom. -menu vshift 8 -menu rows 12 -# The help line must be at least one line from the bottom. -menu helpmsgrow 14 -# The command line must be at least one line from the help line. -menu cmdlinerow 16 -menu timeoutrow 16 -menu tabmsgrow 18 -menu tabmsg Press ENTER to boot or TAB to edit a menu entry diff --git a/PepDev_arm64/peploadersplash/isolinux/txt.cfg b/PepDev_arm64/peploadersplash/isolinux/txt.cfg deleted file mode 100644 index 1f0dbc0..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/txt.cfg +++ /dev/null @@ -1,4 +0,0 @@ -label install - menu label ^Install - kernel /install/vmlinuz - append vga=788 initrd=/install/initrd.gz --- quiet diff --git a/PepDev_arm64/peploadersplash/isolinux/vesamenu.c32 b/PepDev_arm64/peploadersplash/isolinux/vesamenu.c32 deleted file mode 100644 index bbb65e0..0000000 Binary files a/PepDev_arm64/peploadersplash/isolinux/vesamenu.c32 and /dev/null differ diff --git a/PepDev_arm64/peploadersplash/isolinux/win32-loader.ini b/PepDev_arm64/peploadersplash/isolinux/win32-loader.ini deleted file mode 100644 index cdb2f8d..0000000 --- a/PepDev_arm64/peploadersplash/isolinux/win32-loader.ini +++ /dev/null @@ -1,11 +0,0 @@ -[installer] -kernel=linux -arch=amd64 -amd64/linux=install/vmlinuz -amd64/initrd=install/initrd.gz -amd64/gtk/linux=install/vmlinuz -amd64/gtk/initrd=install/initrd.gz - -[grub] -g2ldr=g2ldr -g2ldr.mbr=g2ldr.mbr