This adds the boot config files from anaconda to lorax's configdir. They've been edited to include a '@ROOT@' placeholder, so lorax can put the proper root=... argument in place, and to use the @VAR@ convention everywhere (instead of some using @VAR@ and some using %VAR%). This should probably fix EFI booting, since the EFI BOOT*.conf was missing its root=... arg. Also some default settings were changed in syslinux.cfg (so we don't have to rewrite those two lines every time). One last change - the '-magic' arg and ppc 'magic' file have been dropped, because that's kind of silly and unnecessary.
		
			
				
	
	
		
			34 lines
		
	
	
		
			926 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			926 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| default vesamenu.c32
 | |
| #prompt 1
 | |
| timeout 600
 | |
| 
 | |
| display boot.msg
 | |
| 
 | |
| menu background splash.jpg
 | |
| menu title Welcome to @PRODUCT@ @VERSION@!
 | |
| menu color border 0 #ffffffff #00000000
 | |
| menu color sel 7 #ffffffff #ff000000
 | |
| menu color title 0 #ffffffff #00000000
 | |
| menu color tabmsg 0 #ffffffff #00000000
 | |
| menu color unsel 0 #ffffffff #00000000
 | |
| menu color hotsel 0 #ff000000 #ffffffff
 | |
| menu color hotkey 7 #ffffffff #ff000000
 | |
| menu color scrollbar 0 #ffffffff #00000000
 | |
| 
 | |
| label linux
 | |
|   menu label ^Install a new system or upgrade an existing system
 | |
|   menu default
 | |
|   kernel vmlinuz
 | |
|   append initrd=initrd.img @ROOT@ quiet
 | |
| label vesa
 | |
|   menu label Install system with ^basic video driver
 | |
|   kernel vmlinuz
 | |
|   append initrd=initrd.img @ROOT@ xdriver=vesa nomodeset quiet
 | |
| label rescue
 | |
|   menu label ^Rescue installed system
 | |
|   kernel vmlinuz
 | |
|   append initrd=initrd.img @ROOT@ rescue quiet
 | |
| label local
 | |
|   menu label Boot from ^local drive
 | |
|   localboot 0xffff
 |