File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ RUN pacman -Syu --noconfirm && \
1414    efibootmgr \
1515    dosfstools \
1616    mtools \
17+     arch-install-scripts \
18+     bash \
1719    base-devel \
1820    && pacman -Scc --noconfirm
1921
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ iso_application="Arch Linux No Beep Live/Rescue DVD"
88iso_version=" $( date --date=" @${SOURCE_DATE_EPOCH:- $(date +% s)} " ) " 
99install_dir=" arch" 
1010buildmodes=(' iso' 
11- bootmodes=(' bios.syslinux.mbr' ' bios.syslinux.eltorito' 
12-            ' uefi-x64.systemd-boot.esp' ' uefi-x64.systemd-boot.eltorito' 
11+ bootmodes=(' bios.syslinux.mbr' ' uefi-x64.systemd-boot.esp' 
1312arch=" x86_64" 
1413pacman_conf=" pacman.conf" 
1514airootfs_image_type=" squashfs" 
Original file line number Diff line number Diff line change 9999    #  Note: We don't modify profiledef.sh anymore as -Xthreads is not supported by mksquashfs
100100    #  The profiledef.sh file already has proper XZ compression settings
101101
102+     #  Verify mkarchiso is available and check its version
103+     log " Verifying mkarchiso installation..." 
104+     if  !  command  -v mkarchiso & >  /dev/null;  then 
105+         error " mkarchiso command not found. Please ensure archiso package is properly installed." 
106+     fi 
107+     
108+     log " mkarchiso version: $( mkarchiso --version 2> /dev/null ||  echo  ' unknown' ) " 
109+     
102110    #  Run mkarchiso with verbose option and handle errors
103111    log " Building Arch ISO with mkarchiso..." 
104112    if  mkarchiso -v -w " $work_dir " " $output_dir " . ;  then 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments