File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ RUN pacman -Syu --noconfirm && \
99    git \
1010    archiso \
1111    grub \
12+     syslinux \
13+     systemd \
14+     efibootmgr \
15+     dosfstools \
16+     mtools \
1217    base-devel \
1318    && pacman -Scc --noconfirm
1419
Original file line number Diff line number Diff line change 11alsa-utils
22amd-ucode
3- arch-install-scripts
43archinstall
4+ arch-install-scripts
55b43-fwcutter
66base
77bcachefs-tools
@@ -77,11 +77,11 @@ nilfs-utils
7777nmap
7878ntfs-3g
7979nvme-cli
80- open-iscsi
81- open-vm-tools
8280openconnect
81+ open-iscsi
8382openpgp-card-tools
8483openssh
84+ open-vm-tools
8585openvpn
8686partclone
8787parted
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
99install_dir=" arch" 
1010buildmodes=(' iso' 
1111bootmodes=(' bios.syslinux.mbr' ' bios.syslinux.eltorito' 
12-            ' uefi-ia32.systemd-boot.esp' ' uefi-x64.systemd-boot.esp' 
13-            ' uefi-ia32.systemd-boot.eltorito' ' uefi-x64.systemd-boot.eltorito' 
12+            ' uefi-x64.systemd-boot.esp' ' uefi-x64.systemd-boot.eltorito' 
1413arch=" x86_64" 
1514pacman_conf=" pacman.conf" 
1615airootfs_image_type=" squashfs" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments