30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| label live
 | |
| menu label ^Live system
 | |
| kernel /live/vmlinuz
 | |
| append boot=live components username=analyst nosplash random.trust_cpu=on elevator=deadline cgroup_enable=memory swapaccount=1 cgroup.memory=nokmem initrd=/live/initrd.img --
 | |
| 
 | |
| label install
 | |
| menu label ^Install Malcolm (quick install)
 | |
| kernel /install/vmlinuz
 | |
| append file=/preseed_multipar.cfg initrd=/install/initrd.gz auto=true priority=high locales=en_US.UTF-8 keyboard-layouts=us --
 | |
| 
 | |
| label installenc
 | |
| menu label ^Install Malcolm (encrypted quick install)
 | |
| kernel /install/vmlinuz
 | |
| append file=/preseed_multipar_crypto.cfg initrd=/install/initrd.gz auto=true priority=high locales=en_US.UTF-8 keyboard-layouts=us --
 | |
| 
 | |
| label installadv
 | |
| menu label ^Install Malcolm (advanced configuration)
 | |
| kernel /install/vmlinuz
 | |
| append file=/preseed_minimal.cfg initrd=/install/initrd.gz auto=true priority=high --
 | |
| 
 | |
| label installvm
 | |
| menu label ^Install Malcolm (virtual machine single partition quick install)
 | |
| kernel /install/vmlinuz
 | |
| append file=/preseed_vmware.cfg initrd=/install/initrd.gz auto=true priority=high locales=en_US.UTF-8 keyboard-layouts=us --
 | |
| 
 | |
| label rescue
 | |
| menu label ^Rescue system in text mode
 | |
| kernel /install/vmlinuz
 | |
| append rescue/enable=true initrd=/install/initrd.gz --
 |