diff --git a/grub.cfg b/grub.cfg index 8d6158a..a51fb88 100644 --- a/grub.cfg +++ b/grub.cfg @@ -10,8 +10,8 @@ if loadfont $prefix/font.pf2 ; then terminal_output gfxterm fi -background_image /splash.png set theme=($root)/boot/grub/theme.txt +background_image /splash.png insmod play play 960 440 1 0 4 440 1 @@ -23,12 +23,15 @@ set timeout=10 menuentry "PVC Live Installer" { linux /live/vmlinuz boot=live components splash quiet "${loopback}" initrd /live/initrd.img + echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting PVC live installer..." } menuentry "Traditional Debian Installer (graphical)" { linux /d-i/gtk/vmlinuz append video=vesa:ywrap,mtrr vga=788 "${loopback}" initrd /d-i/gtk/initrd.gz + echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting Debian installer (graphical)..." } menuentry "Traditional Debian Installer (console)" { linux /d-i/vmlinuz "${loopback}" initrd /d-i/initrd.gz + echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting Debian installer (console)..." } diff --git a/isolinux.cfg b/isolinux.cfg index df79073..a035cb1 100644 --- a/isolinux.cfg +++ b/isolinux.cfg @@ -21,16 +21,13 @@ MENU default PVC Live Installer MENU clear LABEL PVC Live Installer - SAY "Booting PVC Live Installer..." linux /live/vmlinuz APPEND initrd=/live/initrd.img boot=live components splash quiet LABEL Traditional Debian Installer (graphical) - SAY "Booting Traditional Debian Installer (graphical)..." linux /d-i/gtk/vmlinuz APPEND initrd=/d-i/gtk/initrd.gz append video=vesa:ywrap,mtrr vga=788 LABEL Traditional Debian Installer (console) - SAY "Booting Traditional Debian Installer (console)..." linux /d-i/vmlinuz APPEND initrd=/d-i/initrd.gz