diff --git a/PepDeb32/pepbld.sh b/PepDeb32/pepbld.sh index 7f88a47..983ad47 100755 --- a/PepDeb32/pepbld.sh +++ b/PepDeb32/pepbld.sh @@ -78,11 +78,11 @@ cp $uchinanchu/PepProTools/* $uchinanchu/fusato/config/includes.installer/presee cp $uchinanchu/peplightdm/* $uchinanchu/fusato/config/includes.installer/preseed/lightdm # Copy recursive files and sub-directories -cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary -cp -r $uchinanchu/peploadersplash/isolinux $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/debian/boot $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/debian/isolinux $uchinanchu/fusato/config/includes.binary cp -r $uchinanchu/pepinstaller/graphics $uchinanchu/fusato/config/includes.installer/usr/share cp -r $uchinanchu/pepinstaller/themes $uchinanchu/fusato/config/includes.installer/usr/share -cp -r $uchinanchu/pepgrub/* $uchinanchu/fusato/config/includes.installer/preseed/grub +cp -r $uchinanchu/pepgrub/debian/* $uchinanchu/fusato/config/includes.installer/preseed/grub cp -r $uchinanchu/pylibraries/* $uchinanchu/fusato/config/includes.installer/preseed/py cp -r $uchinanchu/pmostools/* $uchinanchu/fusato/config/includes.installer/preseed/tools diff --git a/PepDeb64/pepbld.sh b/PepDeb64/pepbld.sh index db179fe..40c7c58 100755 --- a/PepDeb64/pepbld.sh +++ b/PepDeb64/pepbld.sh @@ -78,11 +78,11 @@ cp $uchinanchu/PepProTools/* $uchinanchu/fusato/config/includes.installer/presee cp $uchinanchu/peplightdm/* $uchinanchu/fusato/config/includes.installer/preseed/lightdm # Copy recursive files and sub-directories -cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary -cp -r $uchinanchu/peploadersplash/isolinux $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/debian/boot $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/debian/isolinux $uchinanchu/fusato/config/includes.binary cp -r $uchinanchu/pepinstaller/graphics $uchinanchu/fusato/config/includes.installer/usr/share cp -r $uchinanchu/pepinstaller/themes $uchinanchu/fusato/config/includes.installer/usr/share -cp -r $uchinanchu/pepgrub/* $uchinanchu/fusato/config/includes.installer/preseed/grub +cp -r $uchinanchu/pepgrub/debian/* $uchinanchu/fusato/config/includes.installer/preseed/grub cp -r $uchinanchu/pylibraries/* $uchinanchu/fusato/config/includes.installer/preseed/py cp -r $uchinanchu/pmostools/* $uchinanchu/fusato/config/includes.installer/preseed/tools diff --git a/PepDeb_arm64/pepbld.sh b/PepDeb_arm64/pepbld.sh index 16da905..87a185c 100755 --- a/PepDeb_arm64/pepbld.sh +++ b/PepDeb_arm64/pepbld.sh @@ -80,11 +80,11 @@ cp $uchinanchu/PepProTools/* $uchinanchu/fusato/config/includes.installer/presee cp $uchinanchu/peplightdm/* $uchinanchu/fusato/config/includes.installer/preseed/lightdm # Copy recursive files and sub-directories -cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary -cp -r $uchinanchu/peploadersplash/isolinux $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/debian/boot $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/debian/isolinux $uchinanchu/fusato/config/includes.binary cp -r $uchinanchu/pepinstaller/graphics $uchinanchu/fusato/config/includes.installer/usr/share cp -r $uchinanchu/pepinstaller/themes $uchinanchu/fusato/config/includes.installer/usr/share -cp -r $uchinanchu/pepgrub/* $uchinanchu/fusato/config/includes.installer/preseed/grub +cp -r $uchinanchu/pepgrub/debian/* $uchinanchu/fusato/config/includes.installer/preseed/grub cp -r $uchinanchu/pylibraries/* $uchinanchu/fusato/config/includes.installer/preseed/py cp -r $uchinanchu/pmostools/* $uchinanchu/fusato/config/includes.installer/preseed/tools diff --git a/PepDev32/pepbld.sh b/PepDev32/pepbld.sh index 82f655c..70ac96c 100755 --- a/PepDev32/pepbld.sh +++ b/PepDev32/pepbld.sh @@ -90,11 +90,11 @@ cp $uchinanchu/PepProTools/* $uchinanchu/fusato/config/includes.installer/presee cp $uchinanchu/peplightdm/* $uchinanchu/fusato/config/includes.installer/preseed/lightdm # Copy recursive files and sub-directories -cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary -cp -r $uchinanchu/peploadersplash/isolinux $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/devuan/boot $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/devuan/isolinux $uchinanchu/fusato/config/includes.binary cp -r $uchinanchu/pepinstaller/graphics $uchinanchu/fusato/config/includes.installer/usr/share cp -r $uchinanchu/pepinstaller/themes $uchinanchu/fusato/config/includes.installer/usr/share -cp -r $uchinanchu/pepgrub/* $uchinanchu/fusato/config/includes.installer/preseed/grub +cp -r $uchinanchu/pepgrub/devuan/* $uchinanchu/fusato/config/includes.installer/preseed/grub cp -r $uchinanchu/pylibraries/* $uchinanchu/fusato/config/includes.installer/preseed/py cp -r $uchinanchu/pmostools/* $uchinanchu/fusato/config/includes.installer/preseed/tools diff --git a/PepDev64/pepbld.sh b/PepDev64/pepbld.sh index c6dd0d8..371111e 100755 --- a/PepDev64/pepbld.sh +++ b/PepDev64/pepbld.sh @@ -90,11 +90,11 @@ cp $uchinanchu/PepProTools/* $uchinanchu/fusato/config/includes.installer/presee cp $uchinanchu/peplightdm/* $uchinanchu/fusato/config/includes.installer/preseed/lightdm # Copy recursive files and sub-directories -cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary -cp -r $uchinanchu/peploadersplash/isolinux $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/devuan/boot $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/devuan/isolinux $uchinanchu/fusato/config/includes.binary cp -r $uchinanchu/pepinstaller/graphics $uchinanchu/fusato/config/includes.installer/usr/share cp -r $uchinanchu/pepinstaller/themes $uchinanchu/fusato/config/includes.installer/usr/share -cp -r $uchinanchu/pepgrub/* $uchinanchu/fusato/config/includes.installer/preseed/grub +cp -r $uchinanchu/pepgrub/devuan/* $uchinanchu/fusato/config/includes.installer/preseed/grub cp -r $uchinanchu/pylibraries/* $uchinanchu/fusato/config/includes.installer/preseed/py cp -r $uchinanchu/pmostools/* $uchinanchu/fusato/config/includes.installer/preseed/tools diff --git a/PepDev_arm64/pepbld.sh b/PepDev_arm64/pepbld.sh index 49081e5..f66a313 100755 --- a/PepDev_arm64/pepbld.sh +++ b/PepDev_arm64/pepbld.sh @@ -93,11 +93,11 @@ cp $uchinanchu/PepProTools/* $uchinanchu/fusato/config/includes.installer/presee cp $uchinanchu/peplightdm/* $uchinanchu/fusato/config/includes.installer/preseed/lightdm # Copy recursive files and sub-directories -cp -r $uchinanchu/peploadersplash/boot $uchinanchu/fusato/config/includes.binary -cp -r $uchinanchu/peploadersplash/isolinux $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/devuan/boot $uchinanchu/fusato/config/includes.binary +cp -r $uchinanchu/peploadersplash/devuan/isolinux $uchinanchu/fusato/config/includes.binary cp -r $uchinanchu/pepinstaller/graphics $uchinanchu/fusato/config/includes.installer/usr/share cp -r $uchinanchu/pepinstaller/themes $uchinanchu/fusato/config/includes.installer/usr/share -cp -r $uchinanchu/pepgrub/* $uchinanchu/fusato/config/includes.installer/preseed/grub +cp -r $uchinanchu/pepgrub/devuan/* $uchinanchu/fusato/config/includes.installer/preseed/grub cp -r $uchinanchu/pylibraries/* $uchinanchu/fusato/config/includes.installer/preseed/py cp -r $uchinanchu/pmostools/* $uchinanchu/fusato/config/includes.installer/preseed/tools diff --git a/pepautostart/Welcome_auto.desktop b/pepautostart/Welcome_auto.desktop new file mode 100755 index 0000000..e2bd6c2 --- /dev/null +++ b/pepautostart/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/peploadersplash/boot/grub/live-theme/background.png b/pepgrub/debian/themes/peppermint/background.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/background.png rename to pepgrub/debian/themes/peppermint/background.png diff --git a/pepgrub/themes/peppermint/icons/4MLinux.png b/pepgrub/debian/themes/peppermint/icons/4MLinux.png similarity index 100% rename from pepgrub/themes/peppermint/icons/4MLinux.png rename to pepgrub/debian/themes/peppermint/icons/4MLinux.png diff --git a/pepgrub/themes/peppermint/icons/AlpineLinux.png b/pepgrub/debian/themes/peppermint/icons/AlpineLinux.png similarity index 100% rename from pepgrub/themes/peppermint/icons/AlpineLinux.png rename to pepgrub/debian/themes/peppermint/icons/AlpineLinux.png diff --git a/pepgrub/themes/peppermint/icons/Manjaro.i686.png b/pepgrub/debian/themes/peppermint/icons/Manjaro.i686.png similarity index 100% rename from pepgrub/themes/peppermint/icons/Manjaro.i686.png rename to pepgrub/debian/themes/peppermint/icons/Manjaro.i686.png diff --git a/pepgrub/themes/peppermint/icons/Manjaro.x86_64.png b/pepgrub/debian/themes/peppermint/icons/Manjaro.x86_64.png similarity index 100% rename from pepgrub/themes/peppermint/icons/Manjaro.x86_64.png rename to pepgrub/debian/themes/peppermint/icons/Manjaro.x86_64.png diff --git a/pepgrub/themes/peppermint/icons/SystemRescueCD.png b/pepgrub/debian/themes/peppermint/icons/SystemRescueCD.png similarity index 100% rename from pepgrub/themes/peppermint/icons/SystemRescueCD.png rename to pepgrub/debian/themes/peppermint/icons/SystemRescueCD.png diff --git a/pepgrub/themes/peppermint/icons/android.png b/pepgrub/debian/themes/peppermint/icons/android.png similarity index 100% rename from pepgrub/themes/peppermint/icons/android.png rename to pepgrub/debian/themes/peppermint/icons/android.png diff --git a/pepgrub/themes/peppermint/icons/anonymous.png b/pepgrub/debian/themes/peppermint/icons/anonymous.png similarity index 100% rename from pepgrub/themes/peppermint/icons/anonymous.png rename to pepgrub/debian/themes/peppermint/icons/anonymous.png diff --git a/pepgrub/themes/peppermint/icons/antergos.png b/pepgrub/debian/themes/peppermint/icons/antergos.png similarity index 100% rename from pepgrub/themes/peppermint/icons/antergos.png rename to pepgrub/debian/themes/peppermint/icons/antergos.png diff --git a/pepgrub/themes/peppermint/icons/arch.png b/pepgrub/debian/themes/peppermint/icons/arch.png similarity index 100% rename from pepgrub/themes/peppermint/icons/arch.png rename to pepgrub/debian/themes/peppermint/icons/arch.png diff --git a/pepgrub/themes/peppermint/icons/archlinux.png b/pepgrub/debian/themes/peppermint/icons/archlinux.png similarity index 100% rename from pepgrub/themes/peppermint/icons/archlinux.png rename to pepgrub/debian/themes/peppermint/icons/archlinux.png diff --git a/pepgrub/themes/peppermint/icons/arcolinux.png b/pepgrub/debian/themes/peppermint/icons/arcolinux.png similarity index 100% rename from pepgrub/themes/peppermint/icons/arcolinux.png rename to pepgrub/debian/themes/peppermint/icons/arcolinux.png diff --git a/pepgrub/themes/peppermint/icons/artix.png b/pepgrub/debian/themes/peppermint/icons/artix.png similarity index 100% rename from pepgrub/themes/peppermint/icons/artix.png rename to pepgrub/debian/themes/peppermint/icons/artix.png diff --git a/pepgrub/themes/peppermint/icons/bedrock.png b/pepgrub/debian/themes/peppermint/icons/bedrock.png similarity index 100% rename from pepgrub/themes/peppermint/icons/bedrock.png rename to pepgrub/debian/themes/peppermint/icons/bedrock.png diff --git a/pepgrub/themes/peppermint/icons/cancel.png b/pepgrub/debian/themes/peppermint/icons/cancel.png similarity index 100% rename from pepgrub/themes/peppermint/icons/cancel.png rename to pepgrub/debian/themes/peppermint/icons/cancel.png diff --git a/pepgrub/themes/peppermint/icons/centos.png b/pepgrub/debian/themes/peppermint/icons/centos.png similarity index 100% rename from pepgrub/themes/peppermint/icons/centos.png rename to pepgrub/debian/themes/peppermint/icons/centos.png diff --git a/pepgrub/themes/peppermint/icons/chakra.png b/pepgrub/debian/themes/peppermint/icons/chakra.png similarity index 100% rename from pepgrub/themes/peppermint/icons/chakra.png rename to pepgrub/debian/themes/peppermint/icons/chakra.png diff --git a/pepgrub/themes/peppermint/icons/debian.png b/pepgrub/debian/themes/peppermint/icons/debian.png similarity index 100% rename from pepgrub/themes/peppermint/icons/debian.png rename to pepgrub/debian/themes/peppermint/icons/debian.png diff --git a/pepgrub/themes/peppermint/icons/deepin.png b/pepgrub/debian/themes/peppermint/icons/deepin.png similarity index 100% rename from pepgrub/themes/peppermint/icons/deepin.png rename to pepgrub/debian/themes/peppermint/icons/deepin.png diff --git a/pepgrub/themes/peppermint/icons/devuan.png b/pepgrub/debian/themes/peppermint/icons/devuan.png similarity index 100% rename from pepgrub/themes/peppermint/icons/devuan.png rename to pepgrub/debian/themes/peppermint/icons/devuan.png diff --git a/pepgrub/themes/peppermint/icons/driver.png b/pepgrub/debian/themes/peppermint/icons/driver.png similarity index 100% rename from pepgrub/themes/peppermint/icons/driver.png rename to pepgrub/debian/themes/peppermint/icons/driver.png diff --git a/pepgrub/themes/peppermint/icons/edit.png b/pepgrub/debian/themes/peppermint/icons/edit.png similarity index 100% rename from pepgrub/themes/peppermint/icons/edit.png rename to pepgrub/debian/themes/peppermint/icons/edit.png diff --git a/pepgrub/themes/peppermint/icons/efi.png b/pepgrub/debian/themes/peppermint/icons/efi.png similarity index 100% rename from pepgrub/themes/peppermint/icons/efi.png rename to pepgrub/debian/themes/peppermint/icons/efi.png diff --git a/pepgrub/themes/peppermint/icons/elementary.png b/pepgrub/debian/themes/peppermint/icons/elementary.png similarity index 100% rename from pepgrub/themes/peppermint/icons/elementary.png rename to pepgrub/debian/themes/peppermint/icons/elementary.png diff --git a/pepgrub/themes/peppermint/icons/endeavouros.png b/pepgrub/debian/themes/peppermint/icons/endeavouros.png similarity index 100% rename from pepgrub/themes/peppermint/icons/endeavouros.png rename to pepgrub/debian/themes/peppermint/icons/endeavouros.png diff --git a/pepgrub/themes/peppermint/icons/fedora.png b/pepgrub/debian/themes/peppermint/icons/fedora.png similarity index 100% rename from pepgrub/themes/peppermint/icons/fedora.png rename to pepgrub/debian/themes/peppermint/icons/fedora.png diff --git a/pepgrub/themes/peppermint/icons/find.efi.png b/pepgrub/debian/themes/peppermint/icons/find.efi.png similarity index 100% rename from pepgrub/themes/peppermint/icons/find.efi.png rename to pepgrub/debian/themes/peppermint/icons/find.efi.png diff --git a/pepgrub/themes/peppermint/icons/find.none.png b/pepgrub/debian/themes/peppermint/icons/find.none.png similarity index 100% rename from pepgrub/themes/peppermint/icons/find.none.png rename to pepgrub/debian/themes/peppermint/icons/find.none.png diff --git a/pepgrub/themes/peppermint/icons/freebsd.png b/pepgrub/debian/themes/peppermint/icons/freebsd.png similarity index 100% rename from pepgrub/themes/peppermint/icons/freebsd.png rename to pepgrub/debian/themes/peppermint/icons/freebsd.png diff --git a/pepgrub/themes/peppermint/icons/garuda.png b/pepgrub/debian/themes/peppermint/icons/garuda.png similarity index 100% rename from pepgrub/themes/peppermint/icons/garuda.png rename to pepgrub/debian/themes/peppermint/icons/garuda.png diff --git a/pepgrub/themes/peppermint/icons/gentoo.png b/pepgrub/debian/themes/peppermint/icons/gentoo.png similarity index 100% rename from pepgrub/themes/peppermint/icons/gentoo.png rename to pepgrub/debian/themes/peppermint/icons/gentoo.png diff --git a/pepgrub/debian/themes/peppermint/icons/gnu-linux.png b/pepgrub/debian/themes/peppermint/icons/gnu-linux.png new file mode 100644 index 0000000..db2fcfd Binary files /dev/null and b/pepgrub/debian/themes/peppermint/icons/gnu-linux.png differ diff --git a/pepgrub/themes/peppermint/icons/haiku.png b/pepgrub/debian/themes/peppermint/icons/haiku.png similarity index 100% rename from pepgrub/themes/peppermint/icons/haiku.png rename to pepgrub/debian/themes/peppermint/icons/haiku.png diff --git a/pepgrub/themes/peppermint/icons/help.png b/pepgrub/debian/themes/peppermint/icons/help.png similarity index 100% rename from pepgrub/themes/peppermint/icons/help.png rename to pepgrub/debian/themes/peppermint/icons/help.png diff --git a/pepgrub/themes/peppermint/icons/kali.png b/pepgrub/debian/themes/peppermint/icons/kali.png similarity index 100% rename from pepgrub/themes/peppermint/icons/kali.png rename to pepgrub/debian/themes/peppermint/icons/kali.png diff --git a/pepgrub/themes/peppermint/icons/kaos.png b/pepgrub/debian/themes/peppermint/icons/kaos.png similarity index 100% rename from pepgrub/themes/peppermint/icons/kaos.png rename to pepgrub/debian/themes/peppermint/icons/kaos.png diff --git a/pepgrub/themes/peppermint/icons/kbd.png b/pepgrub/debian/themes/peppermint/icons/kbd.png similarity index 100% rename from pepgrub/themes/peppermint/icons/kbd.png rename to pepgrub/debian/themes/peppermint/icons/kbd.png diff --git a/pepgrub/themes/peppermint/icons/korora.png b/pepgrub/debian/themes/peppermint/icons/korora.png similarity index 100% rename from pepgrub/themes/peppermint/icons/korora.png rename to pepgrub/debian/themes/peppermint/icons/korora.png diff --git a/pepgrub/themes/peppermint/icons/kubuntu.png b/pepgrub/debian/themes/peppermint/icons/kubuntu.png similarity index 100% rename from pepgrub/themes/peppermint/icons/kubuntu.png rename to pepgrub/debian/themes/peppermint/icons/kubuntu.png diff --git a/pepgrub/themes/peppermint/icons/lang.png b/pepgrub/debian/themes/peppermint/icons/lang.png similarity index 100% rename from pepgrub/themes/peppermint/icons/lang.png rename to pepgrub/debian/themes/peppermint/icons/lang.png diff --git a/pepgrub/debian/themes/peppermint/icons/lfs.png b/pepgrub/debian/themes/peppermint/icons/lfs.png new file mode 100644 index 0000000..2c54036 Binary files /dev/null and b/pepgrub/debian/themes/peppermint/icons/lfs.png differ diff --git a/pepgrub/debian/themes/peppermint/icons/linux.png b/pepgrub/debian/themes/peppermint/icons/linux.png new file mode 100644 index 0000000..348ebdd Binary files /dev/null and b/pepgrub/debian/themes/peppermint/icons/linux.png differ diff --git a/pepgrub/themes/peppermint/icons/linuxmint.png b/pepgrub/debian/themes/peppermint/icons/linuxmint.png similarity index 100% rename from pepgrub/themes/peppermint/icons/linuxmint.png rename to pepgrub/debian/themes/peppermint/icons/linuxmint.png diff --git a/pepgrub/themes/peppermint/icons/lubuntu.png b/pepgrub/debian/themes/peppermint/icons/lubuntu.png similarity index 100% rename from pepgrub/themes/peppermint/icons/lubuntu.png rename to pepgrub/debian/themes/peppermint/icons/lubuntu.png diff --git a/pepgrub/themes/peppermint/icons/macosx.png b/pepgrub/debian/themes/peppermint/icons/macosx.png similarity index 100% rename from pepgrub/themes/peppermint/icons/macosx.png rename to pepgrub/debian/themes/peppermint/icons/macosx.png diff --git a/pepgrub/themes/peppermint/icons/mageia.png b/pepgrub/debian/themes/peppermint/icons/mageia.png similarity index 100% rename from pepgrub/themes/peppermint/icons/mageia.png rename to pepgrub/debian/themes/peppermint/icons/mageia.png diff --git a/pepgrub/themes/peppermint/icons/manjaro.png b/pepgrub/debian/themes/peppermint/icons/manjaro.png similarity index 100% rename from pepgrub/themes/peppermint/icons/manjaro.png rename to pepgrub/debian/themes/peppermint/icons/manjaro.png diff --git a/pepgrub/themes/peppermint/icons/mate.png b/pepgrub/debian/themes/peppermint/icons/mate.png similarity index 100% rename from pepgrub/themes/peppermint/icons/mate.png rename to pepgrub/debian/themes/peppermint/icons/mate.png diff --git a/pepgrub/themes/peppermint/icons/memtest.png b/pepgrub/debian/themes/peppermint/icons/memtest.png similarity index 100% rename from pepgrub/themes/peppermint/icons/memtest.png rename to pepgrub/debian/themes/peppermint/icons/memtest.png diff --git a/pepgrub/themes/peppermint/icons/mx-linux.png b/pepgrub/debian/themes/peppermint/icons/mx-linux.png similarity index 100% rename from pepgrub/themes/peppermint/icons/mx-linux.png rename to pepgrub/debian/themes/peppermint/icons/mx-linux.png diff --git a/pepgrub/themes/peppermint/icons/neon.png b/pepgrub/debian/themes/peppermint/icons/neon.png similarity index 100% rename from pepgrub/themes/peppermint/icons/neon.png rename to pepgrub/debian/themes/peppermint/icons/neon.png diff --git a/pepgrub/themes/peppermint/icons/opensuse.png b/pepgrub/debian/themes/peppermint/icons/opensuse.png similarity index 100% rename from pepgrub/themes/peppermint/icons/opensuse.png rename to pepgrub/debian/themes/peppermint/icons/opensuse.png diff --git a/pepgrub/themes/peppermint/icons/parrot.png b/pepgrub/debian/themes/peppermint/icons/parrot.png similarity index 100% rename from pepgrub/themes/peppermint/icons/parrot.png rename to pepgrub/debian/themes/peppermint/icons/parrot.png diff --git a/pepgrub/themes/peppermint/icons/pop-os.png b/pepgrub/debian/themes/peppermint/icons/pop-os.png similarity index 100% rename from pepgrub/themes/peppermint/icons/pop-os.png rename to pepgrub/debian/themes/peppermint/icons/pop-os.png diff --git a/pepgrub/themes/peppermint/icons/pop.png b/pepgrub/debian/themes/peppermint/icons/pop.png similarity index 100% rename from pepgrub/themes/peppermint/icons/pop.png rename to pepgrub/debian/themes/peppermint/icons/pop.png diff --git a/pepgrub/themes/peppermint/icons/recovery.png b/pepgrub/debian/themes/peppermint/icons/recovery.png similarity index 100% rename from pepgrub/themes/peppermint/icons/recovery.png rename to pepgrub/debian/themes/peppermint/icons/recovery.png diff --git a/pepgrub/themes/peppermint/icons/regolith.png b/pepgrub/debian/themes/peppermint/icons/regolith.png similarity index 100% rename from pepgrub/themes/peppermint/icons/regolith.png rename to pepgrub/debian/themes/peppermint/icons/regolith.png diff --git a/pepgrub/themes/peppermint/icons/restart.png b/pepgrub/debian/themes/peppermint/icons/restart.png similarity index 100% rename from pepgrub/themes/peppermint/icons/restart.png rename to pepgrub/debian/themes/peppermint/icons/restart.png diff --git a/pepgrub/themes/peppermint/icons/rocky.png b/pepgrub/debian/themes/peppermint/icons/rocky.png similarity index 100% rename from pepgrub/themes/peppermint/icons/rocky.png rename to pepgrub/debian/themes/peppermint/icons/rocky.png diff --git a/pepgrub/themes/peppermint/icons/shutdown.png b/pepgrub/debian/themes/peppermint/icons/shutdown.png similarity index 100% rename from pepgrub/themes/peppermint/icons/shutdown.png rename to pepgrub/debian/themes/peppermint/icons/shutdown.png diff --git a/pepgrub/themes/peppermint/icons/siduction.png b/pepgrub/debian/themes/peppermint/icons/siduction.png similarity index 100% rename from pepgrub/themes/peppermint/icons/siduction.png rename to pepgrub/debian/themes/peppermint/icons/siduction.png diff --git a/pepgrub/themes/peppermint/icons/slackware.png b/pepgrub/debian/themes/peppermint/icons/slackware.png similarity index 100% rename from pepgrub/themes/peppermint/icons/slackware.png rename to pepgrub/debian/themes/peppermint/icons/slackware.png diff --git a/pepgrub/themes/peppermint/icons/solus.png b/pepgrub/debian/themes/peppermint/icons/solus.png similarity index 100% rename from pepgrub/themes/peppermint/icons/solus.png rename to pepgrub/debian/themes/peppermint/icons/solus.png diff --git a/pepgrub/themes/peppermint/icons/steamos.png b/pepgrub/debian/themes/peppermint/icons/steamos.png similarity index 100% rename from pepgrub/themes/peppermint/icons/steamos.png rename to pepgrub/debian/themes/peppermint/icons/steamos.png diff --git a/pepgrub/themes/peppermint/icons/type.png b/pepgrub/debian/themes/peppermint/icons/type.png similarity index 100% rename from pepgrub/themes/peppermint/icons/type.png rename to pepgrub/debian/themes/peppermint/icons/type.png diff --git a/pepgrub/themes/peppermint/icons/tz.png b/pepgrub/debian/themes/peppermint/icons/tz.png similarity index 100% rename from pepgrub/themes/peppermint/icons/tz.png rename to pepgrub/debian/themes/peppermint/icons/tz.png diff --git a/pepgrub/themes/peppermint/icons/ubuntu.png b/pepgrub/debian/themes/peppermint/icons/ubuntu.png similarity index 100% rename from pepgrub/themes/peppermint/icons/ubuntu.png rename to pepgrub/debian/themes/peppermint/icons/ubuntu.png diff --git a/pepgrub/debian/themes/peppermint/icons/unknown.png b/pepgrub/debian/themes/peppermint/icons/unknown.png new file mode 100644 index 0000000..4733dc8 Binary files /dev/null and b/pepgrub/debian/themes/peppermint/icons/unknown.png differ diff --git a/pepgrub/themes/peppermint/icons/unset.png b/pepgrub/debian/themes/peppermint/icons/unset.png similarity index 100% rename from pepgrub/themes/peppermint/icons/unset.png rename to pepgrub/debian/themes/peppermint/icons/unset.png diff --git a/pepgrub/themes/peppermint/icons/ventoy.png b/pepgrub/debian/themes/peppermint/icons/ventoy.png similarity index 100% rename from pepgrub/themes/peppermint/icons/ventoy.png rename to pepgrub/debian/themes/peppermint/icons/ventoy.png diff --git a/pepgrub/themes/peppermint/icons/void.png b/pepgrub/debian/themes/peppermint/icons/void.png similarity index 100% rename from pepgrub/themes/peppermint/icons/void.png rename to pepgrub/debian/themes/peppermint/icons/void.png diff --git a/pepgrub/themes/peppermint/icons/windows.png b/pepgrub/debian/themes/peppermint/icons/windows.png similarity index 100% rename from pepgrub/themes/peppermint/icons/windows.png rename to pepgrub/debian/themes/peppermint/icons/windows.png diff --git a/pepgrub/themes/peppermint/icons/windows11.png b/pepgrub/debian/themes/peppermint/icons/windows11.png similarity index 100% rename from pepgrub/themes/peppermint/icons/windows11.png rename to pepgrub/debian/themes/peppermint/icons/windows11.png diff --git a/pepgrub/themes/peppermint/icons/xero.png b/pepgrub/debian/themes/peppermint/icons/xero.png similarity index 100% rename from pepgrub/themes/peppermint/icons/xero.png rename to pepgrub/debian/themes/peppermint/icons/xero.png diff --git a/pepgrub/themes/peppermint/icons/xerolinux.png b/pepgrub/debian/themes/peppermint/icons/xerolinux.png similarity index 100% rename from pepgrub/themes/peppermint/icons/xerolinux.png rename to pepgrub/debian/themes/peppermint/icons/xerolinux.png diff --git a/pepgrub/themes/peppermint/icons/xubuntu.png b/pepgrub/debian/themes/peppermint/icons/xubuntu.png similarity index 100% rename from pepgrub/themes/peppermint/icons/xubuntu.png rename to pepgrub/debian/themes/peppermint/icons/xubuntu.png diff --git a/pepgrub/themes/peppermint/icons/zorin.png b/pepgrub/debian/themes/peppermint/icons/zorin.png similarity index 100% rename from pepgrub/themes/peppermint/icons/zorin.png rename to pepgrub/debian/themes/peppermint/icons/zorin.png diff --git a/pepgrub/themes/peppermint/select_c.png b/pepgrub/debian/themes/peppermint/select_c.png similarity index 100% rename from pepgrub/themes/peppermint/select_c.png rename to pepgrub/debian/themes/peppermint/select_c.png diff --git a/pepgrub/themes/peppermint/select_e.png b/pepgrub/debian/themes/peppermint/select_e.png similarity index 100% rename from pepgrub/themes/peppermint/select_e.png rename to pepgrub/debian/themes/peppermint/select_e.png diff --git a/pepgrub/themes/peppermint/select_w.png b/pepgrub/debian/themes/peppermint/select_w.png similarity index 100% rename from pepgrub/themes/peppermint/select_w.png rename to pepgrub/debian/themes/peppermint/select_w.png diff --git a/pepgrub/themes/peppermint/terminal_box_c.png b/pepgrub/debian/themes/peppermint/terminal_box_c.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_c.png rename to pepgrub/debian/themes/peppermint/terminal_box_c.png diff --git a/pepgrub/themes/peppermint/terminal_box_e.png b/pepgrub/debian/themes/peppermint/terminal_box_e.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_e.png rename to pepgrub/debian/themes/peppermint/terminal_box_e.png diff --git a/pepgrub/themes/peppermint/terminal_box_n.png b/pepgrub/debian/themes/peppermint/terminal_box_n.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_n.png rename to pepgrub/debian/themes/peppermint/terminal_box_n.png diff --git a/pepgrub/themes/peppermint/terminal_box_ne.png b/pepgrub/debian/themes/peppermint/terminal_box_ne.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_ne.png rename to pepgrub/debian/themes/peppermint/terminal_box_ne.png diff --git a/pepgrub/themes/peppermint/terminal_box_nw.png b/pepgrub/debian/themes/peppermint/terminal_box_nw.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_nw.png rename to pepgrub/debian/themes/peppermint/terminal_box_nw.png diff --git a/pepgrub/themes/peppermint/terminal_box_s.png b/pepgrub/debian/themes/peppermint/terminal_box_s.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_s.png rename to pepgrub/debian/themes/peppermint/terminal_box_s.png diff --git a/pepgrub/themes/peppermint/terminal_box_se.png b/pepgrub/debian/themes/peppermint/terminal_box_se.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_se.png rename to pepgrub/debian/themes/peppermint/terminal_box_se.png diff --git a/pepgrub/themes/peppermint/terminal_box_sw.png b/pepgrub/debian/themes/peppermint/terminal_box_sw.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_sw.png rename to pepgrub/debian/themes/peppermint/terminal_box_sw.png diff --git a/pepgrub/themes/peppermint/terminal_box_w.png b/pepgrub/debian/themes/peppermint/terminal_box_w.png similarity index 100% rename from pepgrub/themes/peppermint/terminal_box_w.png rename to pepgrub/debian/themes/peppermint/terminal_box_w.png diff --git a/pepgrub/themes/peppermint/terminus-12.pf2 b/pepgrub/debian/themes/peppermint/terminus-12.pf2 similarity index 100% rename from pepgrub/themes/peppermint/terminus-12.pf2 rename to pepgrub/debian/themes/peppermint/terminus-12.pf2 diff --git a/pepgrub/themes/peppermint/terminus-14.pf2 b/pepgrub/debian/themes/peppermint/terminus-14.pf2 similarity index 100% rename from pepgrub/themes/peppermint/terminus-14.pf2 rename to pepgrub/debian/themes/peppermint/terminus-14.pf2 diff --git a/pepgrub/themes/peppermint/terminus-16.pf2 b/pepgrub/debian/themes/peppermint/terminus-16.pf2 similarity index 100% rename from pepgrub/themes/peppermint/terminus-16.pf2 rename to pepgrub/debian/themes/peppermint/terminus-16.pf2 diff --git a/pepgrub/themes/peppermint/terminus-18.pf2 b/pepgrub/debian/themes/peppermint/terminus-18.pf2 similarity index 100% rename from pepgrub/themes/peppermint/terminus-18.pf2 rename to pepgrub/debian/themes/peppermint/terminus-18.pf2 diff --git a/pepgrub/themes/peppermint/theme.txt b/pepgrub/debian/themes/peppermint/theme.txt similarity index 100% rename from pepgrub/themes/peppermint/theme.txt rename to pepgrub/debian/themes/peppermint/theme.txt diff --git a/pepgrub/themes/peppermint/ubuntu_regular_17.pf2 b/pepgrub/debian/themes/peppermint/ubuntu_regular_17.pf2 similarity index 100% rename from pepgrub/themes/peppermint/ubuntu_regular_17.pf2 rename to pepgrub/debian/themes/peppermint/ubuntu_regular_17.pf2 diff --git a/pepgrub/themes/peppermint/ubuntu_regular_20.pf2 b/pepgrub/debian/themes/peppermint/ubuntu_regular_20.pf2 similarity index 100% rename from pepgrub/themes/peppermint/ubuntu_regular_20.pf2 rename to pepgrub/debian/themes/peppermint/ubuntu_regular_20.pf2 diff --git a/pepgrub/devuan/themes/peppermint/background.png b/pepgrub/devuan/themes/peppermint/background.png new file mode 100644 index 0000000..362b0a6 Binary files /dev/null and b/pepgrub/devuan/themes/peppermint/background.png differ diff --git a/peploadersplash/boot/grub/live-theme/icons/4MLinux.png b/pepgrub/devuan/themes/peppermint/icons/4MLinux.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/4MLinux.png rename to pepgrub/devuan/themes/peppermint/icons/4MLinux.png diff --git a/peploadersplash/boot/grub/live-theme/icons/AlpineLinux.png b/pepgrub/devuan/themes/peppermint/icons/AlpineLinux.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/AlpineLinux.png rename to pepgrub/devuan/themes/peppermint/icons/AlpineLinux.png diff --git a/peploadersplash/boot/grub/live-theme/icons/Manjaro.i686.png b/pepgrub/devuan/themes/peppermint/icons/Manjaro.i686.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/Manjaro.i686.png rename to pepgrub/devuan/themes/peppermint/icons/Manjaro.i686.png diff --git a/peploadersplash/boot/grub/live-theme/icons/Manjaro.x86_64.png b/pepgrub/devuan/themes/peppermint/icons/Manjaro.x86_64.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/Manjaro.x86_64.png rename to pepgrub/devuan/themes/peppermint/icons/Manjaro.x86_64.png diff --git a/peploadersplash/boot/grub/live-theme/icons/SystemRescueCD.png b/pepgrub/devuan/themes/peppermint/icons/SystemRescueCD.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/SystemRescueCD.png rename to pepgrub/devuan/themes/peppermint/icons/SystemRescueCD.png diff --git a/peploadersplash/boot/grub/live-theme/icons/android.png b/pepgrub/devuan/themes/peppermint/icons/android.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/android.png rename to pepgrub/devuan/themes/peppermint/icons/android.png diff --git a/peploadersplash/boot/grub/live-theme/icons/anonymous.png b/pepgrub/devuan/themes/peppermint/icons/anonymous.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/anonymous.png rename to pepgrub/devuan/themes/peppermint/icons/anonymous.png diff --git a/peploadersplash/boot/grub/live-theme/icons/antergos.png b/pepgrub/devuan/themes/peppermint/icons/antergos.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/antergos.png rename to pepgrub/devuan/themes/peppermint/icons/antergos.png diff --git a/peploadersplash/boot/grub/live-theme/icons/arch.png b/pepgrub/devuan/themes/peppermint/icons/arch.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/arch.png rename to pepgrub/devuan/themes/peppermint/icons/arch.png diff --git a/peploadersplash/boot/grub/live-theme/icons/archlinux.png b/pepgrub/devuan/themes/peppermint/icons/archlinux.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/archlinux.png rename to pepgrub/devuan/themes/peppermint/icons/archlinux.png diff --git a/peploadersplash/boot/grub/live-theme/icons/arcolinux.png b/pepgrub/devuan/themes/peppermint/icons/arcolinux.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/arcolinux.png rename to pepgrub/devuan/themes/peppermint/icons/arcolinux.png diff --git a/peploadersplash/boot/grub/live-theme/icons/artix.png b/pepgrub/devuan/themes/peppermint/icons/artix.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/artix.png rename to pepgrub/devuan/themes/peppermint/icons/artix.png diff --git a/peploadersplash/boot/grub/live-theme/icons/bedrock.png b/pepgrub/devuan/themes/peppermint/icons/bedrock.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/bedrock.png rename to pepgrub/devuan/themes/peppermint/icons/bedrock.png diff --git a/peploadersplash/boot/grub/live-theme/icons/cancel.png b/pepgrub/devuan/themes/peppermint/icons/cancel.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/cancel.png rename to pepgrub/devuan/themes/peppermint/icons/cancel.png diff --git a/peploadersplash/boot/grub/live-theme/icons/centos.png b/pepgrub/devuan/themes/peppermint/icons/centos.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/centos.png rename to pepgrub/devuan/themes/peppermint/icons/centos.png diff --git a/peploadersplash/boot/grub/live-theme/icons/chakra.png b/pepgrub/devuan/themes/peppermint/icons/chakra.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/chakra.png rename to pepgrub/devuan/themes/peppermint/icons/chakra.png diff --git a/peploadersplash/boot/grub/live-theme/icons/debian.png b/pepgrub/devuan/themes/peppermint/icons/debian.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/debian.png rename to pepgrub/devuan/themes/peppermint/icons/debian.png diff --git a/peploadersplash/boot/grub/live-theme/icons/deepin.png b/pepgrub/devuan/themes/peppermint/icons/deepin.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/deepin.png rename to pepgrub/devuan/themes/peppermint/icons/deepin.png diff --git a/peploadersplash/boot/grub/live-theme/icons/devuan.png b/pepgrub/devuan/themes/peppermint/icons/devuan.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/devuan.png rename to pepgrub/devuan/themes/peppermint/icons/devuan.png diff --git a/peploadersplash/boot/grub/live-theme/icons/driver.png b/pepgrub/devuan/themes/peppermint/icons/driver.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/driver.png rename to pepgrub/devuan/themes/peppermint/icons/driver.png diff --git a/peploadersplash/boot/grub/live-theme/icons/edit.png b/pepgrub/devuan/themes/peppermint/icons/edit.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/edit.png rename to pepgrub/devuan/themes/peppermint/icons/edit.png diff --git a/peploadersplash/boot/grub/live-theme/icons/efi.png b/pepgrub/devuan/themes/peppermint/icons/efi.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/efi.png rename to pepgrub/devuan/themes/peppermint/icons/efi.png diff --git a/peploadersplash/boot/grub/live-theme/icons/elementary.png b/pepgrub/devuan/themes/peppermint/icons/elementary.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/elementary.png rename to pepgrub/devuan/themes/peppermint/icons/elementary.png diff --git a/peploadersplash/boot/grub/live-theme/icons/endeavouros.png b/pepgrub/devuan/themes/peppermint/icons/endeavouros.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/endeavouros.png rename to pepgrub/devuan/themes/peppermint/icons/endeavouros.png diff --git a/peploadersplash/boot/grub/live-theme/icons/fedora.png b/pepgrub/devuan/themes/peppermint/icons/fedora.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/fedora.png rename to pepgrub/devuan/themes/peppermint/icons/fedora.png diff --git a/peploadersplash/boot/grub/live-theme/icons/find.efi.png b/pepgrub/devuan/themes/peppermint/icons/find.efi.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/find.efi.png rename to pepgrub/devuan/themes/peppermint/icons/find.efi.png diff --git a/peploadersplash/boot/grub/live-theme/icons/find.none.png b/pepgrub/devuan/themes/peppermint/icons/find.none.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/find.none.png rename to pepgrub/devuan/themes/peppermint/icons/find.none.png diff --git a/peploadersplash/boot/grub/live-theme/icons/freebsd.png b/pepgrub/devuan/themes/peppermint/icons/freebsd.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/freebsd.png rename to pepgrub/devuan/themes/peppermint/icons/freebsd.png diff --git a/peploadersplash/boot/grub/live-theme/icons/garuda.png b/pepgrub/devuan/themes/peppermint/icons/garuda.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/garuda.png rename to pepgrub/devuan/themes/peppermint/icons/garuda.png diff --git a/peploadersplash/boot/grub/live-theme/icons/gentoo.png b/pepgrub/devuan/themes/peppermint/icons/gentoo.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/gentoo.png rename to pepgrub/devuan/themes/peppermint/icons/gentoo.png diff --git a/pepgrub/devuan/themes/peppermint/icons/gnu-linux.png b/pepgrub/devuan/themes/peppermint/icons/gnu-linux.png new file mode 100644 index 0000000..db2fcfd Binary files /dev/null and b/pepgrub/devuan/themes/peppermint/icons/gnu-linux.png differ diff --git a/peploadersplash/boot/grub/live-theme/icons/haiku.png b/pepgrub/devuan/themes/peppermint/icons/haiku.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/haiku.png rename to pepgrub/devuan/themes/peppermint/icons/haiku.png diff --git a/peploadersplash/boot/grub/live-theme/icons/help.png b/pepgrub/devuan/themes/peppermint/icons/help.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/help.png rename to pepgrub/devuan/themes/peppermint/icons/help.png diff --git a/peploadersplash/boot/grub/live-theme/icons/kali.png b/pepgrub/devuan/themes/peppermint/icons/kali.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/kali.png rename to pepgrub/devuan/themes/peppermint/icons/kali.png diff --git a/peploadersplash/boot/grub/live-theme/icons/kaos.png b/pepgrub/devuan/themes/peppermint/icons/kaos.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/kaos.png rename to pepgrub/devuan/themes/peppermint/icons/kaos.png diff --git a/peploadersplash/boot/grub/live-theme/icons/kbd.png b/pepgrub/devuan/themes/peppermint/icons/kbd.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/kbd.png rename to pepgrub/devuan/themes/peppermint/icons/kbd.png diff --git a/peploadersplash/boot/grub/live-theme/icons/korora.png b/pepgrub/devuan/themes/peppermint/icons/korora.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/korora.png rename to pepgrub/devuan/themes/peppermint/icons/korora.png diff --git a/peploadersplash/boot/grub/live-theme/icons/kubuntu.png b/pepgrub/devuan/themes/peppermint/icons/kubuntu.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/kubuntu.png rename to pepgrub/devuan/themes/peppermint/icons/kubuntu.png diff --git a/peploadersplash/boot/grub/live-theme/icons/lang.png b/pepgrub/devuan/themes/peppermint/icons/lang.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/lang.png rename to pepgrub/devuan/themes/peppermint/icons/lang.png diff --git a/pepgrub/devuan/themes/peppermint/icons/lfs.png b/pepgrub/devuan/themes/peppermint/icons/lfs.png new file mode 100644 index 0000000..2c54036 Binary files /dev/null and b/pepgrub/devuan/themes/peppermint/icons/lfs.png differ diff --git a/pepgrub/devuan/themes/peppermint/icons/linux.png b/pepgrub/devuan/themes/peppermint/icons/linux.png new file mode 100644 index 0000000..348ebdd Binary files /dev/null and b/pepgrub/devuan/themes/peppermint/icons/linux.png differ diff --git a/peploadersplash/boot/grub/live-theme/icons/linuxmint.png b/pepgrub/devuan/themes/peppermint/icons/linuxmint.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/linuxmint.png rename to pepgrub/devuan/themes/peppermint/icons/linuxmint.png diff --git a/peploadersplash/boot/grub/live-theme/icons/lubuntu.png b/pepgrub/devuan/themes/peppermint/icons/lubuntu.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/lubuntu.png rename to pepgrub/devuan/themes/peppermint/icons/lubuntu.png diff --git a/peploadersplash/boot/grub/live-theme/icons/macosx.png b/pepgrub/devuan/themes/peppermint/icons/macosx.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/macosx.png rename to pepgrub/devuan/themes/peppermint/icons/macosx.png diff --git a/peploadersplash/boot/grub/live-theme/icons/mageia.png b/pepgrub/devuan/themes/peppermint/icons/mageia.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/mageia.png rename to pepgrub/devuan/themes/peppermint/icons/mageia.png diff --git a/peploadersplash/boot/grub/live-theme/icons/manjaro.png b/pepgrub/devuan/themes/peppermint/icons/manjaro.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/manjaro.png rename to pepgrub/devuan/themes/peppermint/icons/manjaro.png diff --git a/peploadersplash/boot/grub/live-theme/icons/mate.png b/pepgrub/devuan/themes/peppermint/icons/mate.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/mate.png rename to pepgrub/devuan/themes/peppermint/icons/mate.png diff --git a/peploadersplash/boot/grub/live-theme/icons/memtest.png b/pepgrub/devuan/themes/peppermint/icons/memtest.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/memtest.png rename to pepgrub/devuan/themes/peppermint/icons/memtest.png diff --git a/peploadersplash/boot/grub/live-theme/icons/mx-linux.png b/pepgrub/devuan/themes/peppermint/icons/mx-linux.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/mx-linux.png rename to pepgrub/devuan/themes/peppermint/icons/mx-linux.png diff --git a/peploadersplash/boot/grub/live-theme/icons/neon.png b/pepgrub/devuan/themes/peppermint/icons/neon.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/neon.png rename to pepgrub/devuan/themes/peppermint/icons/neon.png diff --git a/peploadersplash/boot/grub/live-theme/icons/opensuse.png b/pepgrub/devuan/themes/peppermint/icons/opensuse.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/opensuse.png rename to pepgrub/devuan/themes/peppermint/icons/opensuse.png diff --git a/peploadersplash/boot/grub/live-theme/icons/parrot.png b/pepgrub/devuan/themes/peppermint/icons/parrot.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/parrot.png rename to pepgrub/devuan/themes/peppermint/icons/parrot.png diff --git a/peploadersplash/boot/grub/live-theme/icons/pop-os.png b/pepgrub/devuan/themes/peppermint/icons/pop-os.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/pop-os.png rename to pepgrub/devuan/themes/peppermint/icons/pop-os.png diff --git a/peploadersplash/boot/grub/live-theme/icons/pop.png b/pepgrub/devuan/themes/peppermint/icons/pop.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/pop.png rename to pepgrub/devuan/themes/peppermint/icons/pop.png diff --git a/peploadersplash/boot/grub/live-theme/icons/recovery.png b/pepgrub/devuan/themes/peppermint/icons/recovery.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/recovery.png rename to pepgrub/devuan/themes/peppermint/icons/recovery.png diff --git a/peploadersplash/boot/grub/live-theme/icons/regolith.png b/pepgrub/devuan/themes/peppermint/icons/regolith.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/regolith.png rename to pepgrub/devuan/themes/peppermint/icons/regolith.png diff --git a/peploadersplash/boot/grub/live-theme/icons/restart.png b/pepgrub/devuan/themes/peppermint/icons/restart.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/restart.png rename to pepgrub/devuan/themes/peppermint/icons/restart.png diff --git a/peploadersplash/boot/grub/live-theme/icons/rocky.png b/pepgrub/devuan/themes/peppermint/icons/rocky.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/rocky.png rename to pepgrub/devuan/themes/peppermint/icons/rocky.png diff --git a/peploadersplash/boot/grub/live-theme/icons/shutdown.png b/pepgrub/devuan/themes/peppermint/icons/shutdown.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/shutdown.png rename to pepgrub/devuan/themes/peppermint/icons/shutdown.png diff --git a/peploadersplash/boot/grub/live-theme/icons/siduction.png b/pepgrub/devuan/themes/peppermint/icons/siduction.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/siduction.png rename to pepgrub/devuan/themes/peppermint/icons/siduction.png diff --git a/peploadersplash/boot/grub/live-theme/icons/slackware.png b/pepgrub/devuan/themes/peppermint/icons/slackware.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/slackware.png rename to pepgrub/devuan/themes/peppermint/icons/slackware.png diff --git a/peploadersplash/boot/grub/live-theme/icons/solus.png b/pepgrub/devuan/themes/peppermint/icons/solus.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/solus.png rename to pepgrub/devuan/themes/peppermint/icons/solus.png diff --git a/peploadersplash/boot/grub/live-theme/icons/steamos.png b/pepgrub/devuan/themes/peppermint/icons/steamos.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/steamos.png rename to pepgrub/devuan/themes/peppermint/icons/steamos.png diff --git a/peploadersplash/boot/grub/live-theme/icons/type.png b/pepgrub/devuan/themes/peppermint/icons/type.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/type.png rename to pepgrub/devuan/themes/peppermint/icons/type.png diff --git a/peploadersplash/boot/grub/live-theme/icons/tz.png b/pepgrub/devuan/themes/peppermint/icons/tz.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/tz.png rename to pepgrub/devuan/themes/peppermint/icons/tz.png diff --git a/peploadersplash/boot/grub/live-theme/icons/ubuntu.png b/pepgrub/devuan/themes/peppermint/icons/ubuntu.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/ubuntu.png rename to pepgrub/devuan/themes/peppermint/icons/ubuntu.png diff --git a/pepgrub/devuan/themes/peppermint/icons/unknown.png b/pepgrub/devuan/themes/peppermint/icons/unknown.png new file mode 100644 index 0000000..4733dc8 Binary files /dev/null and b/pepgrub/devuan/themes/peppermint/icons/unknown.png differ diff --git a/peploadersplash/boot/grub/live-theme/icons/unset.png b/pepgrub/devuan/themes/peppermint/icons/unset.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/unset.png rename to pepgrub/devuan/themes/peppermint/icons/unset.png diff --git a/peploadersplash/boot/grub/live-theme/icons/ventoy.png b/pepgrub/devuan/themes/peppermint/icons/ventoy.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/ventoy.png rename to pepgrub/devuan/themes/peppermint/icons/ventoy.png diff --git a/peploadersplash/boot/grub/live-theme/icons/void.png b/pepgrub/devuan/themes/peppermint/icons/void.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/void.png rename to pepgrub/devuan/themes/peppermint/icons/void.png diff --git a/peploadersplash/boot/grub/live-theme/icons/windows.png b/pepgrub/devuan/themes/peppermint/icons/windows.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/windows.png rename to pepgrub/devuan/themes/peppermint/icons/windows.png diff --git a/peploadersplash/boot/grub/live-theme/icons/windows11.png b/pepgrub/devuan/themes/peppermint/icons/windows11.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/windows11.png rename to pepgrub/devuan/themes/peppermint/icons/windows11.png diff --git a/peploadersplash/boot/grub/live-theme/icons/xero.png b/pepgrub/devuan/themes/peppermint/icons/xero.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/xero.png rename to pepgrub/devuan/themes/peppermint/icons/xero.png diff --git a/peploadersplash/boot/grub/live-theme/icons/xerolinux.png b/pepgrub/devuan/themes/peppermint/icons/xerolinux.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/xerolinux.png rename to pepgrub/devuan/themes/peppermint/icons/xerolinux.png diff --git a/peploadersplash/boot/grub/live-theme/icons/xubuntu.png b/pepgrub/devuan/themes/peppermint/icons/xubuntu.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/xubuntu.png rename to pepgrub/devuan/themes/peppermint/icons/xubuntu.png diff --git a/peploadersplash/boot/grub/live-theme/icons/zorin.png b/pepgrub/devuan/themes/peppermint/icons/zorin.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/icons/zorin.png rename to pepgrub/devuan/themes/peppermint/icons/zorin.png diff --git a/peploadersplash/boot/grub/live-theme/select_c.png b/pepgrub/devuan/themes/peppermint/select_c.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/select_c.png rename to pepgrub/devuan/themes/peppermint/select_c.png diff --git a/peploadersplash/boot/grub/live-theme/select_e.png b/pepgrub/devuan/themes/peppermint/select_e.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/select_e.png rename to pepgrub/devuan/themes/peppermint/select_e.png diff --git a/peploadersplash/boot/grub/live-theme/select_w.png b/pepgrub/devuan/themes/peppermint/select_w.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/select_w.png rename to pepgrub/devuan/themes/peppermint/select_w.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_c.png b/pepgrub/devuan/themes/peppermint/terminal_box_c.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_c.png rename to pepgrub/devuan/themes/peppermint/terminal_box_c.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_e.png b/pepgrub/devuan/themes/peppermint/terminal_box_e.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_e.png rename to pepgrub/devuan/themes/peppermint/terminal_box_e.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_n.png b/pepgrub/devuan/themes/peppermint/terminal_box_n.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_n.png rename to pepgrub/devuan/themes/peppermint/terminal_box_n.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_ne.png b/pepgrub/devuan/themes/peppermint/terminal_box_ne.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_ne.png rename to pepgrub/devuan/themes/peppermint/terminal_box_ne.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_nw.png b/pepgrub/devuan/themes/peppermint/terminal_box_nw.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_nw.png rename to pepgrub/devuan/themes/peppermint/terminal_box_nw.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_s.png b/pepgrub/devuan/themes/peppermint/terminal_box_s.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_s.png rename to pepgrub/devuan/themes/peppermint/terminal_box_s.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_se.png b/pepgrub/devuan/themes/peppermint/terminal_box_se.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_se.png rename to pepgrub/devuan/themes/peppermint/terminal_box_se.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_sw.png b/pepgrub/devuan/themes/peppermint/terminal_box_sw.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_sw.png rename to pepgrub/devuan/themes/peppermint/terminal_box_sw.png diff --git a/peploadersplash/boot/grub/live-theme/terminal_box_w.png b/pepgrub/devuan/themes/peppermint/terminal_box_w.png similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminal_box_w.png rename to pepgrub/devuan/themes/peppermint/terminal_box_w.png diff --git a/peploadersplash/boot/grub/live-theme/terminus-12.pf2 b/pepgrub/devuan/themes/peppermint/terminus-12.pf2 similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminus-12.pf2 rename to pepgrub/devuan/themes/peppermint/terminus-12.pf2 diff --git a/peploadersplash/boot/grub/live-theme/terminus-14.pf2 b/pepgrub/devuan/themes/peppermint/terminus-14.pf2 similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminus-14.pf2 rename to pepgrub/devuan/themes/peppermint/terminus-14.pf2 diff --git a/peploadersplash/boot/grub/live-theme/terminus-16.pf2 b/pepgrub/devuan/themes/peppermint/terminus-16.pf2 similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminus-16.pf2 rename to pepgrub/devuan/themes/peppermint/terminus-16.pf2 diff --git a/peploadersplash/boot/grub/live-theme/terminus-18.pf2 b/pepgrub/devuan/themes/peppermint/terminus-18.pf2 similarity index 100% rename from peploadersplash/boot/grub/live-theme/terminus-18.pf2 rename to pepgrub/devuan/themes/peppermint/terminus-18.pf2 diff --git a/peploadersplash/boot/grub/live-theme/theme.txt b/pepgrub/devuan/themes/peppermint/theme.txt similarity index 100% rename from peploadersplash/boot/grub/live-theme/theme.txt rename to pepgrub/devuan/themes/peppermint/theme.txt diff --git a/peploadersplash/boot/grub/live-theme/ubuntu_regular_17.pf2 b/pepgrub/devuan/themes/peppermint/ubuntu_regular_17.pf2 similarity index 100% rename from peploadersplash/boot/grub/live-theme/ubuntu_regular_17.pf2 rename to pepgrub/devuan/themes/peppermint/ubuntu_regular_17.pf2 diff --git a/peploadersplash/boot/grub/live-theme/ubuntu_regular_20.pf2 b/pepgrub/devuan/themes/peppermint/ubuntu_regular_20.pf2 similarity index 100% rename from peploadersplash/boot/grub/live-theme/ubuntu_regular_20.pf2 rename to pepgrub/devuan/themes/peppermint/ubuntu_regular_20.pf2 diff --git a/pepgrub/themes/peppermint/background.png b/pepgrub/themes/peppermint/background.png deleted file mode 100644 index 6965387..0000000 Binary files a/pepgrub/themes/peppermint/background.png and /dev/null differ diff --git a/pepgrub/themes/peppermint/icons/gnu-linux.png b/pepgrub/themes/peppermint/icons/gnu-linux.png deleted file mode 100644 index 326b659..0000000 Binary files a/pepgrub/themes/peppermint/icons/gnu-linux.png and /dev/null differ diff --git a/pepgrub/themes/peppermint/icons/lfs.png b/pepgrub/themes/peppermint/icons/lfs.png deleted file mode 100644 index 326b659..0000000 Binary files a/pepgrub/themes/peppermint/icons/lfs.png and /dev/null differ diff --git a/pepgrub/themes/peppermint/icons/linux.png b/pepgrub/themes/peppermint/icons/linux.png deleted file mode 100644 index 326b659..0000000 Binary files a/pepgrub/themes/peppermint/icons/linux.png and /dev/null differ diff --git a/pepgrub/themes/peppermint/icons/unknown.png b/pepgrub/themes/peppermint/icons/unknown.png deleted file mode 100644 index 326b659..0000000 Binary files a/pepgrub/themes/peppermint/icons/unknown.png and /dev/null differ diff --git a/peploadersplash/boot/grub/live-theme/icons/gnu-linux.png b/peploadersplash/boot/grub/live-theme/icons/gnu-linux.png deleted file mode 100644 index 326b659..0000000 Binary files a/peploadersplash/boot/grub/live-theme/icons/gnu-linux.png and /dev/null differ diff --git a/peploadersplash/boot/grub/live-theme/icons/lfs.png b/peploadersplash/boot/grub/live-theme/icons/lfs.png deleted file mode 100644 index 326b659..0000000 Binary files a/peploadersplash/boot/grub/live-theme/icons/lfs.png and /dev/null differ diff --git a/peploadersplash/boot/grub/live-theme/icons/linux.png b/peploadersplash/boot/grub/live-theme/icons/linux.png deleted file mode 100644 index 326b659..0000000 Binary files a/peploadersplash/boot/grub/live-theme/icons/linux.png and /dev/null differ diff --git a/peploadersplash/boot/grub/live-theme/icons/unknown.png b/peploadersplash/boot/grub/live-theme/icons/unknown.png deleted file mode 100644 index 326b659..0000000 Binary files a/peploadersplash/boot/grub/live-theme/icons/unknown.png and /dev/null differ diff --git a/peploadersplash/boot/grub/font.pf2 b/peploadersplash/debian/boot/grub/font.pf2 similarity index 100% rename from peploadersplash/boot/grub/font.pf2 rename to peploadersplash/debian/boot/grub/font.pf2 diff --git a/peploadersplash/boot/grub/grub.cfg b/peploadersplash/debian/boot/grub/grub.cfg similarity index 100% rename from peploadersplash/boot/grub/grub.cfg rename to peploadersplash/debian/boot/grub/grub.cfg diff --git a/peploadersplash/boot/grub/splash.png b/peploadersplash/debian/boot/grub/live-theme/background.png similarity index 100% rename from peploadersplash/boot/grub/splash.png rename to peploadersplash/debian/boot/grub/live-theme/background.png diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/4MLinux.png b/peploadersplash/debian/boot/grub/live-theme/icons/4MLinux.png new file mode 100644 index 0000000..1c6fe5e Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/4MLinux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/AlpineLinux.png b/peploadersplash/debian/boot/grub/live-theme/icons/AlpineLinux.png new file mode 100644 index 0000000..6212a1f Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/AlpineLinux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/Manjaro.i686.png b/peploadersplash/debian/boot/grub/live-theme/icons/Manjaro.i686.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/Manjaro.i686.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/Manjaro.x86_64.png b/peploadersplash/debian/boot/grub/live-theme/icons/Manjaro.x86_64.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/Manjaro.x86_64.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/SystemRescueCD.png b/peploadersplash/debian/boot/grub/live-theme/icons/SystemRescueCD.png new file mode 100644 index 0000000..7c41182 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/SystemRescueCD.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/android.png b/peploadersplash/debian/boot/grub/live-theme/icons/android.png new file mode 100644 index 0000000..dad066f Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/android.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/anonymous.png b/peploadersplash/debian/boot/grub/live-theme/icons/anonymous.png new file mode 100644 index 0000000..7d165b6 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/anonymous.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/antergos.png b/peploadersplash/debian/boot/grub/live-theme/icons/antergos.png new file mode 100644 index 0000000..32e3a3a Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/antergos.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/arch.png b/peploadersplash/debian/boot/grub/live-theme/icons/arch.png new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/arch.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/archlinux.png b/peploadersplash/debian/boot/grub/live-theme/icons/archlinux.png new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/archlinux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/arcolinux.png b/peploadersplash/debian/boot/grub/live-theme/icons/arcolinux.png new file mode 100644 index 0000000..c5e5e5e Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/arcolinux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/artix.png b/peploadersplash/debian/boot/grub/live-theme/icons/artix.png new file mode 100644 index 0000000..0cbeb11 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/artix.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/bedrock.png b/peploadersplash/debian/boot/grub/live-theme/icons/bedrock.png new file mode 100644 index 0000000..58ff48a Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/bedrock.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/cancel.png b/peploadersplash/debian/boot/grub/live-theme/icons/cancel.png new file mode 100644 index 0000000..fca2ac9 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/cancel.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/centos.png b/peploadersplash/debian/boot/grub/live-theme/icons/centos.png new file mode 100644 index 0000000..23fe2fa Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/centos.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/chakra.png b/peploadersplash/debian/boot/grub/live-theme/icons/chakra.png new file mode 100644 index 0000000..6f63a95 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/chakra.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/debian.png b/peploadersplash/debian/boot/grub/live-theme/icons/debian.png new file mode 100644 index 0000000..20bea8c Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/debian.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/deepin.png b/peploadersplash/debian/boot/grub/live-theme/icons/deepin.png new file mode 100644 index 0000000..61c92fb Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/deepin.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/devuan.png b/peploadersplash/debian/boot/grub/live-theme/icons/devuan.png new file mode 100644 index 0000000..ff65401 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/devuan.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/driver.png b/peploadersplash/debian/boot/grub/live-theme/icons/driver.png new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/driver.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/edit.png b/peploadersplash/debian/boot/grub/live-theme/icons/edit.png new file mode 100644 index 0000000..6a43bd9 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/edit.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/efi.png b/peploadersplash/debian/boot/grub/live-theme/icons/efi.png new file mode 100644 index 0000000..4ecf3b9 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/efi.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/elementary.png b/peploadersplash/debian/boot/grub/live-theme/icons/elementary.png new file mode 100644 index 0000000..2840354 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/elementary.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/endeavouros.png b/peploadersplash/debian/boot/grub/live-theme/icons/endeavouros.png new file mode 100644 index 0000000..6b1e530 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/endeavouros.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/fedora.png b/peploadersplash/debian/boot/grub/live-theme/icons/fedora.png new file mode 100644 index 0000000..926b56d Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/fedora.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/find.efi.png b/peploadersplash/debian/boot/grub/live-theme/icons/find.efi.png new file mode 100644 index 0000000..0e32321 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/find.efi.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/find.none.png b/peploadersplash/debian/boot/grub/live-theme/icons/find.none.png new file mode 100644 index 0000000..87d4d0e Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/find.none.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/freebsd.png b/peploadersplash/debian/boot/grub/live-theme/icons/freebsd.png new file mode 100644 index 0000000..fb9408c Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/freebsd.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/garuda.png b/peploadersplash/debian/boot/grub/live-theme/icons/garuda.png new file mode 100644 index 0000000..f699718 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/garuda.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/gentoo.png b/peploadersplash/debian/boot/grub/live-theme/icons/gentoo.png new file mode 100644 index 0000000..bc0ed70 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/gentoo.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/gnu-linux.png b/peploadersplash/debian/boot/grub/live-theme/icons/gnu-linux.png new file mode 100644 index 0000000..db2fcfd Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/gnu-linux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/haiku.png b/peploadersplash/debian/boot/grub/live-theme/icons/haiku.png new file mode 100644 index 0000000..ce7f818 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/haiku.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/help.png b/peploadersplash/debian/boot/grub/live-theme/icons/help.png new file mode 100644 index 0000000..d8b5a17 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/help.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/kali.png b/peploadersplash/debian/boot/grub/live-theme/icons/kali.png new file mode 100644 index 0000000..900dc82 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/kali.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/kaos.png b/peploadersplash/debian/boot/grub/live-theme/icons/kaos.png new file mode 100644 index 0000000..9fd4e89 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/kaos.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/kbd.png b/peploadersplash/debian/boot/grub/live-theme/icons/kbd.png new file mode 100644 index 0000000..6ace3ac Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/kbd.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/korora.png b/peploadersplash/debian/boot/grub/live-theme/icons/korora.png new file mode 100644 index 0000000..456e876 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/korora.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/kubuntu.png b/peploadersplash/debian/boot/grub/live-theme/icons/kubuntu.png new file mode 100644 index 0000000..7a79ff3 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/kubuntu.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/lang.png b/peploadersplash/debian/boot/grub/live-theme/icons/lang.png new file mode 100644 index 0000000..3c9c1d7 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/lang.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/lfs.png b/peploadersplash/debian/boot/grub/live-theme/icons/lfs.png new file mode 100644 index 0000000..2c54036 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/lfs.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/linux.png b/peploadersplash/debian/boot/grub/live-theme/icons/linux.png new file mode 100644 index 0000000..348ebdd Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/linux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/linuxmint.png b/peploadersplash/debian/boot/grub/live-theme/icons/linuxmint.png new file mode 100644 index 0000000..7d9da81 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/linuxmint.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/lubuntu.png b/peploadersplash/debian/boot/grub/live-theme/icons/lubuntu.png new file mode 100644 index 0000000..057c8e2 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/lubuntu.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/macosx.png b/peploadersplash/debian/boot/grub/live-theme/icons/macosx.png new file mode 100644 index 0000000..ea03e77 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/macosx.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/mageia.png b/peploadersplash/debian/boot/grub/live-theme/icons/mageia.png new file mode 100644 index 0000000..79afa76 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/mageia.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/manjaro.png b/peploadersplash/debian/boot/grub/live-theme/icons/manjaro.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/manjaro.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/mate.png b/peploadersplash/debian/boot/grub/live-theme/icons/mate.png new file mode 100644 index 0000000..b2fc22a Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/mate.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/memtest.png b/peploadersplash/debian/boot/grub/live-theme/icons/memtest.png new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/memtest.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/mx-linux.png b/peploadersplash/debian/boot/grub/live-theme/icons/mx-linux.png new file mode 100644 index 0000000..49f1133 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/mx-linux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/neon.png b/peploadersplash/debian/boot/grub/live-theme/icons/neon.png new file mode 100644 index 0000000..e41906e Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/neon.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/opensuse.png b/peploadersplash/debian/boot/grub/live-theme/icons/opensuse.png new file mode 100644 index 0000000..d844fd5 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/opensuse.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/parrot.png b/peploadersplash/debian/boot/grub/live-theme/icons/parrot.png new file mode 100644 index 0000000..3333de9 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/parrot.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/pop-os.png b/peploadersplash/debian/boot/grub/live-theme/icons/pop-os.png new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/pop-os.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/pop.png b/peploadersplash/debian/boot/grub/live-theme/icons/pop.png new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/pop.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/recovery.png b/peploadersplash/debian/boot/grub/live-theme/icons/recovery.png new file mode 100644 index 0000000..7b69b14 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/recovery.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/regolith.png b/peploadersplash/debian/boot/grub/live-theme/icons/regolith.png new file mode 100644 index 0000000..5ece07b Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/regolith.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/restart.png b/peploadersplash/debian/boot/grub/live-theme/icons/restart.png new file mode 100644 index 0000000..9715302 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/restart.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/rocky.png b/peploadersplash/debian/boot/grub/live-theme/icons/rocky.png new file mode 100644 index 0000000..be144f6 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/rocky.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/shutdown.png b/peploadersplash/debian/boot/grub/live-theme/icons/shutdown.png new file mode 100644 index 0000000..fc9cf16 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/shutdown.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/siduction.png b/peploadersplash/debian/boot/grub/live-theme/icons/siduction.png new file mode 100644 index 0000000..d16549b Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/siduction.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/slackware.png b/peploadersplash/debian/boot/grub/live-theme/icons/slackware.png new file mode 100644 index 0000000..4c31a3f Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/slackware.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/solus.png b/peploadersplash/debian/boot/grub/live-theme/icons/solus.png new file mode 100644 index 0000000..338718b Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/solus.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/steamos.png b/peploadersplash/debian/boot/grub/live-theme/icons/steamos.png new file mode 100644 index 0000000..df28bcc Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/steamos.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/type.png b/peploadersplash/debian/boot/grub/live-theme/icons/type.png new file mode 100644 index 0000000..5c48476 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/type.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/tz.png b/peploadersplash/debian/boot/grub/live-theme/icons/tz.png new file mode 100644 index 0000000..220b29b Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/tz.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/ubuntu.png b/peploadersplash/debian/boot/grub/live-theme/icons/ubuntu.png new file mode 100644 index 0000000..352fbe0 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/ubuntu.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/unknown.png b/peploadersplash/debian/boot/grub/live-theme/icons/unknown.png new file mode 100644 index 0000000..4733dc8 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/unknown.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/unset.png b/peploadersplash/debian/boot/grub/live-theme/icons/unset.png new file mode 100644 index 0000000..15e3d3c Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/unset.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/ventoy.png b/peploadersplash/debian/boot/grub/live-theme/icons/ventoy.png new file mode 100644 index 0000000..7abdc6c Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/ventoy.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/void.png b/peploadersplash/debian/boot/grub/live-theme/icons/void.png new file mode 100644 index 0000000..01cc2f3 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/void.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/windows.png b/peploadersplash/debian/boot/grub/live-theme/icons/windows.png new file mode 100644 index 0000000..d5c7cc3 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/windows.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/windows11.png b/peploadersplash/debian/boot/grub/live-theme/icons/windows11.png new file mode 100644 index 0000000..fe97d9f Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/windows11.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/xero.png b/peploadersplash/debian/boot/grub/live-theme/icons/xero.png new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/xero.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/xerolinux.png b/peploadersplash/debian/boot/grub/live-theme/icons/xerolinux.png new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/xerolinux.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/xubuntu.png b/peploadersplash/debian/boot/grub/live-theme/icons/xubuntu.png new file mode 100644 index 0000000..f43abc7 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/xubuntu.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/icons/zorin.png b/peploadersplash/debian/boot/grub/live-theme/icons/zorin.png new file mode 100644 index 0000000..c1506c4 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/icons/zorin.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/select_c.png b/peploadersplash/debian/boot/grub/live-theme/select_c.png new file mode 100644 index 0000000..b1f8d58 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/select_c.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/select_e.png b/peploadersplash/debian/boot/grub/live-theme/select_e.png new file mode 100644 index 0000000..9332368 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/select_e.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/select_w.png b/peploadersplash/debian/boot/grub/live-theme/select_w.png new file mode 100644 index 0000000..28f6424 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/select_w.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_c.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_c.png new file mode 100644 index 0000000..d0dd52a Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_c.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_e.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_e.png new file mode 100644 index 0000000..394cbe4 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_e.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_n.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_n.png new file mode 100644 index 0000000..476f8bc Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_n.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_ne.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_ne.png new file mode 100644 index 0000000..9e26959 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_ne.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_nw.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_nw.png new file mode 100644 index 0000000..5c3cba8 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_nw.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_s.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_s.png new file mode 100644 index 0000000..85a8901 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_s.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_se.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_se.png new file mode 100644 index 0000000..d8627ee Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_se.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_sw.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_sw.png new file mode 100644 index 0000000..67c600c Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_sw.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminal_box_w.png b/peploadersplash/debian/boot/grub/live-theme/terminal_box_w.png new file mode 100644 index 0000000..d066e2d Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminal_box_w.png differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminus-12.pf2 b/peploadersplash/debian/boot/grub/live-theme/terminus-12.pf2 new file mode 100644 index 0000000..6092035 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminus-12.pf2 differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminus-14.pf2 b/peploadersplash/debian/boot/grub/live-theme/terminus-14.pf2 new file mode 100644 index 0000000..8ab8bd1 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminus-14.pf2 differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminus-16.pf2 b/peploadersplash/debian/boot/grub/live-theme/terminus-16.pf2 new file mode 100644 index 0000000..6e6b25d Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminus-16.pf2 differ diff --git a/peploadersplash/debian/boot/grub/live-theme/terminus-18.pf2 b/peploadersplash/debian/boot/grub/live-theme/terminus-18.pf2 new file mode 100644 index 0000000..129cef1 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/terminus-18.pf2 differ diff --git a/peploadersplash/debian/boot/grub/live-theme/theme.txt b/peploadersplash/debian/boot/grub/live-theme/theme.txt new file mode 100644 index 0000000..c666b67 --- /dev/null +++ b/peploadersplash/debian/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/peploadersplash/debian/boot/grub/live-theme/ubuntu_regular_17.pf2 b/peploadersplash/debian/boot/grub/live-theme/ubuntu_regular_17.pf2 new file mode 100644 index 0000000..9405954 Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/ubuntu_regular_17.pf2 differ diff --git a/peploadersplash/debian/boot/grub/live-theme/ubuntu_regular_20.pf2 b/peploadersplash/debian/boot/grub/live-theme/ubuntu_regular_20.pf2 new file mode 100644 index 0000000..3d903ba Binary files /dev/null and b/peploadersplash/debian/boot/grub/live-theme/ubuntu_regular_20.pf2 differ diff --git a/peploadersplash/isolinux/splash.png b/peploadersplash/debian/boot/grub/splash.png similarity index 100% rename from peploadersplash/isolinux/splash.png rename to peploadersplash/debian/boot/grub/splash.png diff --git a/peploadersplash/isolinux/addrk.cfg b/peploadersplash/debian/isolinux/addrk.cfg similarity index 100% rename from peploadersplash/isolinux/addrk.cfg rename to peploadersplash/debian/isolinux/addrk.cfg diff --git a/peploadersplash/isolinux/addrkgtk.cfg b/peploadersplash/debian/isolinux/addrkgtk.cfg similarity index 100% rename from peploadersplash/isolinux/addrkgtk.cfg rename to peploadersplash/debian/isolinux/addrkgtk.cfg diff --git a/peploadersplash/isolinux/adgtk.cfg b/peploadersplash/debian/isolinux/adgtk.cfg similarity index 100% rename from peploadersplash/isolinux/adgtk.cfg rename to peploadersplash/debian/isolinux/adgtk.cfg diff --git a/peploadersplash/isolinux/adspkgtk.cfg b/peploadersplash/debian/isolinux/adspkgtk.cfg similarity index 100% rename from peploadersplash/isolinux/adspkgtk.cfg rename to peploadersplash/debian/isolinux/adspkgtk.cfg diff --git a/peploadersplash/isolinux/adtxt.cfg b/peploadersplash/debian/isolinux/adtxt.cfg similarity index 100% rename from peploadersplash/isolinux/adtxt.cfg rename to peploadersplash/debian/isolinux/adtxt.cfg diff --git a/peploadersplash/isolinux/boot.cat b/peploadersplash/debian/isolinux/boot.cat similarity index 100% rename from peploadersplash/isolinux/boot.cat rename to peploadersplash/debian/isolinux/boot.cat diff --git a/peploadersplash/isolinux/drk.cfg b/peploadersplash/debian/isolinux/drk.cfg similarity index 100% rename from peploadersplash/isolinux/drk.cfg rename to peploadersplash/debian/isolinux/drk.cfg diff --git a/peploadersplash/isolinux/drkgtk.cfg b/peploadersplash/debian/isolinux/drkgtk.cfg similarity index 100% rename from peploadersplash/isolinux/drkgtk.cfg rename to peploadersplash/debian/isolinux/drkgtk.cfg diff --git a/peploadersplash/isolinux/drkmenu.cfg b/peploadersplash/debian/isolinux/drkmenu.cfg similarity index 100% rename from peploadersplash/isolinux/drkmenu.cfg rename to peploadersplash/debian/isolinux/drkmenu.cfg diff --git a/peploadersplash/isolinux/exithelp.cfg b/peploadersplash/debian/isolinux/exithelp.cfg similarity index 100% rename from peploadersplash/isolinux/exithelp.cfg rename to peploadersplash/debian/isolinux/exithelp.cfg diff --git a/peploadersplash/isolinux/f1.txt b/peploadersplash/debian/isolinux/f1.txt similarity index 100% rename from peploadersplash/isolinux/f1.txt rename to peploadersplash/debian/isolinux/f1.txt diff --git a/peploadersplash/isolinux/f10.txt b/peploadersplash/debian/isolinux/f10.txt similarity index 100% rename from peploadersplash/isolinux/f10.txt rename to peploadersplash/debian/isolinux/f10.txt diff --git a/peploadersplash/isolinux/f2.txt b/peploadersplash/debian/isolinux/f2.txt similarity index 100% rename from peploadersplash/isolinux/f2.txt rename to peploadersplash/debian/isolinux/f2.txt diff --git a/peploadersplash/isolinux/f3.txt b/peploadersplash/debian/isolinux/f3.txt similarity index 100% rename from peploadersplash/isolinux/f3.txt rename to peploadersplash/debian/isolinux/f3.txt diff --git a/peploadersplash/isolinux/f4.txt b/peploadersplash/debian/isolinux/f4.txt similarity index 100% rename from peploadersplash/isolinux/f4.txt rename to peploadersplash/debian/isolinux/f4.txt diff --git a/peploadersplash/isolinux/f5.txt b/peploadersplash/debian/isolinux/f5.txt similarity index 100% rename from peploadersplash/isolinux/f5.txt rename to peploadersplash/debian/isolinux/f5.txt diff --git a/peploadersplash/isolinux/f6.txt b/peploadersplash/debian/isolinux/f6.txt similarity index 100% rename from peploadersplash/isolinux/f6.txt rename to peploadersplash/debian/isolinux/f6.txt diff --git a/peploadersplash/isolinux/f7.txt b/peploadersplash/debian/isolinux/f7.txt similarity index 100% rename from peploadersplash/isolinux/f7.txt rename to peploadersplash/debian/isolinux/f7.txt diff --git a/peploadersplash/isolinux/f8.txt b/peploadersplash/debian/isolinux/f8.txt similarity index 100% rename from peploadersplash/isolinux/f8.txt rename to peploadersplash/debian/isolinux/f8.txt diff --git a/peploadersplash/isolinux/f9.txt b/peploadersplash/debian/isolinux/f9.txt similarity index 100% rename from peploadersplash/isolinux/f9.txt rename to peploadersplash/debian/isolinux/f9.txt diff --git a/peploadersplash/isolinux/g2ldr b/peploadersplash/debian/isolinux/g2ldr similarity index 100% rename from peploadersplash/isolinux/g2ldr rename to peploadersplash/debian/isolinux/g2ldr diff --git a/peploadersplash/isolinux/g2ldr.mbr b/peploadersplash/debian/isolinux/g2ldr.mbr similarity index 100% rename from peploadersplash/isolinux/g2ldr.mbr rename to peploadersplash/debian/isolinux/g2ldr.mbr diff --git a/peploadersplash/isolinux/gtk.cfg b/peploadersplash/debian/isolinux/gtk.cfg similarity index 100% rename from peploadersplash/isolinux/gtk.cfg rename to peploadersplash/debian/isolinux/gtk.cfg diff --git a/peploadersplash/isolinux/isolinux.bin b/peploadersplash/debian/isolinux/isolinux.bin similarity index 100% rename from peploadersplash/isolinux/isolinux.bin rename to peploadersplash/debian/isolinux/isolinux.bin diff --git a/peploadersplash/isolinux/isolinux.cfg b/peploadersplash/debian/isolinux/isolinux.cfg similarity index 100% rename from peploadersplash/isolinux/isolinux.cfg rename to peploadersplash/debian/isolinux/isolinux.cfg diff --git a/peploadersplash/isolinux/ldlinux.c32 b/peploadersplash/debian/isolinux/ldlinux.c32 similarity index 100% rename from peploadersplash/isolinux/ldlinux.c32 rename to peploadersplash/debian/isolinux/ldlinux.c32 diff --git a/peploadersplash/isolinux/libcom32.c32 b/peploadersplash/debian/isolinux/libcom32.c32 similarity index 100% rename from peploadersplash/isolinux/libcom32.c32 rename to peploadersplash/debian/isolinux/libcom32.c32 diff --git a/peploadersplash/isolinux/libutil.c32 b/peploadersplash/debian/isolinux/libutil.c32 similarity index 100% rename from peploadersplash/isolinux/libutil.c32 rename to peploadersplash/debian/isolinux/libutil.c32 diff --git a/peploadersplash/isolinux/menu.cfg b/peploadersplash/debian/isolinux/menu.cfg similarity index 100% rename from peploadersplash/isolinux/menu.cfg rename to peploadersplash/debian/isolinux/menu.cfg diff --git a/peploadersplash/isolinux/prompt.cfg b/peploadersplash/debian/isolinux/prompt.cfg similarity index 100% rename from peploadersplash/isolinux/prompt.cfg rename to peploadersplash/debian/isolinux/prompt.cfg diff --git a/peploadersplash/isolinux/rqdrk.cfg b/peploadersplash/debian/isolinux/rqdrk.cfg similarity index 100% rename from peploadersplash/isolinux/rqdrk.cfg rename to peploadersplash/debian/isolinux/rqdrk.cfg diff --git a/peploadersplash/isolinux/rqdrkgtk.cfg b/peploadersplash/debian/isolinux/rqdrkgtk.cfg similarity index 100% rename from peploadersplash/isolinux/rqdrkgtk.cfg rename to peploadersplash/debian/isolinux/rqdrkgtk.cfg diff --git a/peploadersplash/isolinux/rqgtk.cfg b/peploadersplash/debian/isolinux/rqgtk.cfg similarity index 100% rename from peploadersplash/isolinux/rqgtk.cfg rename to peploadersplash/debian/isolinux/rqgtk.cfg diff --git a/peploadersplash/isolinux/rqspkgtk.cfg b/peploadersplash/debian/isolinux/rqspkgtk.cfg similarity index 100% rename from peploadersplash/isolinux/rqspkgtk.cfg rename to peploadersplash/debian/isolinux/rqspkgtk.cfg diff --git a/peploadersplash/isolinux/rqtxt.cfg b/peploadersplash/debian/isolinux/rqtxt.cfg similarity index 100% rename from peploadersplash/isolinux/rqtxt.cfg rename to peploadersplash/debian/isolinux/rqtxt.cfg diff --git a/peploadersplash/isolinux/setup.exe b/peploadersplash/debian/isolinux/setup.exe similarity index 100% rename from peploadersplash/isolinux/setup.exe rename to peploadersplash/debian/isolinux/setup.exe diff --git a/peploadersplash/isolinux/spkgtk.cfg b/peploadersplash/debian/isolinux/spkgtk.cfg similarity index 100% rename from peploadersplash/isolinux/spkgtk.cfg rename to peploadersplash/debian/isolinux/spkgtk.cfg diff --git a/peploadersplash/debian/isolinux/splash.png b/peploadersplash/debian/isolinux/splash.png new file mode 100644 index 0000000..bf8fd87 Binary files /dev/null and b/peploadersplash/debian/isolinux/splash.png differ diff --git a/peploadersplash/isolinux/stdmenu.cfg b/peploadersplash/debian/isolinux/stdmenu.cfg similarity index 100% rename from peploadersplash/isolinux/stdmenu.cfg rename to peploadersplash/debian/isolinux/stdmenu.cfg diff --git a/peploadersplash/isolinux/txt.cfg b/peploadersplash/debian/isolinux/txt.cfg similarity index 100% rename from peploadersplash/isolinux/txt.cfg rename to peploadersplash/debian/isolinux/txt.cfg diff --git a/peploadersplash/isolinux/vesamenu.c32 b/peploadersplash/debian/isolinux/vesamenu.c32 similarity index 100% rename from peploadersplash/isolinux/vesamenu.c32 rename to peploadersplash/debian/isolinux/vesamenu.c32 diff --git a/peploadersplash/isolinux/win32-loader.ini b/peploadersplash/debian/isolinux/win32-loader.ini similarity index 100% rename from peploadersplash/isolinux/win32-loader.ini rename to peploadersplash/debian/isolinux/win32-loader.ini diff --git a/peploadersplash/devuan/boot/grub/font.pf2 b/peploadersplash/devuan/boot/grub/font.pf2 new file mode 100644 index 0000000..59e8ffa Binary files /dev/null and b/peploadersplash/devuan/boot/grub/font.pf2 differ diff --git a/peploadersplash/devuan/boot/grub/grub.cfg b/peploadersplash/devuan/boot/grub/grub.cfg new file mode 100644 index 0000000..42938df --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/boot/grub/live-theme/background.png b/peploadersplash/devuan/boot/grub/live-theme/background.png new file mode 100644 index 0000000..362b0a6 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/background.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/4MLinux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/4MLinux.png new file mode 100644 index 0000000..1c6fe5e Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/4MLinux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/AlpineLinux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/AlpineLinux.png new file mode 100644 index 0000000..6212a1f Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/AlpineLinux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/Manjaro.i686.png b/peploadersplash/devuan/boot/grub/live-theme/icons/Manjaro.i686.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/Manjaro.i686.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/Manjaro.x86_64.png b/peploadersplash/devuan/boot/grub/live-theme/icons/Manjaro.x86_64.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/Manjaro.x86_64.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/SystemRescueCD.png b/peploadersplash/devuan/boot/grub/live-theme/icons/SystemRescueCD.png new file mode 100644 index 0000000..7c41182 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/SystemRescueCD.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/android.png b/peploadersplash/devuan/boot/grub/live-theme/icons/android.png new file mode 100644 index 0000000..dad066f Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/android.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/anonymous.png b/peploadersplash/devuan/boot/grub/live-theme/icons/anonymous.png new file mode 100644 index 0000000..7d165b6 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/anonymous.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/antergos.png b/peploadersplash/devuan/boot/grub/live-theme/icons/antergos.png new file mode 100644 index 0000000..32e3a3a Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/antergos.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/arch.png b/peploadersplash/devuan/boot/grub/live-theme/icons/arch.png new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/arch.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/archlinux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/archlinux.png new file mode 100644 index 0000000..f6cd870 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/archlinux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/arcolinux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/arcolinux.png new file mode 100644 index 0000000..c5e5e5e Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/arcolinux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/artix.png b/peploadersplash/devuan/boot/grub/live-theme/icons/artix.png new file mode 100644 index 0000000..0cbeb11 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/artix.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/bedrock.png b/peploadersplash/devuan/boot/grub/live-theme/icons/bedrock.png new file mode 100644 index 0000000..58ff48a Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/bedrock.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/cancel.png b/peploadersplash/devuan/boot/grub/live-theme/icons/cancel.png new file mode 100644 index 0000000..fca2ac9 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/cancel.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/centos.png b/peploadersplash/devuan/boot/grub/live-theme/icons/centos.png new file mode 100644 index 0000000..23fe2fa Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/centos.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/chakra.png b/peploadersplash/devuan/boot/grub/live-theme/icons/chakra.png new file mode 100644 index 0000000..6f63a95 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/chakra.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/debian.png b/peploadersplash/devuan/boot/grub/live-theme/icons/debian.png new file mode 100644 index 0000000..20bea8c Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/debian.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/deepin.png b/peploadersplash/devuan/boot/grub/live-theme/icons/deepin.png new file mode 100644 index 0000000..61c92fb Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/deepin.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/devuan.png b/peploadersplash/devuan/boot/grub/live-theme/icons/devuan.png new file mode 100644 index 0000000..ff65401 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/devuan.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/driver.png b/peploadersplash/devuan/boot/grub/live-theme/icons/driver.png new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/driver.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/edit.png b/peploadersplash/devuan/boot/grub/live-theme/icons/edit.png new file mode 100644 index 0000000..6a43bd9 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/edit.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/efi.png b/peploadersplash/devuan/boot/grub/live-theme/icons/efi.png new file mode 100644 index 0000000..4ecf3b9 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/efi.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/elementary.png b/peploadersplash/devuan/boot/grub/live-theme/icons/elementary.png new file mode 100644 index 0000000..2840354 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/elementary.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/endeavouros.png b/peploadersplash/devuan/boot/grub/live-theme/icons/endeavouros.png new file mode 100644 index 0000000..6b1e530 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/endeavouros.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/fedora.png b/peploadersplash/devuan/boot/grub/live-theme/icons/fedora.png new file mode 100644 index 0000000..926b56d Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/fedora.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/find.efi.png b/peploadersplash/devuan/boot/grub/live-theme/icons/find.efi.png new file mode 100644 index 0000000..0e32321 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/find.efi.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/find.none.png b/peploadersplash/devuan/boot/grub/live-theme/icons/find.none.png new file mode 100644 index 0000000..87d4d0e Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/find.none.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/freebsd.png b/peploadersplash/devuan/boot/grub/live-theme/icons/freebsd.png new file mode 100644 index 0000000..fb9408c Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/freebsd.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/garuda.png b/peploadersplash/devuan/boot/grub/live-theme/icons/garuda.png new file mode 100644 index 0000000..f699718 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/garuda.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/gentoo.png b/peploadersplash/devuan/boot/grub/live-theme/icons/gentoo.png new file mode 100644 index 0000000..bc0ed70 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/gentoo.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/gnu-linux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/gnu-linux.png new file mode 100644 index 0000000..db2fcfd Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/gnu-linux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/haiku.png b/peploadersplash/devuan/boot/grub/live-theme/icons/haiku.png new file mode 100644 index 0000000..ce7f818 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/haiku.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/help.png b/peploadersplash/devuan/boot/grub/live-theme/icons/help.png new file mode 100644 index 0000000..d8b5a17 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/help.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/kali.png b/peploadersplash/devuan/boot/grub/live-theme/icons/kali.png new file mode 100644 index 0000000..900dc82 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/kali.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/kaos.png b/peploadersplash/devuan/boot/grub/live-theme/icons/kaos.png new file mode 100644 index 0000000..9fd4e89 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/kaos.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/kbd.png b/peploadersplash/devuan/boot/grub/live-theme/icons/kbd.png new file mode 100644 index 0000000..6ace3ac Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/kbd.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/korora.png b/peploadersplash/devuan/boot/grub/live-theme/icons/korora.png new file mode 100644 index 0000000..456e876 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/korora.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/kubuntu.png b/peploadersplash/devuan/boot/grub/live-theme/icons/kubuntu.png new file mode 100644 index 0000000..7a79ff3 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/kubuntu.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/lang.png b/peploadersplash/devuan/boot/grub/live-theme/icons/lang.png new file mode 100644 index 0000000..3c9c1d7 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/lang.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/lfs.png b/peploadersplash/devuan/boot/grub/live-theme/icons/lfs.png new file mode 100644 index 0000000..2c54036 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/lfs.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/linux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/linux.png new file mode 100644 index 0000000..348ebdd Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/linux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/linuxmint.png b/peploadersplash/devuan/boot/grub/live-theme/icons/linuxmint.png new file mode 100644 index 0000000..7d9da81 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/linuxmint.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/lubuntu.png b/peploadersplash/devuan/boot/grub/live-theme/icons/lubuntu.png new file mode 100644 index 0000000..057c8e2 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/lubuntu.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/macosx.png b/peploadersplash/devuan/boot/grub/live-theme/icons/macosx.png new file mode 100644 index 0000000..ea03e77 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/macosx.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/mageia.png b/peploadersplash/devuan/boot/grub/live-theme/icons/mageia.png new file mode 100644 index 0000000..79afa76 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/mageia.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/manjaro.png b/peploadersplash/devuan/boot/grub/live-theme/icons/manjaro.png new file mode 100644 index 0000000..611a6fb Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/manjaro.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/mate.png b/peploadersplash/devuan/boot/grub/live-theme/icons/mate.png new file mode 100644 index 0000000..b2fc22a Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/mate.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/memtest.png b/peploadersplash/devuan/boot/grub/live-theme/icons/memtest.png new file mode 100644 index 0000000..1621ee7 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/memtest.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/mx-linux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/mx-linux.png new file mode 100644 index 0000000..49f1133 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/mx-linux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/neon.png b/peploadersplash/devuan/boot/grub/live-theme/icons/neon.png new file mode 100644 index 0000000..e41906e Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/neon.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/opensuse.png b/peploadersplash/devuan/boot/grub/live-theme/icons/opensuse.png new file mode 100644 index 0000000..d844fd5 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/opensuse.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/parrot.png b/peploadersplash/devuan/boot/grub/live-theme/icons/parrot.png new file mode 100644 index 0000000..3333de9 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/parrot.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/pop-os.png b/peploadersplash/devuan/boot/grub/live-theme/icons/pop-os.png new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/pop-os.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/pop.png b/peploadersplash/devuan/boot/grub/live-theme/icons/pop.png new file mode 100644 index 0000000..014d9f3 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/pop.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/recovery.png b/peploadersplash/devuan/boot/grub/live-theme/icons/recovery.png new file mode 100644 index 0000000..7b69b14 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/recovery.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/regolith.png b/peploadersplash/devuan/boot/grub/live-theme/icons/regolith.png new file mode 100644 index 0000000..5ece07b Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/regolith.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/restart.png b/peploadersplash/devuan/boot/grub/live-theme/icons/restart.png new file mode 100644 index 0000000..9715302 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/restart.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/rocky.png b/peploadersplash/devuan/boot/grub/live-theme/icons/rocky.png new file mode 100644 index 0000000..be144f6 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/rocky.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/shutdown.png b/peploadersplash/devuan/boot/grub/live-theme/icons/shutdown.png new file mode 100644 index 0000000..fc9cf16 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/shutdown.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/siduction.png b/peploadersplash/devuan/boot/grub/live-theme/icons/siduction.png new file mode 100644 index 0000000..d16549b Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/siduction.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/slackware.png b/peploadersplash/devuan/boot/grub/live-theme/icons/slackware.png new file mode 100644 index 0000000..4c31a3f Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/slackware.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/solus.png b/peploadersplash/devuan/boot/grub/live-theme/icons/solus.png new file mode 100644 index 0000000..338718b Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/solus.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/steamos.png b/peploadersplash/devuan/boot/grub/live-theme/icons/steamos.png new file mode 100644 index 0000000..df28bcc Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/steamos.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/type.png b/peploadersplash/devuan/boot/grub/live-theme/icons/type.png new file mode 100644 index 0000000..5c48476 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/type.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/tz.png b/peploadersplash/devuan/boot/grub/live-theme/icons/tz.png new file mode 100644 index 0000000..220b29b Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/tz.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/ubuntu.png b/peploadersplash/devuan/boot/grub/live-theme/icons/ubuntu.png new file mode 100644 index 0000000..352fbe0 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/ubuntu.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/unknown.png b/peploadersplash/devuan/boot/grub/live-theme/icons/unknown.png new file mode 100644 index 0000000..4733dc8 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/unknown.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/unset.png b/peploadersplash/devuan/boot/grub/live-theme/icons/unset.png new file mode 100644 index 0000000..15e3d3c Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/unset.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/ventoy.png b/peploadersplash/devuan/boot/grub/live-theme/icons/ventoy.png new file mode 100644 index 0000000..7abdc6c Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/ventoy.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/void.png b/peploadersplash/devuan/boot/grub/live-theme/icons/void.png new file mode 100644 index 0000000..01cc2f3 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/void.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/windows.png b/peploadersplash/devuan/boot/grub/live-theme/icons/windows.png new file mode 100644 index 0000000..d5c7cc3 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/windows.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/windows11.png b/peploadersplash/devuan/boot/grub/live-theme/icons/windows11.png new file mode 100644 index 0000000..fe97d9f Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/windows11.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/xero.png b/peploadersplash/devuan/boot/grub/live-theme/icons/xero.png new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/xero.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/xerolinux.png b/peploadersplash/devuan/boot/grub/live-theme/icons/xerolinux.png new file mode 100644 index 0000000..2221c73 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/xerolinux.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/xubuntu.png b/peploadersplash/devuan/boot/grub/live-theme/icons/xubuntu.png new file mode 100644 index 0000000..f43abc7 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/xubuntu.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/icons/zorin.png b/peploadersplash/devuan/boot/grub/live-theme/icons/zorin.png new file mode 100644 index 0000000..c1506c4 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/icons/zorin.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/select_c.png b/peploadersplash/devuan/boot/grub/live-theme/select_c.png new file mode 100644 index 0000000..b1f8d58 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/select_c.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/select_e.png b/peploadersplash/devuan/boot/grub/live-theme/select_e.png new file mode 100644 index 0000000..9332368 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/select_e.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/select_w.png b/peploadersplash/devuan/boot/grub/live-theme/select_w.png new file mode 100644 index 0000000..28f6424 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/select_w.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_c.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_c.png new file mode 100644 index 0000000..d0dd52a Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_c.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_e.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_e.png new file mode 100644 index 0000000..394cbe4 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_e.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_n.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_n.png new file mode 100644 index 0000000..476f8bc Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_n.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_ne.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_ne.png new file mode 100644 index 0000000..9e26959 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_ne.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_nw.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_nw.png new file mode 100644 index 0000000..5c3cba8 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_nw.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_s.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_s.png new file mode 100644 index 0000000..85a8901 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_s.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_se.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_se.png new file mode 100644 index 0000000..d8627ee Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_se.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_sw.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_sw.png new file mode 100644 index 0000000..67c600c Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_sw.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminal_box_w.png b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_w.png new file mode 100644 index 0000000..d066e2d Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminal_box_w.png differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminus-12.pf2 b/peploadersplash/devuan/boot/grub/live-theme/terminus-12.pf2 new file mode 100644 index 0000000..6092035 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminus-12.pf2 differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminus-14.pf2 b/peploadersplash/devuan/boot/grub/live-theme/terminus-14.pf2 new file mode 100644 index 0000000..8ab8bd1 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminus-14.pf2 differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminus-16.pf2 b/peploadersplash/devuan/boot/grub/live-theme/terminus-16.pf2 new file mode 100644 index 0000000..6e6b25d Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminus-16.pf2 differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/terminus-18.pf2 b/peploadersplash/devuan/boot/grub/live-theme/terminus-18.pf2 new file mode 100644 index 0000000..129cef1 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/terminus-18.pf2 differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/theme.txt b/peploadersplash/devuan/boot/grub/live-theme/theme.txt new file mode 100644 index 0000000..c666b67 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/boot/grub/live-theme/ubuntu_regular_17.pf2 b/peploadersplash/devuan/boot/grub/live-theme/ubuntu_regular_17.pf2 new file mode 100644 index 0000000..9405954 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/ubuntu_regular_17.pf2 differ diff --git a/peploadersplash/devuan/boot/grub/live-theme/ubuntu_regular_20.pf2 b/peploadersplash/devuan/boot/grub/live-theme/ubuntu_regular_20.pf2 new file mode 100644 index 0000000..3d903ba Binary files /dev/null and b/peploadersplash/devuan/boot/grub/live-theme/ubuntu_regular_20.pf2 differ diff --git a/peploadersplash/devuan/boot/grub/splash.png b/peploadersplash/devuan/boot/grub/splash.png new file mode 100644 index 0000000..362b0a6 Binary files /dev/null and b/peploadersplash/devuan/boot/grub/splash.png differ diff --git a/peploadersplash/devuan/isolinux/addrk.cfg b/peploadersplash/devuan/isolinux/addrk.cfg new file mode 100644 index 0000000..e9074de --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/addrkgtk.cfg b/peploadersplash/devuan/isolinux/addrkgtk.cfg new file mode 100644 index 0000000..83db79e --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/adgtk.cfg b/peploadersplash/devuan/isolinux/adgtk.cfg new file mode 100644 index 0000000..524951e --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/adspkgtk.cfg b/peploadersplash/devuan/isolinux/adspkgtk.cfg new file mode 100644 index 0000000..e6d9d33 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/adtxt.cfg b/peploadersplash/devuan/isolinux/adtxt.cfg new file mode 100644 index 0000000..acb1e3c --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/boot.cat b/peploadersplash/devuan/isolinux/boot.cat new file mode 100644 index 0000000..a52d039 Binary files /dev/null and b/peploadersplash/devuan/isolinux/boot.cat differ diff --git a/peploadersplash/devuan/isolinux/drk.cfg b/peploadersplash/devuan/isolinux/drk.cfg new file mode 100644 index 0000000..25acc00 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/drkgtk.cfg b/peploadersplash/devuan/isolinux/drkgtk.cfg new file mode 100644 index 0000000..7e460c6 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/drkmenu.cfg b/peploadersplash/devuan/isolinux/drkmenu.cfg new file mode 100644 index 0000000..753528a --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/exithelp.cfg b/peploadersplash/devuan/isolinux/exithelp.cfg new file mode 100644 index 0000000..3119e65 --- /dev/null +++ b/peploadersplash/devuan/isolinux/exithelp.cfg @@ -0,0 +1,3 @@ +label menu + kernel vesamenu.c32 + config isolinux.cfg diff --git a/peploadersplash/devuan/isolinux/f1.txt b/peploadersplash/devuan/isolinux/f1.txt new file mode 100644 index 0000000..5451a9b --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f10.txt b/peploadersplash/devuan/isolinux/f10.txt new file mode 100644 index 0000000..09dfa12 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f2.txt b/peploadersplash/devuan/isolinux/f2.txt new file mode 100644 index 0000000..dc8b754 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f3.txt b/peploadersplash/devuan/isolinux/f3.txt new file mode 100644 index 0000000..144d25d --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f4.txt b/peploadersplash/devuan/isolinux/f4.txt new file mode 100644 index 0000000..74de4bf --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f5.txt b/peploadersplash/devuan/isolinux/f5.txt new file mode 100644 index 0000000..6e73913 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f6.txt b/peploadersplash/devuan/isolinux/f6.txt new file mode 100644 index 0000000..ad8220f --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f7.txt b/peploadersplash/devuan/isolinux/f7.txt new file mode 100644 index 0000000..bfd39fc --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f8.txt b/peploadersplash/devuan/isolinux/f8.txt new file mode 100644 index 0000000..936e212 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/f9.txt b/peploadersplash/devuan/isolinux/f9.txt new file mode 100644 index 0000000..b6bdb3e --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/g2ldr b/peploadersplash/devuan/isolinux/g2ldr new file mode 100644 index 0000000..f5da412 Binary files /dev/null and b/peploadersplash/devuan/isolinux/g2ldr differ diff --git a/peploadersplash/devuan/isolinux/g2ldr.mbr b/peploadersplash/devuan/isolinux/g2ldr.mbr new file mode 100644 index 0000000..2cdd88a Binary files /dev/null and b/peploadersplash/devuan/isolinux/g2ldr.mbr differ diff --git a/peploadersplash/devuan/isolinux/gtk.cfg b/peploadersplash/devuan/isolinux/gtk.cfg new file mode 100644 index 0000000..14003e8 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/isolinux.bin b/peploadersplash/devuan/isolinux/isolinux.bin new file mode 100644 index 0000000..95329f8 Binary files /dev/null and b/peploadersplash/devuan/isolinux/isolinux.bin differ diff --git a/peploadersplash/devuan/isolinux/isolinux.cfg b/peploadersplash/devuan/isolinux/isolinux.cfg new file mode 100644 index 0000000..312653c --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/ldlinux.c32 b/peploadersplash/devuan/isolinux/ldlinux.c32 new file mode 100644 index 0000000..e94389b Binary files /dev/null and b/peploadersplash/devuan/isolinux/ldlinux.c32 differ diff --git a/peploadersplash/devuan/isolinux/libcom32.c32 b/peploadersplash/devuan/isolinux/libcom32.c32 new file mode 100644 index 0000000..c4265b9 Binary files /dev/null and b/peploadersplash/devuan/isolinux/libcom32.c32 differ diff --git a/peploadersplash/devuan/isolinux/libutil.c32 b/peploadersplash/devuan/isolinux/libutil.c32 new file mode 100644 index 0000000..6fc1da7 Binary files /dev/null and b/peploadersplash/devuan/isolinux/libutil.c32 differ diff --git a/peploadersplash/devuan/isolinux/menu.cfg b/peploadersplash/devuan/isolinux/menu.cfg new file mode 100644 index 0000000..cf652c3 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/prompt.cfg b/peploadersplash/devuan/isolinux/prompt.cfg new file mode 100644 index 0000000..3076499 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/rqdrk.cfg b/peploadersplash/devuan/isolinux/rqdrk.cfg new file mode 100644 index 0000000..c30ed87 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/rqdrkgtk.cfg b/peploadersplash/devuan/isolinux/rqdrkgtk.cfg new file mode 100644 index 0000000..317e749 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/rqgtk.cfg b/peploadersplash/devuan/isolinux/rqgtk.cfg new file mode 100644 index 0000000..10680cc --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/rqspkgtk.cfg b/peploadersplash/devuan/isolinux/rqspkgtk.cfg new file mode 100644 index 0000000..6117159 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/rqtxt.cfg b/peploadersplash/devuan/isolinux/rqtxt.cfg new file mode 100644 index 0000000..fdb931c --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/setup.exe b/peploadersplash/devuan/isolinux/setup.exe new file mode 100644 index 0000000..8f62e8f Binary files /dev/null and b/peploadersplash/devuan/isolinux/setup.exe differ diff --git a/peploadersplash/devuan/isolinux/spkgtk.cfg b/peploadersplash/devuan/isolinux/spkgtk.cfg new file mode 100644 index 0000000..7047551 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/splash.png b/peploadersplash/devuan/isolinux/splash.png new file mode 100644 index 0000000..362b0a6 Binary files /dev/null and b/peploadersplash/devuan/isolinux/splash.png differ diff --git a/peploadersplash/devuan/isolinux/stdmenu.cfg b/peploadersplash/devuan/isolinux/stdmenu.cfg new file mode 100644 index 0000000..f5ff63f --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/txt.cfg b/peploadersplash/devuan/isolinux/txt.cfg new file mode 100644 index 0000000..1f0dbc0 --- /dev/null +++ b/peploadersplash/devuan/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/peploadersplash/devuan/isolinux/vesamenu.c32 b/peploadersplash/devuan/isolinux/vesamenu.c32 new file mode 100644 index 0000000..bbb65e0 Binary files /dev/null and b/peploadersplash/devuan/isolinux/vesamenu.c32 differ diff --git a/peploadersplash/devuan/isolinux/win32-loader.ini b/peploadersplash/devuan/isolinux/win32-loader.ini new file mode 100644 index 0000000..c635fe7 --- /dev/null +++ b/peploadersplash/devuan/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