Flip echoes to top
This commit is contained in:
		
							
								
								
									
										6
									
								
								grub.cfg
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								grub.cfg
									
									
									
									
									
								
							| @@ -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)..." | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user