You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							#!/bin/sh
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							if [ ! -d isolinux ]; then
 | 
						
						
						
						
							 | 
							
							    cd binary
 | 
						
						
						
						
							 | 
							
							fi
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							cat >>isolinux/live.cfg <<END
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							label live-forensic
 | 
						
						
						
						
							 | 
							
								menu label Live (^forensic mode)
 | 
						
						
						
						
							 | 
							
								linux /live/vmlinuz
 | 
						
						
						
						
							 | 
							
								initrd /live/initrd.img
 | 
						
						
						
						
							 | 
							
								append boot=live username=kali hostname=kali systemd.swap=no noautomount
 | 
						
						
						
						
							 | 
							
							END
 | 
						
						
						
						
							 | 
							
							
 |