File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ RUN pacman -Syu --noconfirm && \
99    git \
1010    archiso \
1111    grub \
12-     syslinux \
13-     systemd \
14-     efibootmgr \
15-     dosfstools \
16-     mtools \
17-     arch-install-scripts \
18-     bash \
1912    base-devel \
2013    && pacman -Scc --noconfirm
2114
Original file line number Diff line number Diff line change 11alsa-utils
22amd-ucode
3- archinstall
43arch-install-scripts
4+ archinstall
55b43-fwcutter
66base
77bcachefs-tools
@@ -77,11 +77,11 @@ nilfs-utils
7777nmap
7878ntfs-3g
7979nvme-cli
80- openconnect
8180open-iscsi
81+ open-vm-tools
82+ openconnect
8283openpgp-card-tools
8384openssh
84- open-vm-tools
8585openvpn
8686partclone
8787parted
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ 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' ' uefi-x64.systemd-boot.esp' 
11+ bootmodes=(' 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' 
1214arch=" x86_64" 
1315pacman_conf=" pacman.conf" 
1416airootfs_image_type=" squashfs" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments