Flip echoes to top

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:53 -04:00
parent 4d8cc08089
commit 5d96b1acde
1 changed files with 3 additions and 3 deletions

View File

@ -18,17 +18,17 @@ fi
set timeout=10
menuentry "PVC Live Installer" {
echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting 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)" {
echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting 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)" {
echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting 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)..."
}