File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -383,10 +383,10 @@ We are now back in our `build environment` after setting up our `live system` an
3833833. Copy memtest86+ binary (BIOS and UEFI) 
384384
385385   ` ` `  shell
386-     wget --progress=dot https://memtest.org/download/v7.00/mt86plus_7.00.binaries.zip -O install/memtest86.zip 
387-     unzip -p install/memtest86.zip memtest64.bin > install/memtest86+.bin 
388-     unzip -p install/memtest86.zip memtest64.efi > install/memtest86+.efi 
389-     rm -f install/memtest86.zip 
386+     wget --progress=dot https://memtest.org/download/v7.00/mt86plus_7.00.binaries.zip -O /image/ install/memtest86.zip 
387+     unzip -p /image/ install/memtest86.zip memtest64.bin > /image/ install/memtest86+.bin 
388+     unzip -p /image/ install/memtest86.zip memtest64.efi > /image/ install/memtest86+.efi 
389+     rm -f /image/ install/memtest86.zip 
390390   ` ` `  
391391
392392# ## GRUB menu configuration
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments