create directories required by busybox
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								7ba6c0a44a
							
						
					
				
			
			
				commit
				
					
						7d7aa60e19
					
				
			
		
					 4 changed files with 5 additions and 2 deletions
				
			
		
							
								
								
									
										11
									
								
								hacking/v2-initramfs-from-os/all.sh
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										11
									
								
								hacking/v2-initramfs-from-os/all.sh
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
dir=./iso
 | 
			
		||||
iso=preos.iso
 | 
			
		||||
 | 
			
		||||
./filelist_from_package.sh | ./filelist_to_dir.sh "$dir"
 | 
			
		||||
echo "MISSING: copy libraries" >&2
 | 
			
		||||
./add_kernel_isolinux.sh "$dir"
 | 
			
		||||
./create_iso.sh "$dir" "$iso"
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue